﻿//==================================
  function changelist(state,city){  
  var val=document.getElementById(state).options[document.getElementById(state).selectedIndex].value
  var obj1=document.getElementById(city).options //LIST1(Lower List)

  obj1.length=0 
 // obj4.value=''
 if(val==""){  
  obj1[obj1.length]=new Option("城市","",true,true)  
  }else  if(val=="Anhui"){ 
  
obj1[obj1.length]=new Option("合肥","Hefei")
obj1[obj1.length]=new Option("宿州","Xiuzhou")
obj1[obj1.length]=new Option("淮北","Huaibei")
obj1[obj1.length]=new Option("阜阳","Fuyang")
obj1[obj1.length]=new Option("蚌埠","Bengbu")
obj1[obj1.length]=new Option("淮南","Huainan")
obj1[obj1.length]=new Option("滁州","Chuzhou")
obj1[obj1.length]=new Option("马鞍山","Maanshan")
obj1[obj1.length]=new Option("芜湖","Wuhu")
obj1[obj1.length]=new Option("铜陵","Tongling")
obj1[obj1.length]=new Option("安庆","Anqing")
obj1[obj1.length]=new Option("黄山","Huangshan")
obj1[obj1.length]=new Option("桐城","Tongcheng")
}else 

if(val=="Beijing"){
obj1[obj1.length]=new Option("全部","Beijing")   
obj1[obj1.length]=new Option("东城区","Dongchengqu")
obj1[obj1.length]=new Option("西城区","Xichengqu")
obj1[obj1.length]=new Option("崇文区","Chongwenqu")
obj1[obj1.length]=new Option("宣武区","Xuanwuqu")
obj1[obj1.length]=new Option("朝阳区","Chaoyangqu")
obj1[obj1.length]=new Option("丰台区","Fengtaiqu")
obj1[obj1.length]=new Option("海淀区","Haidianqu")
obj1[obj1.length]=new Option("通州区","Tongzhouqu")
obj1[obj1.length]=new Option("顺义区","Shunyiqu")
obj1[obj1.length]=new Option("昌平区","Changpingqu")
obj1[obj1.length]=new Option("大兴区","Daxingqu")
obj1[obj1.length]=new Option("房山区","Fangshanqu")
obj1[obj1.length]=new Option("石景山区","Shijingshanqu")
obj1[obj1.length]=new Option("怀柔区","Huairouqu")
obj1[obj1.length]=new Option("平谷区","Pingguqu")
obj1[obj1.length]=new Option("门头沟区","Mentougouqu")
obj1[obj1.length]=new Option("延庆县","Yanqingxian")
obj1[obj1.length]=new Option("密云县","Miyunxian")

}else 

if(val=="Chongqing"){ 
obj1[obj1.length]=new Option("全部","Chongqing")  
obj1[obj1.length]=new Option("渝中区","Yuzhongqu")
obj1[obj1.length]=new Option("江北区","Jiangbeiqu")
obj1[obj1.length]=new Option("沙坪坝区","Shapingbaqu")
obj1[obj1.length]=new Option("南岸区","Nananqu")
obj1[obj1.length]=new Option("渝北区","yubeiqu")
obj1[obj1.length]=new Option("北碚区","Beibeiqu")
obj1[obj1.length]=new Option("九龙坡区","Jiulongpoqu")
obj1[obj1.length]=new Option("高新区","Gaoxinqu")
obj1[obj1.length]=new Option("大渡口区","Dadukouqu")
obj1[obj1.length]=new Option("丰都县","Fengduxian")

}else 

if(val=="Fujian"){ 
  
obj1[obj1.length]=new Option("厦门","Xiamen")
obj1[obj1.length]=new Option("福州","Fuzhou1")
obj1[obj1.length]=new Option("南平","Nanping")
obj1[obj1.length]=new Option("三明","Sanming")
obj1[obj1.length]=new Option("莆田","Putian")
obj1[obj1.length]=new Option("泉州","Quanzhou")
obj1[obj1.length]=new Option("漳州","Zhangzhou")
obj1[obj1.length]=new Option("龙岩","Longyan")
obj1[obj1.length]=new Option("宁德","Ningde")
obj1[obj1.length]=new Option("武夷山","Wuyishan")
obj1[obj1.length]=new Option("石狮","Shishi")
}else 

if(val=="Gansu"){ 
  
obj1[obj1.length]=new Option("兰州","Lanzhou")
obj1[obj1.length]=new Option("嘉峪关","Jiayuguan")
obj1[obj1.length]=new Option("金昌","Jinchang")
obj1[obj1.length]=new Option("白银","Baiyin")
obj1[obj1.length]=new Option("天水","Tianshui")
obj1[obj1.length]=new Option("酒泉","Jiuquan")
obj1[obj1.length]=new Option("庆阳","Qingyang")
obj1[obj1.length]=new Option("平凉","Pingliang")
obj1[obj1.length]=new Option("定西","Dingxi")
obj1[obj1.length]=new Option("陇南","Longnan")
obj1[obj1.length]=new Option("玉门","Yumen")
obj1[obj1.length]=new Option("敦煌","Dunhuang")
}else 

if(val=="Guangdong"){ 
  
obj1[obj1.length]=new Option("广州","Guangzhou")
obj1[obj1.length]=new Option("深圳","Shenzhen")
obj1[obj1.length]=new Option("清远","Qingyuan")
obj1[obj1.length]=new Option("韶关","Shaoguan")
obj1[obj1.length]=new Option("河源","Heyuan")
obj1[obj1.length]=new Option("梅州","Meizhou")
obj1[obj1.length]=new Option("潮州","Chaozhou")
obj1[obj1.length]=new Option("汕头","Shantou")
obj1[obj1.length]=new Option("揭阳","Jieyang")
obj1[obj1.length]=new Option("汕尾","Shanwei")
obj1[obj1.length]=new Option("惠州","Huizhou")
obj1[obj1.length]=new Option("东莞","Dongwan")
obj1[obj1.length]=new Option("珠海","Zhuhai")
obj1[obj1.length]=new Option("中山","Zhongshan")
obj1[obj1.length]=new Option("江门","Jiangmen")
obj1[obj1.length]=new Option("佛山","Foshan")
obj1[obj1.length]=new Option("肇庆","Zhaoqing")
obj1[obj1.length]=new Option("云浮","Yunfu")
obj1[obj1.length]=new Option("阳江","Yangjiang")
obj1[obj1.length]=new Option("茂名","Maoming")
obj1[obj1.length]=new Option("湛江","Zhanjiang")
obj1[obj1.length]=new Option("从化","Conghua")
obj1[obj1.length]=new Option("开平","Kaiping")
}else 

if(val=="Guangxi"){ 
  
obj1[obj1.length]=new Option("南宁","Nanning")
obj1[obj1.length]=new Option("桂林","Guilin")
obj1[obj1.length]=new Option("柳州","Liuzhou")
obj1[obj1.length]=new Option("梧州","Wuzhou")
obj1[obj1.length]=new Option("贵港","Guigang")
obj1[obj1.length]=new Option("玉林","Yulin2")
obj1[obj1.length]=new Option("钦州","Qinzhou")
obj1[obj1.length]=new Option("北海","Beihai")
obj1[obj1.length]=new Option("防港城","Fanggangcheng")
obj1[obj1.length]=new Option("崇左","Chongzuo")
obj1[obj1.length]=new Option("百色","Baise")
obj1[obj1.length]=new Option("河池","Hechi")
obj1[obj1.length]=new Option("来宾","Laibin")
obj1[obj1.length]=new Option("贺州","Hezhou")
}else 

if(val=="Guizhou"){ 
  
obj1[obj1.length]=new Option("贵阳","Guiyang")
obj1[obj1.length]=new Option("六盘水","Liupanshui")

obj1[obj1.length]=new Option("遵义","Zunyi")
obj1[obj1.length]=new Option("安顺","Anshun")
obj1[obj1.length]=new Option("清镇","Qingzhen")
obj1[obj1.length]=new Option("赤水","Chishui")
}else 

if(val=="Hainan"){ 
  
obj1[obj1.length]=new Option("三亚","Sanya")
obj1[obj1.length]=new Option("海口","Haikou")
obj1[obj1.length]=new Option("博鳌","Boao")
obj1[obj1.length]=new Option("陵水","Lingshui")
obj1[obj1.length]=new Option("琼海","Qionghai")
}else 

if(val=="Hebei"){ 
  
obj1[obj1.length]=new Option("石家庄","Shijiazhuang")
obj1[obj1.length]=new Option("邯郸","Handan")
obj1[obj1.length]=new Option("唐山","Tangshan")
obj1[obj1.length]=new Option("保定","Baoding")
obj1[obj1.length]=new Option("秦皇岛","Qinhuangdao")
obj1[obj1.length]=new Option("邢台","Xingtai")
obj1[obj1.length]=new Option("张家口","Zhangjiakou")
obj1[obj1.length]=new Option("承德","Chengde")
obj1[obj1.length]=new Option("沧州","Cangzhou")
obj1[obj1.length]=new Option("廊坊","Langfang")
obj1[obj1.length]=new Option("北戴河","Beidaihe")
}else 

if(val=="Heilongjiang"){ 
  
obj1[obj1.length]=new Option("哈尔滨","Haerbin")
obj1[obj1.length]=new Option("齐齐哈尔","Qiqihaer")
obj1[obj1.length]=new Option("黑河","Heihe")
obj1[obj1.length]=new Option("大庆","Daqing")
obj1[obj1.length]=new Option("伊春","Yichun1")
obj1[obj1.length]=new Option("鹤岗","Hegang")
obj1[obj1.length]=new Option("佳木斯","Jiamusi")
obj1[obj1.length]=new Option("双鸭山","Shuangyashan")
obj1[obj1.length]=new Option("七台河","Qitaihe")
obj1[obj1.length]=new Option("鸡西","Jixi")
obj1[obj1.length]=new Option("牡丹江","Mudanjiang")
obj1[obj1.length]=new Option("绥化","Suihua")
obj1[obj1.length]=new Option("五大连池","Wudalianchi")
}else 

if(val=="Henan"){ 
  
obj1[obj1.length]=new Option("郑州","Zhengzhou")
obj1[obj1.length]=new Option("开封","Kaifeng")
obj1[obj1.length]=new Option("洛阳","Luoyang")
obj1[obj1.length]=new Option("平顶山","Pingdingshan")
obj1[obj1.length]=new Option("安阳","Anyang")
obj1[obj1.length]=new Option("鹤壁","Hebi")
obj1[obj1.length]=new Option("新乡","Xinxiang")
obj1[obj1.length]=new Option("焦作","Jiaozuo")
obj1[obj1.length]=new Option("濮阳","Puyang")
obj1[obj1.length]=new Option("许昌","Xuchang")
obj1[obj1.length]=new Option("漯河","Luohe")
obj1[obj1.length]=new Option("三门峡","Sanmenxia")
obj1[obj1.length]=new Option("南阳","Nanyang")
obj1[obj1.length]=new Option("商丘","Shangqiu")
obj1[obj1.length]=new Option("周口","Zhoukou")
obj1[obj1.length]=new Option("驻马店","Zhumadian")
obj1[obj1.length]=new Option("信阳","Xinyang")
obj1[obj1.length]=new Option("济源","Jiyuan")
}else 

if(val=="Hubei"){ 
  
obj1[obj1.length]=new Option("武汉","Wuhan")
obj1[obj1.length]=new Option("十堰","Shiyan")
obj1[obj1.length]=new Option("襄樊","Xiangfan")
obj1[obj1.length]=new Option("荆门","Jingmen")
obj1[obj1.length]=new Option("孝感","Xiaogan")
obj1[obj1.length]=new Option("黄冈","Huanggang")
obj1[obj1.length]=new Option("鄂州","Ezhou")
obj1[obj1.length]=new Option("黄石","Huangshi")
obj1[obj1.length]=new Option("咸宁","Xianning")
obj1[obj1.length]=new Option("荆州","Jingzhou")
obj1[obj1.length]=new Option("宜昌","Yichang")
obj1[obj1.length]=new Option("随州","Suizhou")
}else 

if(val=="Hunan"){ 
  
obj1[obj1.length]=new Option("长沙","Changsha")
obj1[obj1.length]=new Option("张家界","Zhangjiajie")
obj1[obj1.length]=new Option("常德","Changde")
obj1[obj1.length]=new Option("益阳","Yiyang")
obj1[obj1.length]=new Option("岳阳","Yueyang")
obj1[obj1.length]=new Option("株洲","Zhuzhou")
obj1[obj1.length]=new Option("湘潭","Xiangtan")
obj1[obj1.length]=new Option("衡阳","Hengyang")
obj1[obj1.length]=new Option("郴州","Chenzhou")
obj1[obj1.length]=new Option("永州","Yongzhou")
obj1[obj1.length]=new Option("邵阳","Shaoyang")
obj1[obj1.length]=new Option("怀化","Huaihua")
obj1[obj1.length]=new Option("娄底","Loudi")
obj1[obj1.length]=new Option("韶山","Shaoshan")
obj1[obj1.length]=new Option("武冈","Wugang")
obj1[obj1.length]=new Option("浏阳","Liuyang")
}else 

if(val=="Jiangsu"){ 
  
obj1[obj1.length]=new Option("南京","Nanjing")
obj1[obj1.length]=new Option("徐州","Xuzhou")
obj1[obj1.length]=new Option("连云港","Lianyungang")
obj1[obj1.length]=new Option("宿迁","Xiuqian")
obj1[obj1.length]=new Option("淮安","Huaian")
obj1[obj1.length]=new Option("盐城","Yancheng")
obj1[obj1.length]=new Option("扬州","Yangzhou")
obj1[obj1.length]=new Option("泰州","Taizhou1")
obj1[obj1.length]=new Option("南通","Nantong")
obj1[obj1.length]=new Option("镇江","Zhenjiang")
obj1[obj1.length]=new Option("常州","Changzhou")
obj1[obj1.length]=new Option("无锡","Wuxi")
obj1[obj1.length]=new Option("苏州","Suzhou")
obj1[obj1.length]=new Option("常熟","Changshu")
obj1[obj1.length]=new Option("张家港","Zhangjiagang")
obj1[obj1.length]=new Option("太仓","Taicang")
obj1[obj1.length]=new Option("昆山","Kunshan")
obj1[obj1.length]=new Option("吴江","Wujiang")
obj1[obj1.length]=new Option("通州","Tongzhou")
obj1[obj1.length]=new Option("海门","Haimen")
obj1[obj1.length]=new Option("高邮","Gaoyou")
obj1[obj1.length]=new Option("金坛","Jintan")
obj1[obj1.length]=new Option("保亭","Baoting")
obj1[obj1.length]=new Option("曲阜","Qufu")
obj1[obj1.length]=new Option("吉木乃","Jimunai")
obj1[obj1.length]=new Option("仪征","Yizheng")
obj1[obj1.length]=new Option("江阴","Jiangyin")
obj1[obj1.length]=new Option("万宁","Wanning")
obj1[obj1.length]=new Option("东台","Dongtai")
obj1[obj1.length]=new Option("宜兴","Yixing")
obj1[obj1.length]=new Option("江都","Jiangdu")
}else 

if(val=="Jiangxi"){ 
  
obj1[obj1.length]=new Option("南昌","Nanchang")
obj1[obj1.length]=new Option("九江","Jiujiang")
obj1[obj1.length]=new Option("景德镇","Jingdezhen")
obj1[obj1.length]=new Option("鹰潭","Yingtan")
obj1[obj1.length]=new Option("新余","Xinyu")
obj1[obj1.length]=new Option("萍乡","Pingxiang")
obj1[obj1.length]=new Option("赣州","Ganzhou")
obj1[obj1.length]=new Option("上饶","Shangrao")
obj1[obj1.length]=new Option("抚州","Fuzhou2")
obj1[obj1.length]=new Option("宜春","Yichun2")
obj1[obj1.length]=new Option("吉安","Jian")
obj1[obj1.length]=new Option("瑞金","Ruijin")
obj1[obj1.length]=new Option("井冈山","Jinggangshan")
}else 

if(val=="Jilin"){ 
  
obj1[obj1.length]=new Option("长春","Changchun")
obj1[obj1.length]=new Option("吉林市","Jilinshi")
obj1[obj1.length]=new Option("白城","Baicheng")
obj1[obj1.length]=new Option("松原","Songyuan")
obj1[obj1.length]=new Option("四平","Siping")
obj1[obj1.length]=new Option("辽源","Liaoyuan")
obj1[obj1.length]=new Option("通化","Tonghua")
obj1[obj1.length]=new Option("白山","Baishan")
obj1[obj1.length]=new Option("延吉","Yanji")
obj1[obj1.length]=new Option("敦化","Dunhua")
}else 

if(val=="Liaoning"){ 
  
obj1[obj1.length]=new Option("沈阳","Shenyang")
obj1[obj1.length]=new Option("大连","Dalian")
obj1[obj1.length]=new Option("铁岭","Tieling")
obj1[obj1.length]=new Option("抚顺","Fushun")
obj1[obj1.length]=new Option("本溪","Benxi")
obj1[obj1.length]=new Option("鞍山","Anshan")
obj1[obj1.length]=new Option("丹东","Dandong")
obj1[obj1.length]=new Option("营口","Yingkou")
obj1[obj1.length]=new Option("锦州","Jinzhou")
obj1[obj1.length]=new Option("朝阳","Zhaoyang")
obj1[obj1.length]=new Option("阜新","Fuxin")
obj1[obj1.length]=new Option("辽阳","Liaoyang")
obj1[obj1.length]=new Option("盘锦","Panjin")
obj1[obj1.length]=new Option("葫芦岛","Huludao")
obj1[obj1.length]=new Option("通辽","Tongliao")
obj1[obj1.length]=new Option("乌兰察布","Wulanchabu")
obj1[obj1.length]=new Option("鄂尔多斯","Eerduosi")
obj1[obj1.length]=new Option("满洲里","Manzhouli")
obj1[obj1.length]=new Option("兴城","Xingcheng")
}else 

if(val=="Macau"){ 
obj1[obj1.length]=new Option("澳门","Macau")
}else 

if(val=="Ningxia"){ 
  
obj1[obj1.length]=new Option("银川","Yinchuan")
obj1[obj1.length]=new Option("石嘴山","Shizuishan")
obj1[obj1.length]=new Option("吴忠","Wuzhong")
obj1[obj1.length]=new Option("中卫","Zhongwei")
obj1[obj1.length]=new Option("固原","Guyuan")
obj1[obj1.length]=new Option("青铜峡","Qingtongxia")
}else 

if(val=="Qinghai"){ 
  
obj1[obj1.length]=new Option("西宁","Xining")
obj1[obj1.length]=new Option("格尔木","Geermu")
obj1[obj1.length]=new Option("德令哈","Delingha")
}else 

if(val=="Shaanxi"){ 
  
obj1[obj1.length]=new Option("西安","Xian")
obj1[obj1.length]=new Option("延安","Yanan")
obj1[obj1.length]=new Option("铜川","Tongchuan")
obj1[obj1.length]=new Option("渭南","Weinan")
obj1[obj1.length]=new Option("咸阳","Xianyan")
obj1[obj1.length]=new Option("宝鸡","Baoji")
obj1[obj1.length]=new Option("汉中","Hanzhong")
obj1[obj1.length]=new Option("渝林","Yulin1")
obj1[obj1.length]=new Option("商洛","Shangluo")
obj1[obj1.length]=new Option("安康","Ankang")
}else 

if(val=="Shandong"){ 
  
obj1[obj1.length]=new Option("济南","Jinan")
obj1[obj1.length]=new Option("青岛","Qingdao")
obj1[obj1.length]=new Option("聊城","Liaocheng")
obj1[obj1.length]=new Option("德州","Dezhou")
obj1[obj1.length]=new Option("东营","Dongying")
obj1[obj1.length]=new Option("淄博","Zibo")
obj1[obj1.length]=new Option("潍坊","Weifang")
obj1[obj1.length]=new Option("烟台","Yantai")
obj1[obj1.length]=new Option("威海","Weihai")
obj1[obj1.length]=new Option("日照","Rizhao")
obj1[obj1.length]=new Option("临沂","Linyi")
obj1[obj1.length]=new Option("枣庄","Zaozhuang")
obj1[obj1.length]=new Option("济宁","Jining")
obj1[obj1.length]=new Option("泰安","Taian")
obj1[obj1.length]=new Option("莱芜","Laiwu")
obj1[obj1.length]=new Option("滨州","Binzhou")
obj1[obj1.length]=new Option("荷泽","Heze")
obj1[obj1.length]=new Option("蓬莱","Penglai")
obj1[obj1.length]=new Option("胶州","Jiaozhou")
}else 

if(val=="Shanghai"){ 
obj1[obj1.length]=new Option("全部","Shanghai")  
obj1[obj1.length]=new Option("黄浦区","Huangpuqu")
obj1[obj1.length]=new Option("卢湾区","Luwanqu")
obj1[obj1.length]=new Option("徐汇区","Xuhuiqu")
obj1[obj1.length]=new Option("长宁区","Changningqu")
obj1[obj1.length]=new Option("静安区","Jinganqu")
obj1[obj1.length]=new Option("普陀区","Putuoqu")
obj1[obj1.length]=new Option("闸北区","Zhabeiqu")
obj1[obj1.length]=new Option("虹口区","Hongkouqu")
obj1[obj1.length]=new Option("杨浦区","Yangpuqu")
obj1[obj1.length]=new Option("闵行区","Minhangqu")
obj1[obj1.length]=new Option("宝山区","Baoshanqu")
obj1[obj1.length]=new Option("浦东新区","Pudongxinqu")
obj1[obj1.length]=new Option("金山区","Jinshanqu")
obj1[obj1.length]=new Option("松江区","Songjiangqu")
obj1[obj1.length]=new Option("青浦区","Qingpuqu")
obj1[obj1.length]=new Option("南汇区","Nanhuiqu")
obj1[obj1.length]=new Option("奉贤区","Fengxianqu")
obj1[obj1.length]=new Option("嘉定区","Jiadingqu")
obj1[obj1.length]=new Option("崇明区","Chongmingqu")

}else 

if(val=="Shanxi"){ 
  
obj1[obj1.length]=new Option("太原","Taiyun")
obj1[obj1.length]=new Option("大同","Datong")
obj1[obj1.length]=new Option("朔州","Shuozhou")
obj1[obj1.length]=new Option("阳泉","Yangquan")
obj1[obj1.length]=new Option("长治","Changzhi")
obj1[obj1.length]=new Option("晋城","Jincheng")
obj1[obj1.length]=new Option("忻州","Xinzhou")
obj1[obj1.length]=new Option("吕梁","Lvliang")
obj1[obj1.length]=new Option("晋中","Jinzhong")
obj1[obj1.length]=new Option("临汾","Linfen")
obj1[obj1.length]=new Option("运城","Yuncheng")
obj1[obj1.length]=new Option("平遥","Pingyao")
}else 

if(val=="Sichuan"){ 
  
obj1[obj1.length]=new Option("成都","Chengdu")
obj1[obj1.length]=new Option("广元","Guangyuan")
obj1[obj1.length]=new Option("绵阳","Mianyang")
obj1[obj1.length]=new Option("德阳","Deyang")
obj1[obj1.length]=new Option("南充","Nanchong")
obj1[obj1.length]=new Option("广安","Guangan")
obj1[obj1.length]=new Option("遂宁","Suining")
obj1[obj1.length]=new Option("内江","Neijiang")
obj1[obj1.length]=new Option("乐山","Leshan")
obj1[obj1.length]=new Option("自贡","Zigong")
obj1[obj1.length]=new Option("泸州","Luzhou")
obj1[obj1.length]=new Option("宜宾","yibin")
obj1[obj1.length]=new Option("攀枝花","Panzhihua")
obj1[obj1.length]=new Option("巴中","Bazhong")
obj1[obj1.length]=new Option("达州","Dazhou")
obj1[obj1.length]=new Option("资阳","Ziyang")
obj1[obj1.length]=new Option("眉山","Meishan")
obj1[obj1.length]=new Option("雅安","Yaan")
obj1[obj1.length]=new Option("峨眉山","Emeishan")
obj1[obj1.length]=new Option("都江堰","Dujiangyan")
obj1[obj1.length]=new Option("西昌","Xichang")
}else 

if(val=="Taiwan"){ 
obj1[obj1.length]=new Option("台北","Taiwan")
}else 

if(val=="Tianjin"){ 
obj1[obj1.length]=new Option("全部","Tianjin")  
obj1[obj1.length]=new Option("和平区","Hepingqu")
obj1[obj1.length]=new Option("河东区","Hedongqu")
obj1[obj1.length]=new Option("河西区","Hexiqu")
obj1[obj1.length]=new Option("河北区","Hebeiqu")
obj1[obj1.length]=new Option("塘沽区","Tangguqu")
obj1[obj1.length]=new Option("东丽区","Dongliqu")
obj1[obj1.length]=new Option("大港区","Dagangqu")
obj1[obj1.length]=new Option("南开区","Nankaiqu")
obj1[obj1.length]=new Option("武清区","Wuqingqu")
obj1[obj1.length]=new Option("红桥区","Hongqiaoqu")
obj1[obj1.length]=new Option("蓟县","Jixian")
obj1[obj1.length]=new Option("滨海新区","Binhaixinqu")

}else 

if(val=="Tibet"){ 
  
obj1[obj1.length]=new Option("拉萨","Lasa")
obj1[obj1.length]=new Option("日喀则","Rikaze")
}else 

if(val=="Xinjiang"){ 
  
obj1[obj1.length]=new Option("乌鲁木齐","Wulumuqi")
obj1[obj1.length]=new Option("克拉玛依","Kelamayi")
obj1[obj1.length]=new Option("石河子","Shihezi")
obj1[obj1.length]=new Option("阿拉尔","Alaer")
obj1[obj1.length]=new Option("吐鲁番","Tulufan")
obj1[obj1.length]=new Option("哈密","Hami")
obj1[obj1.length]=new Option("喀什","Kashi")
obj1[obj1.length]=new Option("库尔勒","Kuerle")
obj1[obj1.length]=new Option("伊宁","Yining")
}else 

if(val=="Yunnan"){ 
  
obj1[obj1.length]=new Option("昆明","Kunming")
obj1[obj1.length]=new Option("曲靖","Qujing")
obj1[obj1.length]=new Option("玉溪","Yuxi")
obj1[obj1.length]=new Option("丽江","Lijiang")
obj1[obj1.length]=new Option("昭通","Zhaotong")
obj1[obj1.length]=new Option("思茅","Simao")
obj1[obj1.length]=new Option("临沧","Lincang")
obj1[obj1.length]=new Option("保山","Banshan")
obj1[obj1.length]=new Option("大理","Dali")
obj1[obj1.length]=new Option("瑞丽","Ruili")
obj1[obj1.length]=new Option("景洪","Jinghong")
obj1[obj1.length]=new Option("香格里拉","Xianggelila")
}else 

if(val=="Zhejiang"){ 
obj1[obj1.length]=new Option("杭州","Hangzhou")
obj1[obj1.length]=new Option("建德","Jiande")
obj1[obj1.length]=new Option("宁波","Ningbo")
obj1[obj1.length]=new Option("湖州","Huzhou")
obj1[obj1.length]=new Option("嘉兴","Jiaxing")
obj1[obj1.length]=new Option("舟山","Zhoushan")
obj1[obj1.length]=new Option("绍兴","Shaoxing")
obj1[obj1.length]=new Option("衢州","Quzhou")
obj1[obj1.length]=new Option("金华","Jinhua")
obj1[obj1.length]=new Option("台州","Taizhou2")
obj1[obj1.length]=new Option("温州","Wenzhou")
obj1[obj1.length]=new Option("丽水","Lishui")
obj1[obj1.length]=new Option("海宁","Haining")
obj1[obj1.length]=new Option("义乌","Yiwu")
obj1[obj1.length]=new Option("诸暨","Zhuji")
obj1[obj1.length]=new Option("仙居","Xianju")
obj1[obj1.length]=new Option("嘉善","Jiashan")
obj1[obj1.length]=new Option("常山","Changshan")
obj1[obj1.length]=new Option("东阳","Dongyang")
obj1[obj1.length]=new Option("余姚","Yuyao")
obj1[obj1.length]=new Option("奉化","Fenghua")
obj1[obj1.length]=new Option("桐庐","Tonglu")
obj1[obj1.length]=new Option("临安","Linan")
obj1[obj1.length]=new Option("富阳","ZFuyang")
obj1[obj1.length]=new Option("千岛湖","Qiandaohu")
obj1[obj1.length]=new Option("桐乡","Tongxiang")
obj1[obj1.length]=new Option("慈溪","Cixi")
obj1[obj1.length]=new Option("瑞安","Ruian")
obj1[obj1.length]=new Option("安吉","Anji")
}else 

if(val=="Neimenggu"){ 
  
obj1[obj1.length]=new Option("呼和浩特","Huhehaote")
obj1[obj1.length]=new Option("包头","Baotou")
obj1[obj1.length]=new Option("乌海","Wuhai")
obj1[obj1.length]=new Option("赤峰","Chifeng")
obj1[obj1.length]=new Option("呼伦贝尔","Hulunbeier")
obj1[obj1.length]=new Option("巴彦淖尔","Bayanzhuoer")
}else 

if(val=="Hongkong"){ 
obj1[obj1.length]=new Option("香港","Hongkong")
}
} 

