var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Open House Flyer" , "/documents/OpenHouseFlyer2010.pdf"],
	["Harvest Festival" , "/documents/HarvestFestival2010.pdf"],
	["Soil Test Results", "/documents/SoilTestResults2010.pdf"],
	["Handicap Access <h5>\"Under Construction\"</h5>", "/accesspage.php"],
	["Members Only <h5>\"Under Construction\"</h5>", "/MembersOnly/membersonlypage.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'}
anylinkmenu2.items=[
	["Local Web Sites", "/links.php"],
	["National Web Sites", "/links2.php"],
	["2009 Supporters", "/supporters2009.php"]
]

