var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Our History", "history.php"],
	["Our Results", "results.php"],
	["Our Model", "model.php"],
	["Our Locations", "locations.php"],
	["Our Partners", "partners.php"],
	["Our Board", "board.php"],
	["Financials", "financials.php"],
	["Consultancy", "consultancy.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Videos/Photos", "videos_photos.php"],
	["News", "news.php"],
	["About Trafficking", "about_trafficking.php"],
	["In Depth Learning", "in_depth_learn.php"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Buck Up", "buckup.php"],
	["Race for Transitions", "race_tran.php"],
	["Domestic Initiative", "domestic_initiative.php"],
	["Internships", "internships.php"],
	["Engagement Trips", "engagement_trips.php"],
	["Volunteer", "volunteer.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Events", "events.php"],
	["Social Networking", "social_networking.php"],
	["Links", "links.php"]
//no comma following last entry!
]