﻿function ChgProvince()
{
	var d = document.forms("saleslist");
	var newOption;
	var x = d.CityID.options.length;
	
	for(i=0;i<x;i++)
	{
		d.CityID.options.remove(1);
	}
	switch(d.ProvinceID.value)
	{

		case "54":

			newOption=document.createElement("option");
			newOption.text="黄浦区";
			newOption.value="369";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="卢湾区";
			newOption.value="370";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="徐汇区";
			newOption.value="371";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="长宁区";
			newOption.value="372";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="静安区";
			newOption.value="373";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="普陀区";
			newOption.value="374";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="闸北区";
			newOption.value="375";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="虹口区";
			newOption.value="376";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="杨浦区";
			newOption.value="377";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="闵行区";
			newOption.value="378";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宝山区";
			newOption.value="379";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="嘉定区";
			newOption.value="380";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="浦东新区";
			newOption.value="381";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="金山区";
			newOption.value="382";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="松江区";
			newOption.value="383";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="青浦区";
			newOption.value="384";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南汇区";
			newOption.value="385";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="奉贤区";
			newOption.value="386";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="崇明县";
			newOption.value="387";
			d.CityID.add(newOption);

			
			break;

		case "55":

			newOption=document.createElement("option");
			newOption.text="北京市区";
			newOption.value="388";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="北京近郊";
			newOption.value="389";
			d.CityID.add(newOption);

			
			break;

		case "56":

			newOption=document.createElement("option");
			newOption.text="天津市区";
			newOption.value="390";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="天津郊区（周日不派送）";
			newOption.value="391";
			d.CityID.add(newOption);

			
			break;

		case "57":

			newOption=document.createElement("option");
			newOption.text="石家庄";
			newOption.value="392";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="邢台市";
			newOption.value="393";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="邯郸市";
			newOption.value="394";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="张家口市";
			newOption.value="395";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="保定市";
			newOption.value="396";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="承德市";
			newOption.value="397";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="唐山市";
			newOption.value="398";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="秦皇岛市";
			newOption.value="399";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="沧州市";
			newOption.value="400";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="衡水市";
			newOption.value="401";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="廊坊市区";
			newOption.value="402";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="廊坊辖区";
			newOption.value="403";
			d.CityID.add(newOption);

			
			break;

		case "58":

			newOption=document.createElement("option");
			newOption.text="南京市";
			newOption.value="404";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="无锡市";
			newOption.value="405";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="徐州市";
			newOption.value="406";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="常州市";
			newOption.value="407";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="苏州市";
			newOption.value="408";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南通市";
			newOption.value="409";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="连云港市";
			newOption.value="410";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="淮安市";
			newOption.value="411";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="盐城市";
			newOption.value="412";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="扬州市";
			newOption.value="413";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="镇江市";
			newOption.value="414";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="泰州市";
			newOption.value="415";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宿迁市";
			newOption.value="416";
			d.CityID.add(newOption);

			
			break;

		case "59":

			newOption=document.createElement("option");
			newOption.text="杭州市";
			newOption.value="417";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宁波市";
			newOption.value="418";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="温州市";
			newOption.value="419";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="嘉兴市";
			newOption.value="420";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="湖州市";
			newOption.value="421";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="绍兴市";
			newOption.value="422";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="金华市";
			newOption.value="423";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="衢州市";
			newOption.value="424";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="舟山市";
			newOption.value="425";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="台州市";
			newOption.value="426";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="丽水市";
			newOption.value="427";
			d.CityID.add(newOption);

			
			break;

		case "60":

			newOption=document.createElement("option");
			newOption.text="重庆市";
			newOption.value="428";
			d.CityID.add(newOption);

			
			break;

		case "61":

			newOption=document.createElement("option");
			newOption.text="呼和浩特";
			newOption.value="429";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="包头市";
			newOption.value="430";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="乌海市";
			newOption.value="431";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="赤峰市";
			newOption.value="432";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="通辽市";
			newOption.value="433";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鄂尔多斯市";
			newOption.value="434";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="呼伦贝尔市";
			newOption.value="435";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="巴彦淖尔市";
			newOption.value="436";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="乌兰察布市";
			newOption.value="437";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="兴安盟";
			newOption.value="438";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="锡林郭勒盟";
			newOption.value="439";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿拉善盟";
			newOption.value="440";
			d.CityID.add(newOption);

			
			break;

		case "62":

			newOption=document.createElement("option");
			newOption.text="沈阳市";
			newOption.value="441";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大连市";
			newOption.value="442";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鞍山市";
			newOption.value="443";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="丹东市";
			newOption.value="444";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="营口市";
			newOption.value="445";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="锦州市";
			newOption.value="446";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阜新市";
			newOption.value="447";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="抚顺市";
			newOption.value="448";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="辽阳市";
			newOption.value="449";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="本溪市";
			newOption.value="450";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="铁岭市";
			newOption.value="451";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="盘锦市";
			newOption.value="452";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="朝阳市";
			newOption.value="453";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="葫芦岛市";
			newOption.value="454";
			d.CityID.add(newOption);

			
			break;

		case "63":

			newOption=document.createElement("option");
			newOption.text="长春市";
			newOption.value="455";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="辽源市";
			newOption.value="456";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="通化市";
			newOption.value="457";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="白山市";
			newOption.value="458";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="松原市";
			newOption.value="459";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吉林市";
			newOption.value="460";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="四平市";
			newOption.value="461";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="白城市";
			newOption.value="462";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="延边朝鲜族自治州";
			newOption.value="463";
			d.CityID.add(newOption);

			
			break;

		case "64":

			newOption=document.createElement("option");
			newOption.text="哈尔滨市";
			newOption.value="464";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="佳木斯市";
			newOption.value="465";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿城市";
			newOption.value="466";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="齐齐哈尔";
			newOption.value="467";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鸡西市";
			newOption.value="468";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="牡丹江市";
			newOption.value="469";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="七台河市";
			newOption.value="470";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="绥化市";
			newOption.value="471";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="伊春市";
			newOption.value="472";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鹤岗市";
			newOption.value="473";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大庆市";
			newOption.value="474";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黑河市";
			newOption.value="475";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="双鸭山市";
			newOption.value="476";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大兴安岭地区";
			newOption.value="477";
			d.CityID.add(newOption);

			
			break;

		case "65":

			newOption=document.createElement("option");
			newOption.text="华莹市";
			newOption.value="478";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="万县市";
			newOption.value="479";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="成都市";
			newOption.value="480";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="自贡市";
			newOption.value="481";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="攀枝花市";
			newOption.value="482";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="泸州市";
			newOption.value="483";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="德阳市";
			newOption.value="484";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="绵阳市";
			newOption.value="485";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="广元市";
			newOption.value="486";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="遂宁市";
			newOption.value="487";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="内江市";
			newOption.value="488";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="乐山市";
			newOption.value="489";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南充市";
			newOption.value="490";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宜宾市";
			newOption.value="491";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="广安市";
			newOption.value="492";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="达州市";
			newOption.value="493";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="眉山市";
			newOption.value="494";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="雅安市";
			newOption.value="495";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="巴中市";
			newOption.value="496";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="资阳市";
			newOption.value="497";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿坝藏族羌族自治州";
			newOption.value="498";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="甘孜藏族自治州";
			newOption.value="499";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="凉山彝族自治州";
			newOption.value="500";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="达县市";
			newOption.value="501";
			d.CityID.add(newOption);

			
			break;

		case "66":

			newOption=document.createElement("option");
			newOption.text="合肥市";
			newOption.value="502";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="淮北市";
			newOption.value="503";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="马鞍山市";
			newOption.value="504";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宣城市";
			newOption.value="505";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="芜湖市";
			newOption.value="506";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="安庆市";
			newOption.value="507";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="六安市";
			newOption.value="508";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="铜陵市";
			newOption.value="509";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="池洲市";
			newOption.value="510";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阜阳市";
			newOption.value="511";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="淮南市";
			newOption.value="512";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="蚌埠市";
			newOption.value="513";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黄山市";
			newOption.value="514";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="滁州市";
			newOption.value="515";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宿州市";
			newOption.value="516";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="巢湖市";
			newOption.value="517";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="亳州市";
			newOption.value="518";
			d.CityID.add(newOption);

			
			break;

		case "67":

			newOption=document.createElement("option");
			newOption.text="福州市";
			newOption.value="519";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="厦门市";
			newOption.value="520";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="莆田市";
			newOption.value="521";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="三明市";
			newOption.value="522";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="泉州市";
			newOption.value="523";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="漳州市";
			newOption.value="524";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南平市";
			newOption.value="525";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="龙岩市";
			newOption.value="526";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宁德市";
			newOption.value="527";
			d.CityID.add(newOption);

			
			break;

		case "68":

			newOption=document.createElement("option");
			newOption.text="南昌市";
			newOption.value="528";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="景德镇市";
			newOption.value="529";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="萍乡市";
			newOption.value="530";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="九江市";
			newOption.value="531";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="新余市";
			newOption.value="532";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鹰潭市";
			newOption.value="533";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="赣州市";
			newOption.value="534";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吉安市";
			newOption.value="535";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宜春市";
			newOption.value="536";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="抚州市";
			newOption.value="537";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="上饶市";
			newOption.value="538";
			d.CityID.add(newOption);

			
			break;

		case "69":

			newOption=document.createElement("option");
			newOption.text="莱芜市";
			newOption.value="539";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="济南市";
			newOption.value="540";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="青岛市";
			newOption.value="541";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="淄博市";
			newOption.value="542";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="枣庄市";
			newOption.value="543";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="东营市";
			newOption.value="544";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="烟台市";
			newOption.value="545";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="潍坊市";
			newOption.value="546";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="威海市";
			newOption.value="547";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="济宁市";
			newOption.value="548";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="泰安市";
			newOption.value="549";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="日照市";
			newOption.value="550";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="临沂市";
			newOption.value="551";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="德州市";
			newOption.value="552";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="聊城市";
			newOption.value="553";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="滨州市";
			newOption.value="554";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="菏泽市";
			newOption.value="555";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="荣城市";
			newOption.value="556";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南昌市";
			newOption.value="768";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="景德镇市";
			newOption.value="769";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="萍乡市";
			newOption.value="770";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="九江市";
			newOption.value="771";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="新余市";
			newOption.value="772";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鹰潭市";
			newOption.value="773";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="赣州市";
			newOption.value="774";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吉安市";
			newOption.value="775";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宜春市";
			newOption.value="776";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="抚州市";
			newOption.value="777";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="上饶市";
			newOption.value="778";
			d.CityID.add(newOption);

			
			break;

		case "70":

			newOption=document.createElement("option");
			newOption.text="郑州市";
			newOption.value="557";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="开封市";
			newOption.value="558";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="洛阳市";
			newOption.value="559";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="平顶山市";
			newOption.value="560";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="焦作市";
			newOption.value="561";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鹤壁市";
			newOption.value="562";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="安阳市";
			newOption.value="563";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="漯河市";
			newOption.value="564";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="周口市";
			newOption.value="565";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="新乡市";
			newOption.value="566";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="濮阳市";
			newOption.value="567";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="三门峡市";
			newOption.value="568";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="驻马店市";
			newOption.value="569";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="许昌市";
			newOption.value="570";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="信阳市";
			newOption.value="571";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="商丘市";
			newOption.value="572";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="南阳市";
			newOption.value="573";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="济源市";
			newOption.value="574";
			d.CityID.add(newOption);

			
			break;

		case "71":

			newOption=document.createElement("option");
			newOption.text="武汉市";
			newOption.value="575";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黄石市";
			newOption.value="576";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="襄樊市";
			newOption.value="577";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="十堰市";
			newOption.value="578";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="荆州市";
			newOption.value="579";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宜昌市";
			newOption.value="580";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="荆门市";
			newOption.value="581";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黄冈市";
			newOption.value="582";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="咸宁市";
			newOption.value="583";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="随州市";
			newOption.value="584";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="鄂州市";
			newOption.value="585";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="孝感市";
			newOption.value="586";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="恩施土家族苗族自治州";
			newOption.value="587";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="仙桃市";
			newOption.value="588";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="潜江市";
			newOption.value="589";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="天门市";
			newOption.value="590";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="神农架林区";
			newOption.value="591";
			d.CityID.add(newOption);

			
			break;

		case "72":

			newOption=document.createElement("option");
			newOption.text="长沙市";
			newOption.value="592";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="株洲市";
			newOption.value="593";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="湘潭市";
			newOption.value="594";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="衡阳市";
			newOption.value="595";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="邵阳市";
			newOption.value="596";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="岳阳市";
			newOption.value="597";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="常德市";
			newOption.value="598";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="张家界市";
			newOption.value="599";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="益阳市";
			newOption.value="600";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="郴州市";
			newOption.value="601";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="永州市";
			newOption.value="602";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="怀化市";
			newOption.value="603";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="娄底市";
			newOption.value="604";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="湘西土家族苗族自治州";
			newOption.value="605";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大庸市";
			newOption.value="606";
			d.CityID.add(newOption);

			
			break;

		case "73":

			newOption=document.createElement("option");
			newOption.text="广州市";
			newOption.value="607";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="深圳市";
			newOption.value="608";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="珠海市";
			newOption.value="609";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="汕头市";
			newOption.value="610";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="韶关市";
			newOption.value="611";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="佛山市";
			newOption.value="612";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="江门市";
			newOption.value="613";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="湛江市";
			newOption.value="614";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="茂名市";
			newOption.value="615";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="肇庆市";
			newOption.value="616";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="惠州市";
			newOption.value="617";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="梅州市";
			newOption.value="618";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="汕尾市";
			newOption.value="619";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="河源市";
			newOption.value="620";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阳江市";
			newOption.value="621";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="清远市";
			newOption.value="622";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="东莞市";
			newOption.value="623";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="中山市";
			newOption.value="624";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="潮州市";
			newOption.value="625";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="揭阳市";
			newOption.value="626";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="云浮市";
			newOption.value="627";
			d.CityID.add(newOption);

			
			break;

		case "74":

			newOption=document.createElement("option");
			newOption.text="南宁市";
			newOption.value="628";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="柳州市";
			newOption.value="629";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="桂林市";
			newOption.value="630";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="梧州市";
			newOption.value="631";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="北海市";
			newOption.value="632";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="防城港市";
			newOption.value="633";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="钦州市";
			newOption.value="634";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="贵港市";
			newOption.value="635";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="玉林市";
			newOption.value="636";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="百色市";
			newOption.value="637";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="贺州市";
			newOption.value="638";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="河池市";
			newOption.value="639";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="来宾市";
			newOption.value="640";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="崇左市";
			newOption.value="641";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="酲州市";
			newOption.value="642";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="冯祥市";
			newOption.value="643";
			d.CityID.add(newOption);

			
			break;

		case "75":

			newOption=document.createElement("option");
			newOption.text="海口市";
			newOption.value="644";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="三亚市";
			newOption.value="645";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="文昌市";
			newOption.value="646";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="琼海市";
			newOption.value="647";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="万宁市";
			newOption.value="648";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="五指山市";
			newOption.value="649";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="东方市";
			newOption.value="650";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="儋州市";
			newOption.value="651";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="临高县";
			newOption.value="652";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="澄迈县";
			newOption.value="653";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="定安县";
			newOption.value="654";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="屯昌县";
			newOption.value="655";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="昌江黎族自治县";
			newOption.value="656";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="白沙黎族自治县";
			newOption.value="657";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="琼中黎族苗族自治县";
			newOption.value="658";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="陵水黎族自治县";
			newOption.value="659";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="保亭黎族苗族自治县";
			newOption.value="660";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="乐东黎族自治县";
			newOption.value="661";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="西南中沙群岛办事处";
			newOption.value="662";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="通什市";
			newOption.value="663";
			d.CityID.add(newOption);

			
			break;

		case "76":

			newOption=document.createElement("option");
			newOption.text="贵阳市";
			newOption.value="664";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="六盘水市";
			newOption.value="665";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="遵义市";
			newOption.value="666";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="安顺市";
			newOption.value="667";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="铜仁地区";
			newOption.value="668";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="毕节地区";
			newOption.value="669";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黔西南布依族苗族自治州";
			newOption.value="670";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黔东南苗族侗族自治州";
			newOption.value="671";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黔南布依族苗族自治州";
			newOption.value="672";
			d.CityID.add(newOption);

			
			break;

		case "77":

			newOption=document.createElement("option");
			newOption.text="昆明市";
			newOption.value="673";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="曲靖市";
			newOption.value="674";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="玉溪市";
			newOption.value="675";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="保山市";
			newOption.value="676";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="昭通市";
			newOption.value="677";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="丽江市";
			newOption.value="678";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="普洱市";
			newOption.value="679";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="临沧市";
			newOption.value="680";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="文山壮族苗族自治州";
			newOption.value="681";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="红河哈尼族彝族自治州";
			newOption.value="682";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="西双版纳傣族自治州";
			newOption.value="683";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="楚雄市";
			newOption.value="684";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大理市";
			newOption.value="685";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="德宏傣族景颇族自治州";
			newOption.value="686";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="怒江傈僳族自治州";
			newOption.value="687";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="迪庆藏族自治州";
			newOption.value="688";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="畹町市";
			newOption.value="689";
			d.CityID.add(newOption);

			
			break;

		case "78":

			newOption=document.createElement("option");
			newOption.text="拉萨市";
			newOption.value="690";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="昌都地区";
			newOption.value="691";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="山南地区";
			newOption.value="692";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="日喀则地区";
			newOption.value="693";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="那曲地区";
			newOption.value="694";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿里地区";
			newOption.value="695";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="林芝地区";
			newOption.value="696";
			d.CityID.add(newOption);

			
			break;

		case "79":

			newOption=document.createElement("option");
			newOption.text="渭南市";
			newOption.value="697";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="汉中市";
			newOption.value="698";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="咸阳市";
			newOption.value="699";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="榆林市";
			newOption.value="700";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="商洛市";
			newOption.value="701";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="西安市";
			newOption.value="702";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="铜川市";
			newOption.value="703";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="延安市";
			newOption.value="704";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="安康市";
			newOption.value="705";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="宝鸡市";
			newOption.value="706";
			d.CityID.add(newOption);

			
			break;

		case "80":

			newOption=document.createElement("option");
			newOption.text="兰州市";
			newOption.value="707";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="金昌市";
			newOption.value="708";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="嘉裕关市";
			newOption.value="709";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="白银市";
			newOption.value="710";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="天水市";
			newOption.value="711";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="武威市";
			newOption.value="712";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="张掖市";
			newOption.value="713";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="酒泉市";
			newOption.value="714";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="庆阳市";
			newOption.value="715";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="平凉市";
			newOption.value="716";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="定西市";
			newOption.value="717";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="陇南市";
			newOption.value="718";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="临夏回族自治州";
			newOption.value="719";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="甘南藏族自治州";
			newOption.value="720";
			d.CityID.add(newOption);

			
			break;

		case "81":

			newOption=document.createElement("option");
			newOption.text="西宁市";
			newOption.value="721";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="海东地区";
			newOption.value="722";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="海北藏族自治州";
			newOption.value="723";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="黄南藏族自治州";
			newOption.value="724";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="海南藏族自治州";
			newOption.value="725";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="果洛藏族自治州";
			newOption.value="726";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="玉树藏族自治州";
			newOption.value="727";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="海西蒙古族藏族自治州";
			newOption.value="728";
			d.CityID.add(newOption);

			
			break;

		case "82":

			newOption=document.createElement("option");
			newOption.text="乌鲁木齐市";
			newOption.value="729";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="克拉玛依";
			newOption.value="730";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吐鲁番地区";
			newOption.value="731";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="哈密地区";
			newOption.value="732";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="和田地区";
			newOption.value="733";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿克苏地区";
			newOption.value="734";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="喀什地区";
			newOption.value="735";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="克孜勒苏柯尔克孜自治州";
			newOption.value="736";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="巴音郭楞蒙古自治州";
			newOption.value="737";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="昌吉回族自治州";
			newOption.value="738";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="博尔塔拉蒙古自治州";
			newOption.value="739";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="伊犁哈萨克自治州";
			newOption.value="740";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="塔城地区";
			newOption.value="741";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿勒泰地区";
			newOption.value="742";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="石河子市";
			newOption.value="743";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阿拉尔市";
			newOption.value="744";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="图木舒克市";
			newOption.value="745";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="五家渠市";
			newOption.value="746";
			d.CityID.add(newOption);

			
			break;

		case "83":

			newOption=document.createElement("option");
			newOption.text="银川市";
			newOption.value="747";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="石嘴山市";
			newOption.value="748";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吴忠市";
			newOption.value="749";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="固原市";
			newOption.value="750";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="中卫市";
			newOption.value="751";
			d.CityID.add(newOption);

			
			break;

		case "84":

			newOption=document.createElement("option");
			newOption.text="高雄市";
			newOption.value="752";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="基隆市";
			newOption.value="753";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="台南市";
			newOption.value="754";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="台中市";
			newOption.value="755";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="台北市";
			newOption.value="756";
			d.CityID.add(newOption);

			
			break;

		case "85":

			newOption=document.createElement("option");
			newOption.text="太原";
			newOption.value="757";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="晋中";
			newOption.value="758";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="运城";
			newOption.value="759";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="大同";
			newOption.value="760";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="阳泉";
			newOption.value="761";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="临汾";
			newOption.value="762";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="吕梁";
			newOption.value="763";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="朔州";
			newOption.value="764";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="长治";
			newOption.value="765";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="晋城市";
			newOption.value="766";
			d.CityID.add(newOption);

			newOption=document.createElement("option");
			newOption.text="忻州市";
			newOption.value="767";
			d.CityID.add(newOption);

			
			break;

	}
}
