if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, -4, 4, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("Aktuelles", "index.php?id=54,0,0,1,0,0"); menu1.addItem("Jobs & Stellenangebote", "index.php?id=8,0,0,1,0,0"); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("Über uns", "index.php?id=31,0,0,1,0,0"); menu2.addItem("Team", "index.php?id=33,0,0,1,0,0"); menu2.addItem("Partner", "index.php?id=35,0,0,1,0,0"); menu2.addItem("Jobs & Stellenangebote", "index.php?id=37,0,0,1,0,0"); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("Übersicht", "index.php?id=79,0,0,1,0,0"); menu3.addItem("Online-Kontakt", "index.php?id=39,0,0,1,0,0"); menu3.addItem("Anfahrtskizze, Lageplan Besucherparkplatz", "index.php?id=43,0,0,1,0,0"); menu3.addItem("Impressum / Datenschutzhinweis", "index.php?id=46,0,0,1,0,0"); //================================================================================================== // write drop downs into page //================================================================================================== // this method writes all the HTML for the menus into the page with document.write(). It must be // called within the body of the HTML page. //================================================================================================== mtDropDown.renderAll(); }