// howmenu_items.js file
// comments block here

var HOWMENU_ITEMS =[
	["Home", "index.htm"],
	["How We Work", null,
		["Protecting Snow Leopards", "how.htm"],
		["Program Activities", "how2.htm"],
		["Empowering Villagers", "villagers.htm",
			["APPA", "appa.htm"]
		],
		["Good Science", "science.htm",
			["Threats-based Analysis", "threats.htm"],
			["Design Criteria", "criteria.htm"]
		],
		["Building Local Ownership", "local.htm"],
		["Project Sites", "sites.htm"],
		["Snow Leopard Network", "network.htm"]
	],
];
