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/zhdhpm/text-17890.html",""); menu2.addItem("办公环境", "/userlist/zhdhpm/text-17891.html",""); menu2.addItem("资质荣誉", "/userlist/zhdhpm/text-17894.html",""); var menu8 = ms.addMenu(document.getElementById("mainmenu8")); menu8.addItem("拍卖公告", "/index.php/news/zhdhpm/1/cn/17895/17893.html",""); menu8.addItem("标的展示", "/index.php/news/zhdhpm/1/cn/17896/17893.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;