var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#ffffff', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Festival Vacation Package", "couples_home.php?page=festivalvacapkg"],
	["Schedule of Events", "couples_home.php?page=scheduleevents"],
	["Register Today!", "couples_home.php?page=registersoon"],
	["Pre & Post Festival Packages", "couples_home.php?page=prepostpackages"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["The Great George", "couples_home.php?page=accomggeorge"],
	["The Delta", "couples_home.php?page=accomdelta"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#ffffff', linktarget:''} 
anylinkmenu3.items=[
	["Host Courses", "couples_home.php?page=hostcourses"],
	["Map", "http://www.golfpei.ca/courses"],
	["List of Golf PEI Courses", "couples_home.php?page=courselist"]
]

