var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#160f0f', linktarget:''}  //First menu variable "Home". Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["News", "index.php?site=news"],
	["News Archiv", "index.php?site=news&action=archive"],
	["Links", "index.php?site=links"],
	["Umfragen", "index.php?site=polls"],
	["Artikel", "index.php?site=articles"]	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#160f0f', linktarget:''} //Second menu variable "Lanparty". Same precaution.
anylinkmenu2.items=[
	["G&auml;stebuch", "index.php?site=guestbook"],
	["Forum", "index.php?site=forum"],
	["FAQ", "index.php?site=faq"],
	["Registrierte", "index.php?site=registered_users"],
	["Newsletter", "index.php?site=newsletter"],
	["Link Us", "index.php?site=linkus"],
	["Gameserver", "index.php?site=server"],
	["Teamspeak", "index.php?site=static&staticID=4"],
	["&Uuml;ber&nbsp;Uns", "index.php?site=about"],
	["Unser Werdegang", "index.php?site=history"],
	["Wer ist Online", "index.php?site=whoisonline"],
	["Suche", "index.php?site=search"] //no comma following last entry!
]




var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#160f0f', linktarget:''} //Third menu variable "Gäste". Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Downloads", "index.php?site=files"],
	["Bilder Gallery", "index.php?site=gallery"],
	["Lanparty Bilder", "index.php?site=gallery&groupID=4"],
	["Peckfitz Bilder", "index.php?site=gallery&groupID=3"],
	["Spruch-Omat", "index.php?site=static&staticID=40"] //no comma following last entry!
]