if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); //menu:2 var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("公司简介", "../about/index.asp"); menu2.addItem("企业理念", "../about/index2.asp"); menu2.addItem("经营理念", "../about/index3.asp"); menu2.addItem("董事长致词", "../about/index4.asp"); menu2.addItem("大事记", "../about/index5.asp"); menu2.addItem("企业荣誉", "../about/index6.asp"); menu2.addItem("集团成员", "../about/index7.asp"); menu2.addItem("华荣工业园", "../about/index8.asp"); //menu:3 var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("《华荣报》", "../news/index3.asp"); menu3.addItem(" 集团新闻", "../news/index.asp?IDTree=.0.1.2."); menu3.addItem(" 行业新闻", "../news/index.asp?IDTree=.0.1.3."); //menu:4 var menu4 = ms.addMenu(document.getElementById("menu4")); menu4.addItem("厂用防爆", "../product/index1.asp"); menu4.addItem("矿用防爆", "../product/index2.asp"); menu4.addItem("专业照明", "../product/index3.asp"); menu4.addItem("船用产品", "../product/index5.asp"); menu4.addItem("防腐产品", "../product/index4.asp"); //menu:5 var menu5 = ms.addMenu(document.getElementById("menu5")); // menu5.addItem("用人之道", "../hr/index.asp"); menu5.addItem("招聘信息", "../hr/index2.asp"); menu5.addItem("毛遂自荐", "../hr/index3.asp"); //menu:6 var menu6 = ms.addMenu(document.getElementById("menu6")); menu6.addItem("客户反馈", "../service/index2.asp"); menu6.addItem("联系我们", "../contact/"); menu6.addItem("营销网络", "../product/index_map.asp"); //menu:7 var menu8 = ms.addMenu(document.getElementById("menu8")); menu8.addItem("产品相关小知识", "../Resources/index1.asp?IDTree=.0.9.10."); // menu8.addItem("专业照明小知识", "../Resources/index1.asp?IDTree=.0.9.12."); menu8.addItem("公用资料", "../Resources/index1.asp?IDTree=.0.9.11."); mtDropDown.renderAll(); }