var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Roster", "roster.php"],
	["Statistics", "stats.php"],
	["Coaching Staff", "coachingstaff.php"],
	["Front Office", "frontoffice.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Party Zone", "party_zone.php"],
	["Dance Team", "dance_team.php"],
	["Upcoming Events", "upcoming_events.php"],
	["Pictures", "photos.php"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Partnerships", "partnerships.php"],
	["Testimonials", "testimonials.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["News", "news.php"],
	["News Archive", "news-archive.php"] //no comma following last entry!
]