if (GDNetMenuDown.isSupported()) { var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, 0, 0, GDNetMenuDown.reference.bottomLeft); var menu0 = ms.addMenu(document.getElementById("menu0")); menu0.addItem("- 总裁致词", "/About/Zhici.shtml"); menu0.addItem("- 公司简介", "/About/Jituan.shtml"); menu0.addItem("- 发展历程", "/About/Licheng.shtml"); menu0.addItem("- 企业文化", "/About/Culture.shtml"); menu0.addItem("- 企业荣誉", "/About/Honor.shtml"); menu0.addItem("- 公司架构", "/About/Jiagou.shtml"); menu0.addItem("- 经营理念", "/About/Linian.shtml"); menu0.addItem("- 工厂环境", "/About/gchj.shtml"); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("- 干燥剂系列", "/Product/List/desiccant.shtml"); menu1.addItem("- 气相防锈系列", "/Product/List/antirust.shtml"); menu1.addItem("- 保鲜剂系列", "/Product/List/Deoxidizer.shtml"); menu1.addItem("- 防霉系列", "/Product/List/Antimold.shtml"); menu1.addItem("- PE、PO塑料袋系列", "/Product/List/PEPO.shtml"); menu1.addItem("- 塑料复合包装袋", "/Product/List/Laminatedbag.shtml"); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("- 设备展示", "/Shili/Shebei.shtml"); menu2.addItem("- 品质保障", "/Shili/Pinzhi.shtml"); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("- 公司新闻", "/News/List/Company.shtml"); menu3.addItem("- 行业动态", "/News/List/Dongtai.shtml"); menu3.addItem("- 媒体报道", "/News/List/Media.shtml"); menu3.addItem("- 公司活动", "/News/List/Company2.shtml"); var menu4 = ms.addMenu(document.getElementById("menu4")); menu4.addItem("- 经验漫谈", "/Support/List/Jingyan.shtml"); menu4.addItem("- 技术研究", "/Support/List/Yanjiu.shtml"); menu4.addItem("- 在线咨询", "/Online.shtml"); var menu5 = ms.addMenu(document.getElementById("menu5")); menu5.addItem("- 联系我们", "/Contact/Contactus.shtml"); menu5.addItem("- 网站导航", "/Contact/Sitemap.shtml"); menu5.addItem("- 客户反馈", "/Feedback.shtml"); GDNetMenuDown.renderAll(); }