function IndustryItem(id,name){this.id = id;this.name = name;}
var Industies = new Array();
Industies.push(new IndustryItem("1","互联网、电子商务" ));
Industies.push(new IndustryItem("2","计算机业(软件、数据库、系统集成)" ));
Industies.push(new IndustryItem("3","计算机业(硬件、网络设备)" ));
Industies.push(new IndustryItem("4","电子、微电子技术" ));
Industies.push(new IndustryItem("5","通讯、电信业" ));
Industies.push(new IndustryItem("6","家电业" ));
Industies.push(new IndustryItem("7","批发零售(百货、超市、购物中心、专卖店…)" ));
Industies.push(new IndustryItem("8","贸易、商务、进出口" ));
Industies.push(new IndustryItem("9","电气" ));
Industies.push(new IndustryItem("10","电力、能源、矿产业" ));
Industies.push(new IndustryItem("11","石油、化工业" ));
Industies.push(new IndustryItem("12","生物工程、制药、环保" ));
Industies.push(new IndustryItem("13","机械制造、机电设备、重工业" ));
Industies.push(new IndustryItem("14","汽车、摩托车" ));
Industies.push(new IndustryItem("15","仪器仪表、电工设备" ));
Industies.push(new IndustryItem("16","广告、公关、设计" ));
Industies.push(new IndustryItem("17","媒体、影视制作、新闻出版" ));
Industies.push(new IndustryItem("18","艺术、文化传播" ));
Industies.push(new IndustryItem("19","快速消费品(食品、饮料、粮油、化妆品、烟酒…)" ));
Industies.push(new IndustryItem("20","纺织品业(服饰、鞋类、家纺用品、皮具…)" ));
Industies.push(new IndustryItem("21","咨询业(顾问、会计师、审计师、法律)" ));
Industies.push(new IndustryItem("22","金融业(投资、保险、证券、银行、基金)" ));
Industies.push(new IndustryItem("23","建筑、房地产、物业管理、装潢" ));
Industies.push(new IndustryItem("24","餐饮、娱乐、酒店" ));
Industies.push(new IndustryItem("25","运输、物流、快递" ));
Industies.push(new IndustryItem("26","旅游业" ));
Industies.push(new IndustryItem("27","办公设备、文化体育休闲用品、家居用品" ));
Industies.push(new IndustryItem("28","印刷、包装、造纸" ));
Industies.push(new IndustryItem("29","生产、制造、加工" ));
Industies.push(new IndustryItem("30","教育、培训、科研院所" ));
Industies.push(new IndustryItem("31","医疗、保健、卫生服务" ));
Industies.push(new IndustryItem("32","人才交流、中介" ));
Industies.push(new IndustryItem("33","协会、社团、政府公用事业、社区服务" ));
Industies.push(new IndustryItem("34","农、林、牧、副、渔业" ));
Industies.push(new IndustryItem("35","其他" ));
Industies.push(new IndustryItem("36","法律" ));
Industies.push(new IndustryItem("39","航空、航天研究与制造" ));
Industies.push(new IndustryItem("42","原材料及加工(金属、木材、橡胶、塑料、玻璃、陶瓷、建材)" ));
var MaxIndustry = 3;
