var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Air Quality & Climate Change", "http://www.citizensenvironmentalliance.org/air_quality.html"],
	["Water Issues", "http://www.citizensenvironmentalliance.org/detroit_river.html"],
	["Habitat/Green Space Protection", "http://www.citizensenvironmentalliance.org/habitat.html"],
	["Toxins", "http://www.citizensenvironmentalliance.org/toxic_inventories.html"],
	["Resource Centre", "http://www.citizensenvironmentalliance.org/resource.html"],
	["Idle-Free Windsor - (archival website)", "http://www.citizensenvironmentalliance.org/idlefree/index.html"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#003366', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Smogfest", "http://www.citizensenvironmentalliance.org/smogfest.html"],
	["Enviro Achievers", "http://www.citizensenvironmentalliance.org/enviro.html"],
	["Guest Speakers", "http://www.citizensenvironmentalliance.org/guest_spk.html"],
	["Tours", "http://www.citizensenvironmentalliance.org/tours.html"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	
	["2012", "http://www.citizensenvironmentalliance.org/press_release_12.html"],
	["2011", "http://www.citizensenvironmentalliance.org/press_release_11.html"],
	["2010", "http://www.citizensenvironmentalliance.org/press_release_10.html"],
	["2009", "http://www.citizensenvironmentalliance.org/press_release_09.html"],
	["Archives", "http://www.citizensenvironmentalliance.org/press_arch.html", "efc"],
	["CEA in the News", "http://www.citizensenvironmentalliance.org/cea_news.html"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#003366', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Contact Us", "http://www.citizensenvironmentalliance.org/about_cea.html#contact"],
	["Support Us", "http://www.citizensenvironmentalliance.org/support_cea.html"],
	["Partnerships", "http://www.citizensenvironmentalliance.org/links.html"] //no comma following last entry!
]
