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/text/admin/1/cn/28/4.html",""); menu2.addItem("互联网与企业", "/index.php/text/admin/1/cn/23/4.html",""); menu2.addItem("域名相关知识介绍", "/index.php/text/admin/1/cn/24/4.html",""); menu2.addItem("电子商务ABC", "/index.php/text/admin/1/cn/25/4.html",""); menu2.addItem("网站维护", "/index.php/text/admin/1/cn/26/4.html",""); menu2.addItem("你问我答", "/index.php/text/admin/1/cn/27/4.html",""); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("公司历程", "/index.php/text/admin/1/cn/14/1.html",""); menu3.addItem("公司文化", "/index.php/text/admin/1/cn/16/1.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;