﻿   if (w2DropDown.isSupported()) {

        var ms = new w2DropDownSet(w2DropDown.direction.down, 2, 0, w2DropDown.reference.bottomLeft);

        var menu1 = ms.addMenu(document.getElementById("menu1"));
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 公司简介&nbsp;&nbsp;&nbsp;&nbsp;", "/Column.aspx?colid=121");
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 总经理致辞", "/Column.aspx?colid=150");
       // menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 组织结构", "/CompanyInfo/OrganizationalStructure/");
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 领导关怀", "/Column.aspx?colid=152");
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 企业荣誉", "/Column.aspx?colid=153");
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 公司视频", "/videos/videoShow/");
        menu1.addItem("&nbsp;<FONT face=webdings>4</FONT> 地理位置", "/Column.aspx?colid=155");

        var menu2 = ms.addMenu(document.getElementById("menu2"));
        menu2.addItem("&nbsp;<FONT face=webdings>4</FONT> 衡钢新闻&nbsp;&nbsp;&nbsp;&nbsp;", "/Column.aspx?colid=122");
        menu2.addItem("&nbsp;<FONT face=webdings>4</FONT> 电 子 报", "/Column.aspx?colid=165");
        menu2.addItem("&nbsp;<FONT face=webdings>4</FONT> 媒体报道", "/Column.aspx?colid=123");
        //menu2.addItem("&nbsp;<FONT face=webdings>4</FONT> 采购招标", "/article/Bidding/");
        var menu3 = ms.addMenu(document.getElementById("menu3"));
        menu3.addItem("&nbsp;<FONT face=webdings>4</FONT> 生产装备&nbsp;&nbsp;&nbsp;&nbsp;", "/Channel.aspx?chid=21");
        menu3.addItem("&nbsp;<FONT face=webdings>4</FONT> 工艺流程", "/Column.aspx?colid=126");
        menu3.addItem("&nbsp;<FONT face=webdings>4</FONT> 产品展台", "/Column.aspx?colid=127");
        menu3.addItem("&nbsp;<FONT face=webdings>4</FONT> 应用实例", "/Column.aspx?colid=128");
        //menu3.addItem("&nbsp;<FONT face=webdings>4</FONT> 资料下载", "/download/");
        var menu4 = ms.addMenu(document.getElementById("menu4"));
        menu4.addItem("&nbsp;<FONT face=webdings>4</FONT> 技术中心&nbsp;&nbsp;&nbsp;&nbsp;", "/Column.aspx?colid=129");
        menu4.addItem("&nbsp;<FONT face=webdings>4</FONT> 钢管研究院", "/Column.aspx?colid=130");
        menu4.addItem("&nbsp;<FONT face=webdings>4</FONT> 科研成果", "/Column.aspx?colid=131");
        menu4.addItem("&nbsp;<FONT face=webdings>4</FONT> 技术改造", "/Column.aspx?colid=132");
        menu4.addItem("&nbsp;<FONT face=webdings>4</FONT> 品质管理", "/Column.aspx?colid=133");
        var menu5 = ms.addMenu(document.getElementById("menu5"));
        menu5.addItem("&nbsp;<FONT face=webdings>4</FONT> 衡钢理念&nbsp;&nbsp;&nbsp;&nbsp;", "/Column.aspx?colid=134");
        menu5.addItem("&nbsp;<FONT face=webdings>4</FONT> 品牌形象", "/Column.aspx?colid=135");
        //menu5.addItem("&nbsp;<FONT face=webdings>4</FONT> 衡 钢 人", "/culture/Humanity/");
        menu5.addItem("&nbsp;<FONT face=webdings>4</FONT> 文艺作品", "/Column.aspx?colid=137");
        menu5.addItem("&nbsp;<FONT face=webdings>4</FONT> VI系统", "/Column.aspx?colid=168");
        var menu6 = ms.addMenu(document.getElementById("menu6"));
        //menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 服务理念&nbsp;&nbsp;&nbsp;&nbsp;", "/CustomerService/Servicephilosophy/");
        //menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 服务体系", "/CustomerService/NationalHealthService/");
        //menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 服务指南", "/CustomerService/servicedirection/");
        menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 服务网络", "/Column.aspx?colid=141");
        menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 意见反馈", "/Column.aspx?colid=157");
        menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 在线咨询", "/Column.aspx?colid=158");
	menu6.addItem("&nbsp;<FONT face=webdings>4</FONT> 让售物资", "/Column.aspx?colid=164");
            var menu7 = ms.addMenu(document.getElementById("menu7"));
        menu7.addItem("&nbsp;<FONT face=webdings>4</FONT> 人才理念&nbsp;&nbsp;&nbsp;&nbsp;", "/Column.aspx?colid=143");
        menu7.addItem("&nbsp;<FONT face=webdings>4</FONT> 人才招聘", "/Column.aspx?colid=144");
        menu7.addItem("&nbsp;<FONT face=webdings>4</FONT> 人才培养", "/Column.aspx?colid=145");
        menu7.addItem("&nbsp;<FONT face=webdings>4</FONT> 简历投递", "/Column.aspx?colid=146");
w2DropDown.renderAll();
    }