var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.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!
]




//change target to original status => secwin
var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_top'} //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=[
	["Animalia St.Gallen", "index.php?id=46"],
	
	["AutoMobil", "index.php?id=736"],
	
	["ENERGIE", "index.php?id=1104"],
	
	["Ferienmesse St.Gallen", "index.php?id=479"],
	
	["Fest- & Hochzeitsmesse St.Gallen", "index.php?id=45"],
	["Fest- & Hochzeitsmesse Zürich", "index.php?id=44"],
	
	["Hand-Made", "index.php?id=1160"],
	
	["Geoprotecta", "index.php?id=43"],
	
	["gsund & fit", "index.php?id=42"],
	
	["Immo Messe Schweiz", "index.php?id=780", "efc"],
	
	["Intertech", "index.php?id=40"],
	
	
	
	
	["OBA", "index.php?id=38"],
	
	
	["OCA", "index.php?id=53"],
	
	
	["OFFA", "index.php?id=52"],
	
	
	["Oldtimermesse St.Gallen", "index.php?id=51"],
	
	["OLMA", "index.php?id=3"],
	
	
	
	
	
	["Property & Facility", "index.php?id=48"  ],
	["St.Galler Brocante", "index.php?id=47"],
	
	["Tier&Technik", "index.php?id=2" ]
	
	
	
	
	
	
	
	
	 //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!
]
