if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu10 = ms.addMenu(document.getElementById("mainmenu10")); menu10.addItem("员工培训", "/userlist/czjintian/text-860.html",""); menu10.addItem("传统文化", "/userlist/czjintian/text-861.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;