var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#ffffff', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["green fees", "index.php?page=greenfees"],
	["membership", "index.php?page=membership"],
	["corporate", "corporate/index.php"]//NO COMMA after last entry
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["PEI North", "index.php?page=lessons"],
	["PEI West", "http://www.countryviewgolf.com","","_new"],
	["PEI East", "http://www.golfpei.ca/courses/divinenine/gallery","","_new"] //NO COMMA after last entry
]
