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/yclinda/text-4206.html",""); menu2.addItem("企业文化", "/userlist/yclinda/text-4207.html",""); menu2.addItem("资质荣誉", "/index.php/list/yclinda/1/cn/4208/4197.html",""); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("产品展示", "/index.php/list/yclinda/1/cn/4209/4199.html",""); menu3.addItem("品质保证", "/userlist/yclinda/text-4210.html",""); menu3.addItem("技术实力", "/userlist/yclinda/text-4211.html",""); var menu6 = ms.addMenu(document.getElementById("mainmenu6")); menu6.addItem("人才招聘", "/index.php/job/yclinda/1/cn/4201/4201.html",""); menu6.addItem("人才观", "/userlist/yclinda/text-4213.html",""); var menu7 = ms.addMenu(document.getElementById("mainmenu7")); menu7.addItem("服务网络", "/userlist/yclinda/text-4214.html",""); menu7.addItem("服务承诺", "/userlist/yclinda/text-4215.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;