var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["About ChinaCal", "http://www.chinacal.org/about.html"],
	["Letter From The President", "http://www.chinacal.org/letter.html"],
	["History", "http://www.chinacal.org/history.html"],
	["Press and Media", "http://www.chinacal.org/press.html"],
	["The Facts", "http://www.chinacal.org/facts.html"],
	["Financials", "http://www.chinacal.org/financials.html"]//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["General Clinical Care", "http://www.chinacal.org/gcc.html"],
	["Pediatric Screenings", "http://www.chinacal.org/pedscreenings.html"],
	["Hypertension Research", "http://www.chinacal.org/hypertensionresearch.html"],
	["Training Village Doctors", "http://www.chinacal.org/trainingdocs.html"],
	["Reports from the field", "http://www.chinacal.org"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Donate", "http://www.chinacal.org/donate.html"],
	["Medical Professionals", "http://www.chinacal.org/"],
	["Student Internship", "http://www.chinacal.org/clerkship.html"],
	["Volunteer", "http://www.chinacal.org"] //no comma following last entry!
]
