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/ycjinding/text-4377.html",""); menu2.addItem("企业文化", "/userlist/ycjinding/text-4378.html",""); menu2.addItem("证书资质", "/userlist/ycjinding/text-4379.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;