var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Neufahrzeuge", "index.php?site=modul_pA_neufahrzeuge"],
	["Gebrauchtfahrzeuge", "index.php?site=modul_pA_fahrzeuge"],
	["SONDERAKTIONEN", "index.php?site=modul_pA_hammer"],
	["Angebote", "index.php?site=modul_pA_angebote"],
	["Keeway Roller ab 50ccm", "index.php?site=modul_pA_keeway"],
	["Finanzierungsangebote", "index.php?site=modul_pA_finanzierung"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["&Ouml;ffnungszeiten", "index.php?site=modul_pA_oeffnung"],
	["Unsere Leistungen", "index.php?site=modul_pA_leistungen"],
	["Motorradvermietung", "index.php?site=modul_pA_motorrad-vermietung"],
	["Zubeh&ouml;r", "index.php?site=modul_pA_zubehoer"],
	["Leistungspr&uuml;fstand", "index.php?site=modul_pA_pruefstand"],
	["History", "index.php?site=modul_pA_history"],
	["Pannendienst (Unfall- Service 24h)", "index.php?site=modul_pA_pannen"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Winterzeit", "index.php?site=modul_pA_winter"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Routenplaner", "index.php?site=modul_pA_weg"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu5.items=[
	["Team", "index.php?site=modul_pA_thumb"] //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!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //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=[
	["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/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]
*/


