if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("内资", "/index.php/news/jizhang/1/cn/2360/2191.html",""); menu3.addItem("外资", "/index.php/news/jizhang/1/cn/2361/2191.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;