var aboutuslinks={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'} // Menu variable. Confirm the name is  unique!
aboutuslinks.items=[
	["Location <h5>\"And Meeting Times\"</h5>", 	"./about.php"], //no comma following last entry!
	["History <h5>\"Explore our History\"</h5>",   	"./documents/ArvadaGardenersHistory2011.pdf"],
	["Photos <h5>\"Links to Albums\"</h5>",     	"./photos.php"],
	["Soil Test Results <h5>\"Plot 122\"</h5>",      "./documents/SoilTestResults2010.pdf"], //no comma following last entry!
	["Soil Test Results <h5>\"Plot 91\"</h5>",       "./documents/Plot91_SoilTest_2010.pdf"],
    ["Accessible Plots <h5>\"Wheelchair Friendly\"</h5>",  "./accessibleplots.php"]
]
		// target="_self">History</a>|

var membershiplinks={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'}
membershiplinks.items=[
	["Become a Member <h5>\"How and Why\"</h5>",        "./membership.php"],
	["Our Rules <h5>\"Members and Renters\"</h5>",		"./documents/2011_rules.pdf"],
	["Members Only <h5>\"Password Required\"</h5>",     "./MembersOnly/membersredirectpage.php"]
]

var calendarlinks={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'}
calendarlinks.items=[
	["Gardener-In-Charge <h5>\"Open Hours\"</h5>",                  "./monthlyschedule.php"],
	["Current Events <h5>\"Happening Soon\"</h5>",                  "./events.php"],
	["Event Calendar <h5>\"Significant Dates\"</h5>",              	"./documents/calendar_event_2012.pdf"],
	["Planting Calendar <h5>\"When to Grow\"</h5>",  				"./documents/calendar_planting_2011.pdf"]
]


var useful_links={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'}
useful_links.items=[
	["Local Web Sites", "./links_local.php"],
	["National Web Sites", "./links_national.php"]
]

var flyerlinks={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'}
flyerlinks.items=[
	["Open House Flyer" , "./documents/OpenHouseFlyer2010.pdf"],
	["Harvest Festival Flyer" , "./documents/HarvestFestival2010.pdf"]
]

