var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Action &amp; Adventure", "themes/aa/index.html"],
	["City Breaks", "themes/city/index.html"],
	["Family", "themes/fam/index.html"],
	["Out of this World", "themes/out/index.html"],
	["Romance", "themes/rom/index.html"],
	["Specials", "themes/spec/index.html"],
	["Sun Sea &amp; Something<br>&nbsp;Else", "themes/ssse/index.html"],
	["Volunteering", "themes/vol/index.html"],
	["Winter Fun", "themes/wint/index.html"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Season 1", "epi_sub_page3.html"],
	["Season 2", "epi_sub_page3.html"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Andorra", "andorra/soldeu"],
	["Belgium", "belgium/brussels"],
	["Croatia", "croatia/dubrovnik"],
	["Cyprus", "cyprus/cyprus"],
	["Finland", "finland/lapland"],
	["France", "france/disney"],
	["India", "india/kerala"],
	["Italy", "italy/index.html"],
	["Poland", "poland/krakow"],
	["South Africa", "south_africa/index.html"],
	["Spain", "spain/"],
	["Switzerland", "switzerland/"],
	["Thailand", "thailand/index.html"],
	["UAE", "uae/abu_dhabi"],
	["UK", "uk/london"],
	["USA", "usa/index.html"]//no comma following last entry!
]



