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/xinyileather/text-1212.html",""); menu2.addItem("企业文化", "/userlist/xinyileather/text-1169.html",""); menu2.addItem("发展战略", "/userlist/xinyileather/text-1170.html",""); menu2.addItem("董事长致辞", "/userlist/xinyileather/text-1171.html",""); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("公司荣誉", "/userlist/xinyileather/text-1213.html",""); menu3.addItem("社会回报", "/userlist/xinyileather/text-1214.html",""); var menu5 = ms.addMenu(document.getElementById("mainmenu5")); menu5.addItem("行业新闻", "/index.php/news/xinyileather/1/cn/1174/1161.html",""); menu5.addItem("行业法规", "/index.php/news/xinyileather/1/cn/1172/1161.html",""); menu5.addItem("展会信息", "/index.php/news/xinyileather/1/cn/1173/1161.html",""); var menu6 = ms.addMenu(document.getElementById("mainmenu6")); menu6.addItem("企业文化建设", "/index.php/news/xinyileather/1/cn/1598/1597.html",""); menu6.addItem("企业新闻", "/index.php/news/xinyileather/1/cn/1599/1597.html",""); var menu7 = ms.addMenu(document.getElementById("mainmenu7")); menu7.addItem("国内网络", "/userlist/xinyileather/text-1167.html",""); menu7.addItem("国际网络", "/userlist/xinyileather/text-1168.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;