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/kongyj/text-1043.html",""); menu2.addItem("企业文化", "/userlist/kongyj/text-1044.html",""); menu2.addItem("发展战略", "/userlist/kongyj/text-1045.html",""); menu2.addItem("董事长致辞", "/userlist/kongyj/text-1046.html",""); var menu6 = ms.addMenu(document.getElementById("mainmenu6")); menu6.addItem("客户服务", "/userlist/kongyj/text-1050.html",""); menu6.addItem("国内销售", "/userlist/kongyj/text-1051.html",""); menu6.addItem("国际销售", "/userlist/kongyj/text-1052.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;