// menu_items.js file



var MENU_ITEMS = [

["Home","page/home_loggedout",[10,89,60,18]],

["About us", null, [60, 0, 80, 18],
		["What we do", "page/whatwedo", [30, 18, 250, 18]],
		["The birds we care for", "page/birdswecarefor", [0, 18, 250, 18],
															
		["Threatened Galliformes", "page/threatenedlist", [250, 0, 250, 18]],
															
															],
		
		
		["Gallery", "page/gallery", [0, 18, 250, 18]],
		["Who's involved", "page/whosinvolved", [0, 18, 250, 18]],
		["WPA around the world", "page/wpaaroundworld", [0, 18, 250, 18]],
		["Publications", "page/publications", [0, 18, 250, 18]],
						   
						   ],

	
["Field conservation", null, [80, 0, 150, 18], 
	    ["Projects", "page/projects", [30, 18, 180, 18]],
		["Specialist Groups", "page/specialistgroup", [0, 18, 180, 18],
														
	                 ["Cracids", "page/sgcracid", [30, 18, 250, 18]],
					 ["Grouse Specialist Group", "page/sggrouse", [0, 18, 250, 18]],
					 ["Megapode Specialist Group", "page/sgmegapode", [0, 18, 250, 18]],
					 ["Pheasant Specialist Group", "page/sgpheasant", [0, 18, 250, 18]],
					 ["PQF Specialist Group", "page/sgpqf", [0, 18, 250, 18]],
														
														],
	 
	 ],

	
	
	
	["Conservation breeding", null, [150, 0, 180, 18],
	    ["Policy", "page/breedingpolicy", [30, 18, 280, 18]],
		["Studbooks", "page/studbooks", [0, 18, 280, 18]],
		["Information for beginners", "page/beginnersinfo", [0, 18, 280, 18]],
		["Avicultural advice", "page/aviculture", [0, 18, 280, 18]],
		["Avian flu advice", "page/wpafluadvice", [0, 18, 280, 18]],
	],	
	
	
	["Get involved", null, [180, 0, 120, 18],
		["Events and meetings", "page/events", [30, 18, 180, 18]],
		["Join Online", "page/membership", [0, 18, 180, 18]],
	],
	
	
	
	
	["Members Area", "", [120, 0, 180, 18],
		["Login", "login", [30, 18, 180, 18]],
	    ["View My Details", "profile/m", [0, 18, 180, 18]],
		["Update My Details", "update/personal", [0, 18, 180, 18],
		["Personal Details", "update/personal", [180, 0, 200, 18]],	
		["Main Address", "update/address", [0, 18, 200, 18]],
		["Additional Addresses", "update/addaddress", [0, 18, 200, 18]],
		["Occupation", "update/career", [0, 18, 200, 18]],
		["Interests", "update/interests", [0, 18, 200, 18]],
		["Professional Qualifications", "update/proqual", [0, 18, 200, 18]],
																],
		["Members Library", "library", [0, 18, 180, 18]],
		["Messageboard", "forum", [0, 18, 180, 18]],
		["Change my Password", "changepassword", [0, 18, 180, 18]],
		["Logout", "logout", [0, 18, 180, 18]],
		
	],	
	["Contact", "emailform/contact", [180, 0, 80, 18]
	
	],
	];
		
				






