if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("mainmenu2")); menu2.addItem("联盟动态", "/index.php/news/admin/1/cn/6393/6371.html",""); menu2.addItem("网站功能", "/index.php/news/admin/1/cn/6372/6371.html",""); menu2.addItem("知识培训", "/index.php/news/admin/1/cn/6373/6371.html",""); menu2.addItem("建站心得", "/index.php/news/admin/1/cn/6374/6371.html",""); var menu9 = ms.addMenu(document.getElementById("mainmenu9")); menu9.addItem("网站模板", "/userlist/admin/text-8017.html",""); menu9.addItem("引导页模板", "/userlist/admin/text-8018.html",""); menu9.addItem("图文网页界面", "/userlist/admin/text-8019.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;