var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:100px; ', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Brass", "indexmain.php?mode=service&showPage=brass"],
	["Woodwind", "indexmain.php?mode=service&showPage=woodwind"],
	["Electric", "indexmain.php?mode=service&showPage=electric"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:100px; ', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["About Us", "indexmain.php?mode=service&showPage=About Us"],
	["How to pay", "indexmain.php?mode=service&showPage=How To Pay"],
	["Contact", "indexmain.php?mode=service&showPage=Contact"],
	["Map", "indexmain.php?mode=service&showPage=Map"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:100px; ', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[

	["Gift card", "indexmain.php?mode=service&showPage=Gif card"],
	["Suvenir", "indexmain.php?mode=service&showPage=Suvenir"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.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!
]