if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("mainmenu2")); menu2.addItem("企业荣誉", "/userlist/fhpm/text-10778.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;