var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#8e0c56', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["EVENTS", "index.php?page=events"],
	["PROMOTIONS", "index.php?page=promotions"],
	["WHAT'S NEW", "index.php?page=new_shops"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#8e0c56', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["TOURIST PRIVILEGE CARD", "index.php?page=card"],
	["OFFERS", "index.php?page=offers"]
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#8e0c56', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["ABOUT US", "index.php?page=aboutus"],
	["GETTING HERE / CARPARK RATES", "index.php?page=gettinghere"],
	["SPECIAL SERVICES", "index.php?page=specialservices"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#8e0c56', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["FEEDBACK", "index.php?page=contact"],
	["JOIN MAILING LIST", "index.php?page=mailing_list"],
	["LEASING ENQUIRIES", "index.php?page=leasing"],
	["RENTAL FACILITIES", "index.php?page=rental"],
	["CAREER OPPORTUNITIES", "index.php?page=career"]
]