var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["All Boot Camps", "index.php?page=camps"],
	["Classic Boot Camp", "index.php?page=classic"],
	["Camps Abroad", "index.php?page=abroad"],
	["Short Stay Camps", "index.php?page=shortcamp"],
	["Boot Camp in the Park", "index.php?page=parks"],
	["Elite Boot Camp", "index.php?page=elite"]
	// REMOVED ["Essex Boot Camp", "index.php?page=essex"]
	// REMOVED ["Boot Camp Wales", "index.php?page=wales"]
	// REMOVED ["Day Trippers", "index.php?page=day"]
	// REMOVED ["Weekend Wonders", "index.php?page=weekend"]
	// REMOVED ["Boutique Bootcamp", "index.php?page=boutique"]
	// REMOVED ["Pamper Package", "index.php?page=pamper"]
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	// old press link ["Press", "/gallery/index.php?album=press"],
	// old gallery link ["Gallery", "/gallery/index.php?album=gallery"],
	["Press & Media", "index.php?page=press"],
	["Celebrity Bootcampers", "index.php?page=celebrities"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Meet The Team", "index.php?page=about_us"],
	["Our Trainers", "index.php?page=trainers"],
	["Our Food", "index.php?page=food"] //no comma following last entry!
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Fourth menu variable. Same precaution.
anylinkmenu4.items=[
	["Frequently Asked Questions", "index.php?page=faq"],
	["Typical Boot Camp Day", "index.php?page=typical_day"], 
	["Testimonials", "index.php?page=results"],
	["Galleries", "index.php?page=galleries"],
	["Food", "index.php?page=food"],
	["Twitter", "http://twitter.com/#!/no1bootcamp"],
	["Facebook", "http://www.facebook.com/no1bootcamp"] //no comma following last entry!
]


var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Fifth menu variable. Same precaution.
anylinkmenu5.items=[
	["Dates & Prices", "index.php?page=dates_and_prices"],
	["Special Offers & Discounts", "index.php?page=discounts"] //no comma following last entry!
]
