var paradiselinkmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f8f9eb', linktarget:'_self'} //Second menu variable. Same precaution.

paradiselinkmenu.items=[

	["welcome", "index.php"],

	["island information", "info.php"],

	["new &amp; upcoming", "whatsnew.php"],

	["current specials", "specials.php"],

	["online booking", "booking.php"],

	["useful links", "useful.php"] //no comma following last entry! //no comma following last entry!

]



var accomodationlinkmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f8f9eb', linktarget:'_self'} //Second menu variable. Same precaution.

accomodationlinkmenu.items=[

							

	["family suites", "family.php"],

	["pool suites", "pool.php"],

	["poolview suites", "poolview.php"],

	["deluxe penthouse", "deluxe.php"],

	["super penthouse", "super.php"],

	["supreme penthouse", "supreme.php"],

	["guest comments", "comments.php"],

	["booking rates", "rates.php"]

	//no comma following last entry!

]



var winelinkmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f8f9eb', linktarget:'_self'} //Second menu variable. Same precaution.

winelinkmenu.items=[

							

	["fusions", "fusions.php"],

	["lounge bar", "lounge.php"],

	["pool bar", "poolbar.php"]

	//no comma following last entry!

]



var sportlinkmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f8f9eb', linktarget:'_self'} //Second menu variable. Same precaution.

sportlinkmenu.items=[

							

	["fitness centre", "fitness.php"],

	["beach activities", "beach.php"],

	["cooking classes", "cooking.php"]

	//no comma following last entry!

]



var contactslinkmenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f8f9eb', linktarget:'_self'} //Second menu variable. Same precaution.

contactslinkmenu.items=[

							

	["location", "location.php"],

	["contact info", "contact.php"]

	//no comma following last entry!

]