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/hmsz/text-5107.html",""); var menu6 = ms.addMenu(document.getElementById("mainmenu6")); menu6.addItem("服装设计", "/index.php/news/hmsz/1/cn/5308/5307.html",""); menu6.addItem("服装技术", "/index.php/news/hmsz/1/cn/5309/5307.html",""); menu6.addItem("服装常识", "/index.php/news/hmsz/1/cn/5310/5307.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;