// FACILITIES
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:rgb(95,234,245)', linktarget:''} //First menu variable. Same precaution.
anylinkmenu1.items=[
	["Central Facility", "facilities_central.php"],
	["Lee Branch Facility", "facilities_lee_branch.php"],
	["Sports Park", "facilities_sports_park.php"] //no comma following last entry!
]

// SPORTS
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:rgb(95,234,245)', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Soccer", "sports_soccer.php"],
	["Basketball", "sports_basketball.php"],
	["T-Ball", "sports_tball.php"],
	["Home School PE", "sports_homeschool_pe.php"] //no comma following last entry!
]

// SWIMMING AND WATER EXERCISES - AQUATICS
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:230px; background:rgb(95,234,245)', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Swimming Lessons", "aquatics_swimming_lessons.php"],
	["Water Fitness Classes", "aquatics_water_fitness_classes.php"],
	["Pool Hours & Schedule", "aquatics_pool_schedule.php"],
	["Lifeguarding Certification", "aquatics_lifeguarding.php"],
	["Swim Team", "aquatics_swim_team.php"] //no comma following last entry!
]

// WELLNESS - FITNESS
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:200px; background:rgb(95,234,245)', linktarget:''} //Fourth menu variable. Same precaution.
anylinkmenu4.items=[
	["Albany Fitness Classes", "wellness_albany_fitness_classes.php"],
	["Lee Branch Fitness Classes", "wellness_lee_branch_fitness_classes.php"],
	["Fitness Services", "wellness_fitness_services.php"] //no comma following last entry!
]

// CHILDCARE
var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background:rgb(95,234,245)', linktarget:''} //Fifth menu variable. Same precaution.
anylinkmenu5.items=[
	["Afterschool Care", "childcare_afterschool_care.php"],
	["Summer Camp", "childcare_summer_camp.php"] //no comma following last entry!
]


// MEMBERSHIP
var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:150px; background:rgb(95,234,245)', linktarget:''} //Sixth menu variable. Same precaution.
anylinkmenu6.items=[
	["General Information", "membership.php"],
	["Personal", "membership_personal.php"],
	["Corporate", "membership_corporate.php"] //no comma following last entry!
]

var anylinkmenu200={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //200th menu variable. Same precaution.
anylinkmenu200.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu201={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //201st variable. Same precaution.
anylinkmenu201.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu201.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu202={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //202nd menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu202.items=[
	["Center ererility", "facilities_central.php"],
	["Lee Branch Facility", "facilities_lee_branch.php"],
	["Sports Park", "facilities_sports_park.php"] //no comma following last entry!
]

