if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, -4, 4, mtDropDown.reference.bottomLeft); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("BRILLENGLÄSER", "index.php?id=25,0,0,1,0,0"); menu3.addItem("FASSUNGEN", "index.php?id=11,0,0,1,0,0"); menu3.addItem("SONNENBRILLEN", "index.php?id=9,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(); }