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/akjzj/text-1530.html",""); menu2.addItem("发展历程", "/userlist/akjzj/text-17052.html",""); menu2.addItem("资质荣誉", "/userlist/akjzj/text-17053.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;