
function sfList(expStr,selSts)
{
if(selSts)
	document.write("<select class=\"font-12\" name=\"sfbh\" id=\"sfbh\" onchange=\"selectsf(this.form,this.form.dqbh.options[0].text)\">")
else
	document.write("<select class=\"font-12\" name=\"sfbh\" id=\"sfbh\">")
	document.write("<option value=\"\" selected>" + expStr + "</option>")
	document.write("<option value=\"01\">河北</option>")
	document.write("<option value=\"02\">山西</option>")
	document.write("<option value=\"03\">江苏</option>")
	document.write("<option value=\"04\">浙江</option>")
	document.write("<option value=\"05\">安徽</option>")
	document.write("<option value=\"06\">福建</option>")
	document.write("<option value=\"07\">江西</option>")
	document.write("<option value=\"08\">山东</option>")
	document.write("<option value=\"09\">河南</option>")
	document.write("<option value=\"10\">湖北</option>")
	document.write("<option value=\"11\">湖南</option>")
	document.write("<option value=\"12\">广东</option>")
	document.write("<option value=\"13\">广西</option>")
	document.write("<option value=\"14\">海南</option>")
	document.write("<option value=\"15\">云南</option>")
	document.write("<option value=\"16\">四川</option>")
	document.write("<option value=\"17\">贵州</option>")
	document.write("<option value=\"18\">陕西</option>")
	document.write("<option value=\"19\">甘肃</option>")
	document.write("<option value=\"20\">宁夏</option>")
	document.write("<option value=\"21\">吉林</option>")
	document.write("<option value=\"22\">辽宁</option>")
	document.write("<option value=\"23\">青海</option>")
	document.write("<option value=\"24\">内蒙古</option>")
	document.write("<option value=\"25\">黑龙江</option>")
	document.write("<option value=\"26\">西藏</option>")
	document.write("<option value=\"27\">新疆</option>")
	document.write("<option value=\"28\">北京</option>")
	document.write("<option value=\"29\">上海</option>")
	document.write("<option value=\"30\">天津</option>")
	document.write("<option value=\"31\">重庆</option>")
	document.write("<option value=\"32\">香港</option>")
	document.write("<option value=\"33\">澳门</option>")
	document.write("<option value=\"34\">台湾</option>")
	document.write("</select>")
}

function dqList(expStr,selSts)
{
if(selSts)
	document.write("<select class=\"font-12\" name=\"dqbh\" id=\"dqbh\" onchange=\"selectdq(this.form,this.form.xsbh.options[0].text)\">")
else
	document.write("<select class=\"font-12\" name=\"dqbh\" id=\"dqbh\">")
	document.write("<option value=\"\" selected>" + expStr + "</option>")
	//document.write("<option value=\"2801\">北京</option>")
	document.write("</select>")
}

function xsList(expStr)
{
	document.write("<select class=\"font-12\" name=\"xsbh\" id=\"xsbh\" onchange=\"SetAddress();\">  ")
	document.write("<option value=\"\" selected>" + expStr + "</option>")
	document.write("</select>")
}

function selectsf(frmobj,expStr)
{
    info_check("city_info_check");
	clean_check("city_info");
	sfbh=frmobj.sfbh.options[frmobj.sfbh.selectedIndex].value;
	SetAddress();
	    switch(sfbh)
		    {

		        case "01":
						frmobj.dqbh.options.length=12;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="石家庄";
						frmobj.dqbh.options[1].value="0101";
						frmobj.dqbh.options[2].text="邯郸";
						frmobj.dqbh.options[2].value="0102";
						frmobj.dqbh.options[3].text="邢台";
						frmobj.dqbh.options[3].value="0103";
						frmobj.dqbh.options[4].text="保定";
						frmobj.dqbh.options[4].value="0104";
						frmobj.dqbh.options[5].text="承德";
						frmobj.dqbh.options[5].value="0105";
						frmobj.dqbh.options[6].text="张家口";
						frmobj.dqbh.options[6].value="0106";
						frmobj.dqbh.options[7].text="唐山";
						frmobj.dqbh.options[7].value="0107";
						frmobj.dqbh.options[8].text="衡水";
						frmobj.dqbh.options[8].value="0108";
						frmobj.dqbh.options[9].text="沧州";
						frmobj.dqbh.options[9].value="0109";
						frmobj.dqbh.options[10].text="廊坊";
						frmobj.dqbh.options[10].value="0110";
						frmobj.dqbh.options[11].text="秦皇岛";
						frmobj.dqbh.options[11].value="0111";
				        break;

		        case "02":
						frmobj.dqbh.options.length=12;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="太原";
						frmobj.dqbh.options[1].value="0201";
						frmobj.dqbh.options[2].text="大同";
						frmobj.dqbh.options[2].value="0202";
						frmobj.dqbh.options[3].text="阳泉";
						frmobj.dqbh.options[3].value="0203";
						frmobj.dqbh.options[4].text="长治";
						frmobj.dqbh.options[4].value="0204";
						frmobj.dqbh.options[5].text="晋城";
						frmobj.dqbh.options[5].value="0205";
						frmobj.dqbh.options[6].text="朔州";
						frmobj.dqbh.options[6].value="0206";
						frmobj.dqbh.options[7].text="忻州";
						frmobj.dqbh.options[7].value="0207";
						frmobj.dqbh.options[8].text="晋中";
						frmobj.dqbh.options[8].value="0208";
						frmobj.dqbh.options[9].text="运城";
						frmobj.dqbh.options[9].value="0209";
						frmobj.dqbh.options[10].text="临汾";
						frmobj.dqbh.options[10].value="0210";
						frmobj.dqbh.options[11].text="吕梁";
						frmobj.dqbh.options[11].value="0211";
				        break;

		        case "03":
						frmobj.dqbh.options.length=14;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="南京";
						frmobj.dqbh.options[1].value="0301";
						frmobj.dqbh.options[2].text="徐州";
						frmobj.dqbh.options[2].value="0302";
						frmobj.dqbh.options[3].text="淮安";
						frmobj.dqbh.options[3].value="0303";
						frmobj.dqbh.options[4].text="宿迁";
						frmobj.dqbh.options[4].value="0304";
						frmobj.dqbh.options[5].text="盐城";
						frmobj.dqbh.options[5].value="0305";
						frmobj.dqbh.options[6].text="扬州";
						frmobj.dqbh.options[6].value="0306";
						frmobj.dqbh.options[7].text="泰州";
						frmobj.dqbh.options[7].value="0307";
						frmobj.dqbh.options[8].text="南通";
						frmobj.dqbh.options[8].value="0308";
						frmobj.dqbh.options[9].text="镇江";
						frmobj.dqbh.options[9].value="0309";
						frmobj.dqbh.options[10].text="连云港";
						frmobj.dqbh.options[10].value="0310";
						frmobj.dqbh.options[11].text="无锡";
						frmobj.dqbh.options[11].value="0311";
						frmobj.dqbh.options[12].text="苏州";
						frmobj.dqbh.options[12].value="0312";
						frmobj.dqbh.options[13].text="常州";
						frmobj.dqbh.options[13].value="0313";
				        break;

		        case "04":
						frmobj.dqbh.options.length=12;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="杭州";
						frmobj.dqbh.options[1].value="0401";
						frmobj.dqbh.options[2].text="宁波";
						frmobj.dqbh.options[2].value="0402";
						frmobj.dqbh.options[3].text="温州";
						frmobj.dqbh.options[3].value="0403";
						frmobj.dqbh.options[4].text="嘉兴";
						frmobj.dqbh.options[4].value="0404";
						frmobj.dqbh.options[5].text="湖州";
						frmobj.dqbh.options[5].value="0405";
						frmobj.dqbh.options[6].text="绍兴";
						frmobj.dqbh.options[6].value="0406";
						frmobj.dqbh.options[7].text="金华";
						frmobj.dqbh.options[7].value="0407";
						frmobj.dqbh.options[8].text="衢州";
						frmobj.dqbh.options[8].value="0408";
						frmobj.dqbh.options[9].text="丽水";
						frmobj.dqbh.options[9].value="0409";
						frmobj.dqbh.options[10].text="台州";
						frmobj.dqbh.options[10].value="0410";
						frmobj.dqbh.options[11].text="舟山";
						frmobj.dqbh.options[11].value="0411";
				        break;

		        case "05":
						frmobj.dqbh.options.length=18;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="合肥";
						frmobj.dqbh.options[1].value="0501";
						frmobj.dqbh.options[2].text="淮南";
						frmobj.dqbh.options[2].value="0502";
						frmobj.dqbh.options[3].text="淮北";
						frmobj.dqbh.options[3].value="0503";
						frmobj.dqbh.options[4].text="芜湖";
						frmobj.dqbh.options[4].value="0504";
						frmobj.dqbh.options[5].text="铜陵";
						frmobj.dqbh.options[5].value="0505";
						frmobj.dqbh.options[6].text="蚌埠";
						frmobj.dqbh.options[6].value="0506";
						frmobj.dqbh.options[7].text="安庆";
						frmobj.dqbh.options[7].value="0507";
						frmobj.dqbh.options[8].text="黄山";
						frmobj.dqbh.options[8].value="0508";
						frmobj.dqbh.options[9].text="滁州";
						frmobj.dqbh.options[9].value="0509";
						frmobj.dqbh.options[10].text="马鞍山";
						frmobj.dqbh.options[10].value="0510";
						frmobj.dqbh.options[11].text="亳州";
						frmobj.dqbh.options[11].value="0511";
						frmobj.dqbh.options[12].text="宿州";
						frmobj.dqbh.options[12].value="0512";
						frmobj.dqbh.options[13].text="巢湖";
						frmobj.dqbh.options[13].value="0513";
						frmobj.dqbh.options[14].text="宣城";
						frmobj.dqbh.options[14].value="0514";
						frmobj.dqbh.options[15].text="池州";
						frmobj.dqbh.options[15].value="0515";
						frmobj.dqbh.options[16].text="六安";
						frmobj.dqbh.options[16].value="0516";
						frmobj.dqbh.options[17].text="阜阳";
						frmobj.dqbh.options[17].value="0517";
				        break;

		        case "06":
						frmobj.dqbh.options.length=10;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="福州";
						frmobj.dqbh.options[1].value="0601";
						frmobj.dqbh.options[2].text="厦门";
						frmobj.dqbh.options[2].value="0602";
						frmobj.dqbh.options[3].text="三明";
						frmobj.dqbh.options[3].value="0603";
						frmobj.dqbh.options[4].text="莆田";
						frmobj.dqbh.options[4].value="0604";
						frmobj.dqbh.options[5].text="泉州";
						frmobj.dqbh.options[5].value="0605";
						frmobj.dqbh.options[6].text="漳州";
						frmobj.dqbh.options[6].value="0606";
						frmobj.dqbh.options[7].text="南平";
						frmobj.dqbh.options[7].value="0607";
						frmobj.dqbh.options[8].text="龙岩";
						frmobj.dqbh.options[8].value="0608";
						frmobj.dqbh.options[9].text="宁德";
						frmobj.dqbh.options[9].value="0609";
				        break;

		        case "07":
						frmobj.dqbh.options.length=12;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="南昌";
						frmobj.dqbh.options[1].value="0701";
						frmobj.dqbh.options[2].text="萍乡";
						frmobj.dqbh.options[2].value="0702";
						frmobj.dqbh.options[3].text="新余";
						frmobj.dqbh.options[3].value="0703";
						frmobj.dqbh.options[4].text="九江";
						frmobj.dqbh.options[4].value="0704";
						frmobj.dqbh.options[5].text="鹰潭";
						frmobj.dqbh.options[5].value="0705";
						frmobj.dqbh.options[6].text="上饶";
						frmobj.dqbh.options[6].value="0706";
						frmobj.dqbh.options[7].text="宜春";
						frmobj.dqbh.options[7].value="0707";
						frmobj.dqbh.options[8].text="抚州市";
						frmobj.dqbh.options[8].value="0708";
						frmobj.dqbh.options[9].text="吉安";
						frmobj.dqbh.options[9].value="0709";
						frmobj.dqbh.options[10].text="景德镇";
						frmobj.dqbh.options[10].value="0710";
						frmobj.dqbh.options[11].text="赣州";
						frmobj.dqbh.options[11].value="0711";
				        break;

		        case "08":
						frmobj.dqbh.options.length=18;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="济南";
						frmobj.dqbh.options[1].value="0801";
						frmobj.dqbh.options[2].text="青岛";
						frmobj.dqbh.options[2].value="0802";
						frmobj.dqbh.options[3].text="淄博";
						frmobj.dqbh.options[3].value="0803";
						frmobj.dqbh.options[4].text="枣庄";
						frmobj.dqbh.options[4].value="0804";
						frmobj.dqbh.options[5].text="东营";
						frmobj.dqbh.options[5].value="0805";
						frmobj.dqbh.options[6].text="潍坊";
						frmobj.dqbh.options[6].value="0806";
						frmobj.dqbh.options[7].text="烟台";
						frmobj.dqbh.options[7].value="0807";
						frmobj.dqbh.options[8].text="威海";
						frmobj.dqbh.options[8].value="0808";
						frmobj.dqbh.options[9].text="济宁";
						frmobj.dqbh.options[9].value="0809";
						frmobj.dqbh.options[10].text="泰安";
						frmobj.dqbh.options[10].value="0810";
						frmobj.dqbh.options[11].text="日照";
						frmobj.dqbh.options[11].value="0811";
						frmobj.dqbh.options[12].text="莱芜";
						frmobj.dqbh.options[12].value="0812";
						frmobj.dqbh.options[13].text="德州";
						frmobj.dqbh.options[13].value="0813";
						frmobj.dqbh.options[14].text="临沂";
						frmobj.dqbh.options[14].value="0814";
						frmobj.dqbh.options[15].text="聊城";
						frmobj.dqbh.options[15].value="0815";
						frmobj.dqbh.options[16].text="滨州";
						frmobj.dqbh.options[16].value="0816";
						frmobj.dqbh.options[17].text="菏泽";
						frmobj.dqbh.options[17].value="0817";
				        break;

		        case "09":
						frmobj.dqbh.options.length=19;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="郑州";
						frmobj.dqbh.options[1].value="0901";
						frmobj.dqbh.options[2].text="开封";
						frmobj.dqbh.options[2].value="0902";
						frmobj.dqbh.options[3].text="洛阳";
						frmobj.dqbh.options[3].value="0903";
						frmobj.dqbh.options[4].text="焦作";
						frmobj.dqbh.options[4].value="0904";
						frmobj.dqbh.options[5].text="平顶山";
						frmobj.dqbh.options[5].value="0905";
						frmobj.dqbh.options[6].text="鹤壁";
						frmobj.dqbh.options[6].value="0906";
						frmobj.dqbh.options[7].text="新乡";
						frmobj.dqbh.options[7].value="0907";
						frmobj.dqbh.options[8].text="安阳";
						frmobj.dqbh.options[8].value="0908";
						frmobj.dqbh.options[9].text="濮阳";
						frmobj.dqbh.options[9].value="0909";
						frmobj.dqbh.options[10].text="三门峡";
						frmobj.dqbh.options[10].value="0910";
						frmobj.dqbh.options[11].text="许昌";
						frmobj.dqbh.options[11].value="0911";
						frmobj.dqbh.options[12].text="漯河";
						frmobj.dqbh.options[12].value="0912";
						frmobj.dqbh.options[13].text="南阳";
						frmobj.dqbh.options[13].value="0913";
						frmobj.dqbh.options[14].text="商丘";
						frmobj.dqbh.options[14].value="0914";
						frmobj.dqbh.options[15].text="驻马店";
						frmobj.dqbh.options[15].value="0915";
						frmobj.dqbh.options[16].text="信阳";
						frmobj.dqbh.options[16].value="0916";
						frmobj.dqbh.options[17].text="周口";
						frmobj.dqbh.options[17].value="0917";
						frmobj.dqbh.options[18].text="济源";
						frmobj.dqbh.options[18].value="0918";
				        break;

		        case "10":
						frmobj.dqbh.options.length=14;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="武汉";
						frmobj.dqbh.options[1].value="1001";
						frmobj.dqbh.options[2].text="黄石";
						frmobj.dqbh.options[2].value="1002";
						frmobj.dqbh.options[3].text="襄樊";
						frmobj.dqbh.options[3].value="1003";
						frmobj.dqbh.options[4].text="十堰";
						frmobj.dqbh.options[4].value="1004";
						frmobj.dqbh.options[5].text="荆州";
						frmobj.dqbh.options[5].value="1005";
						frmobj.dqbh.options[6].text="宜昌";
						frmobj.dqbh.options[6].value="1006";
						frmobj.dqbh.options[7].text="荆门";
						frmobj.dqbh.options[7].value="1007";
						frmobj.dqbh.options[8].text="孝感";
						frmobj.dqbh.options[8].value="1008";
						frmobj.dqbh.options[9].text="黄冈";
						frmobj.dqbh.options[9].value="1009";
						frmobj.dqbh.options[10].text="咸宁";
						frmobj.dqbh.options[10].value="1010";
						frmobj.dqbh.options[11].text="鄂州";
						frmobj.dqbh.options[11].value="1011";
						frmobj.dqbh.options[12].text="恩施";
						frmobj.dqbh.options[12].value="1012";
						frmobj.dqbh.options[13].text="江汉";
						frmobj.dqbh.options[13].value="1013";
				        break;

		        case "11":
						frmobj.dqbh.options.length=15;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="长沙";
						frmobj.dqbh.options[1].value="1101";
						frmobj.dqbh.options[2].text="株洲";
						frmobj.dqbh.options[2].value="1102";
						frmobj.dqbh.options[3].text="湘潭";
						frmobj.dqbh.options[3].value="1103";
						frmobj.dqbh.options[4].text="衡阳";
						frmobj.dqbh.options[4].value="1104";
						frmobj.dqbh.options[5].text="邵阳";
						frmobj.dqbh.options[5].value="1105";
						frmobj.dqbh.options[6].text="岳阳";
						frmobj.dqbh.options[6].value="1106";
						frmobj.dqbh.options[7].text="常德";
						frmobj.dqbh.options[7].value="1107";
						frmobj.dqbh.options[8].text="郴州";
						frmobj.dqbh.options[8].value="1108";
						frmobj.dqbh.options[9].text="益阳";
						frmobj.dqbh.options[9].value="1109";
						frmobj.dqbh.options[10].text="张家界";
						frmobj.dqbh.options[10].value="1110";
						frmobj.dqbh.options[11].text="怀化";
						frmobj.dqbh.options[11].value="1111";
						frmobj.dqbh.options[12].text="娄底";
						frmobj.dqbh.options[12].value="1112";
						frmobj.dqbh.options[13].text="湘西";
						frmobj.dqbh.options[13].value="1113";
						frmobj.dqbh.options[14].text="永州";
						frmobj.dqbh.options[14].value="1114";
				        break;

		        case "12":
						frmobj.dqbh.options.length=22;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="广州";
						frmobj.dqbh.options[1].value="1201";
						frmobj.dqbh.options[2].text="深圳";
						frmobj.dqbh.options[2].value="1202";
						frmobj.dqbh.options[3].text="珠海";
						frmobj.dqbh.options[3].value="1203";
						frmobj.dqbh.options[4].text="汕头";
						frmobj.dqbh.options[4].value="1204";
						frmobj.dqbh.options[5].text="韶关";
						frmobj.dqbh.options[5].value="1205";
						frmobj.dqbh.options[6].text="河源";
						frmobj.dqbh.options[6].value="1206";
						frmobj.dqbh.options[7].text="梅州";
						frmobj.dqbh.options[7].value="1207";
						frmobj.dqbh.options[8].text="惠州";
						frmobj.dqbh.options[8].value="1208";
						frmobj.dqbh.options[9].text="汕尾";
						frmobj.dqbh.options[9].value="1209";
						frmobj.dqbh.options[10].text="东莞";
						frmobj.dqbh.options[10].value="1210";
						frmobj.dqbh.options[11].text="中山";
						frmobj.dqbh.options[11].value="1211";
						frmobj.dqbh.options[12].text="江门";
						frmobj.dqbh.options[12].value="1212";
						frmobj.dqbh.options[13].text="佛山";
						frmobj.dqbh.options[13].value="1213";
						frmobj.dqbh.options[14].text="阳江";
						frmobj.dqbh.options[14].value="1214";
						frmobj.dqbh.options[15].text="湛江";
						frmobj.dqbh.options[15].value="1215";
						frmobj.dqbh.options[16].text="茂名";
						frmobj.dqbh.options[16].value="1216";
						frmobj.dqbh.options[17].text="肇庆";
						frmobj.dqbh.options[17].value="1217";
						frmobj.dqbh.options[18].text="云浮";
						frmobj.dqbh.options[18].value="1218";
						frmobj.dqbh.options[19].text="清远";
						frmobj.dqbh.options[19].value="1219";
						frmobj.dqbh.options[20].text="潮州";
						frmobj.dqbh.options[20].value="1220";
						frmobj.dqbh.options[21].text="揭阳";
						frmobj.dqbh.options[21].value="1221";
				        break;

		        case "13":
						frmobj.dqbh.options.length=15;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="南宁";
						frmobj.dqbh.options[1].value="1301";
						frmobj.dqbh.options[2].text="北海";
						frmobj.dqbh.options[2].value="1302";
						frmobj.dqbh.options[3].text="桂林";
						frmobj.dqbh.options[3].value="1303";
						frmobj.dqbh.options[4].text="柳州市";
						frmobj.dqbh.options[4].value="1304";
						frmobj.dqbh.options[5].text="崇左";
						frmobj.dqbh.options[5].value="1305";
						frmobj.dqbh.options[6].text="钦州";
						frmobj.dqbh.options[6].value="1306";
						frmobj.dqbh.options[7].text="贺州";
						frmobj.dqbh.options[7].value="1307";
						frmobj.dqbh.options[8].text="河池";
						frmobj.dqbh.options[8].value="1308";
						frmobj.dqbh.options[9].text="防城港";
						frmobj.dqbh.options[9].value="1309";
						frmobj.dqbh.options[10].text="来宾";
						frmobj.dqbh.options[10].value="1310";
						frmobj.dqbh.options[11].text="百色";
						frmobj.dqbh.options[11].value="1311";
						frmobj.dqbh.options[12].text="梧州";
						frmobj.dqbh.options[12].value="1312";
						frmobj.dqbh.options[13].text="玉林";
						frmobj.dqbh.options[13].value="1313";
						frmobj.dqbh.options[14].text="贵港";
						frmobj.dqbh.options[14].value="1314";
				        break;

		        case "14":
						frmobj.dqbh.options.length=6;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="海口";
						frmobj.dqbh.options[1].value="1401";
						frmobj.dqbh.options[2].text="三亚";
						frmobj.dqbh.options[2].value="1402";
						frmobj.dqbh.options[3].text="琼海";
						frmobj.dqbh.options[3].value="1403";
						frmobj.dqbh.options[4].text="文昌";
						frmobj.dqbh.options[4].value="1404";
						frmobj.dqbh.options[5].text="儋州";
						frmobj.dqbh.options[5].value="1405";
				        break;

		        case "15":
						frmobj.dqbh.options.length=17;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="昆明";
						frmobj.dqbh.options[1].value="1501";
						frmobj.dqbh.options[2].text="曲靖";
						frmobj.dqbh.options[2].value="1502";
						frmobj.dqbh.options[3].text="玉溪";
						frmobj.dqbh.options[3].value="1503";
						frmobj.dqbh.options[4].text="昭通";
						frmobj.dqbh.options[4].value="1504";
						frmobj.dqbh.options[5].text="西双版纳";
						frmobj.dqbh.options[5].value="1505";
						frmobj.dqbh.options[6].text="临沧";
						frmobj.dqbh.options[6].value="1506";
						frmobj.dqbh.options[7].text="保山";
						frmobj.dqbh.options[7].value="1507";
						frmobj.dqbh.options[8].text="丽江";
						frmobj.dqbh.options[8].value="1508";
						frmobj.dqbh.options[9].text="文山";
						frmobj.dqbh.options[9].value="1509";
						frmobj.dqbh.options[10].text="思茅";
						frmobj.dqbh.options[10].value="1510";
						frmobj.dqbh.options[11].text="楚雄";
						frmobj.dqbh.options[11].value="1511";
						frmobj.dqbh.options[12].text="大理";
						frmobj.dqbh.options[12].value="1512";
						frmobj.dqbh.options[13].text="德宏";
						frmobj.dqbh.options[13].value="1513";
						frmobj.dqbh.options[14].text="迪庆";
						frmobj.dqbh.options[14].value="1514";
						frmobj.dqbh.options[15].text="怒江";
						frmobj.dqbh.options[15].value="1515";
						frmobj.dqbh.options[16].text="红河";
						frmobj.dqbh.options[16].value="1516";
				        break;

		        case "16":
						frmobj.dqbh.options.length=22;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="成都";
						frmobj.dqbh.options[1].value="1601";
						frmobj.dqbh.options[2].text="自贡";
						frmobj.dqbh.options[2].value="1602";
						frmobj.dqbh.options[3].text="泸州";
						frmobj.dqbh.options[3].value="1603";
						frmobj.dqbh.options[4].text="德阳";
						frmobj.dqbh.options[4].value="1604";
						frmobj.dqbh.options[5].text="绵阳";
						frmobj.dqbh.options[5].value="1605";
						frmobj.dqbh.options[6].text="广元";
						frmobj.dqbh.options[6].value="1606";
						frmobj.dqbh.options[7].text="遂宁";
						frmobj.dqbh.options[7].value="1607";
						frmobj.dqbh.options[8].text="内江";
						frmobj.dqbh.options[8].value="1608";
						frmobj.dqbh.options[9].text="乐山";
						frmobj.dqbh.options[9].value="1609";
						frmobj.dqbh.options[10].text="宜宾";
						frmobj.dqbh.options[10].value="1610";
						frmobj.dqbh.options[11].text="广安";
						frmobj.dqbh.options[11].value="1611";
						frmobj.dqbh.options[12].text="南充";
						frmobj.dqbh.options[12].value="1612";
						frmobj.dqbh.options[13].text="巴中";
						frmobj.dqbh.options[13].value="1613";
						frmobj.dqbh.options[14].text="雅安";
						frmobj.dqbh.options[14].value="1614";
						frmobj.dqbh.options[15].text="眉山";
						frmobj.dqbh.options[15].value="1615";
						frmobj.dqbh.options[16].text="资阳";
						frmobj.dqbh.options[16].value="1616";
						frmobj.dqbh.options[17].text="阿坝";
						frmobj.dqbh.options[17].value="1617";
						frmobj.dqbh.options[18].text="甘孜";
						frmobj.dqbh.options[18].value="1618";
						frmobj.dqbh.options[19].text="凉山";
						frmobj.dqbh.options[19].value="1619";
						frmobj.dqbh.options[20].text="攀枝花";
						frmobj.dqbh.options[20].value="1620";
						frmobj.dqbh.options[21].text="达州";
						frmobj.dqbh.options[21].value="1621";
				        break;

		        case "17":
						frmobj.dqbh.options.length=10;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="贵阳";
						frmobj.dqbh.options[1].value="1701";
						frmobj.dqbh.options[2].text="遵义";
						frmobj.dqbh.options[2].value="1702";
						frmobj.dqbh.options[3].text="铜仁";
						frmobj.dqbh.options[3].value="1703";
						frmobj.dqbh.options[4].text="六盘水";
						frmobj.dqbh.options[4].value="1704";
						frmobj.dqbh.options[5].text="黔西南";
						frmobj.dqbh.options[5].value="1705";
						frmobj.dqbh.options[6].text="黔南";
						frmobj.dqbh.options[6].value="1706";
						frmobj.dqbh.options[7].text="毕节";
						frmobj.dqbh.options[7].value="1707";
						frmobj.dqbh.options[8].text="安顺";
						frmobj.dqbh.options[8].value="1708";
						frmobj.dqbh.options[9].text="黔东南";
						frmobj.dqbh.options[9].value="1709";
				        break;

		        case "18":
						frmobj.dqbh.options.length=11;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="西安";
						frmobj.dqbh.options[1].value="1801";
						frmobj.dqbh.options[2].text="铜川";
						frmobj.dqbh.options[2].value="1802";
						frmobj.dqbh.options[3].text="咸阳";
						frmobj.dqbh.options[3].value="1803";
						frmobj.dqbh.options[4].text="渭南";
						frmobj.dqbh.options[4].value="1804";
						frmobj.dqbh.options[5].text="延安";
						frmobj.dqbh.options[5].value="1805";
						frmobj.dqbh.options[6].text="汉中";
						frmobj.dqbh.options[6].value="1806";
						frmobj.dqbh.options[7].text="榆林";
						frmobj.dqbh.options[7].value="1807";
						frmobj.dqbh.options[8].text="商洛";
						frmobj.dqbh.options[8].value="1808";
						frmobj.dqbh.options[9].text="安康";
						frmobj.dqbh.options[9].value="1809";
						frmobj.dqbh.options[10].text="宝鸡";
						frmobj.dqbh.options[10].value="1810";
				        break;

		        case "19":
						frmobj.dqbh.options.length=15;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="兰州";
						frmobj.dqbh.options[1].value="1901";
						frmobj.dqbh.options[2].text="金昌";
						frmobj.dqbh.options[2].value="1902";
						frmobj.dqbh.options[3].text="白银";
						frmobj.dqbh.options[3].value="1903";
						frmobj.dqbh.options[4].text="天水";
						frmobj.dqbh.options[4].value="1904";
						frmobj.dqbh.options[5].text="嘉峪关";
						frmobj.dqbh.options[5].value="1905";
						frmobj.dqbh.options[6].text="庆阳";
						frmobj.dqbh.options[6].value="1906";
						frmobj.dqbh.options[7].text="陇南";
						frmobj.dqbh.options[7].value="1907";
						frmobj.dqbh.options[8].text="武威";
						frmobj.dqbh.options[8].value="1908";
						frmobj.dqbh.options[9].text="张掖";
						frmobj.dqbh.options[9].value="1909";
						frmobj.dqbh.options[10].text="酒泉";
						frmobj.dqbh.options[10].value="1910";
						frmobj.dqbh.options[11].text="甘南";
						frmobj.dqbh.options[11].value="1911";
						frmobj.dqbh.options[12].text="临夏";
						frmobj.dqbh.options[12].value="1912";
						frmobj.dqbh.options[13].text="平凉";
						frmobj.dqbh.options[13].value="1913";
						frmobj.dqbh.options[14].text="定西";
						frmobj.dqbh.options[14].value="1914";
				        break;

		        case "20":
						frmobj.dqbh.options.length=6;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="银川";
						frmobj.dqbh.options[1].value="2001";
						frmobj.dqbh.options[2].text="固原";
						frmobj.dqbh.options[2].value="2002";
						frmobj.dqbh.options[3].text="吴忠";
						frmobj.dqbh.options[3].value="2003";
						frmobj.dqbh.options[4].text="石嘴山";
						frmobj.dqbh.options[4].value="2004";
						frmobj.dqbh.options[5].text="中卫";
						frmobj.dqbh.options[5].value="2005";
				        break;

		        case "21":
						frmobj.dqbh.options.length=10;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="长春";
						frmobj.dqbh.options[1].value="2101";
						frmobj.dqbh.options[2].text="吉林";
						frmobj.dqbh.options[2].value="2102";
						frmobj.dqbh.options[3].text="四平";
						frmobj.dqbh.options[3].value="2103";
						frmobj.dqbh.options[4].text="辽源";
						frmobj.dqbh.options[4].value="2104";
						frmobj.dqbh.options[5].text="通化";
						frmobj.dqbh.options[5].value="2105";
						frmobj.dqbh.options[6].text="白山";
						frmobj.dqbh.options[6].value="2106";
						frmobj.dqbh.options[7].text="松原";
						frmobj.dqbh.options[7].value="2107";
						frmobj.dqbh.options[8].text="白城";
						frmobj.dqbh.options[8].value="2108";
						frmobj.dqbh.options[9].text="延边";
						frmobj.dqbh.options[9].value="2109";
				        break;

		        case "22":
						frmobj.dqbh.options.length=15;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="沈阳";
						frmobj.dqbh.options[1].value="2201";
						frmobj.dqbh.options[2].text="大连";
						frmobj.dqbh.options[2].value="2202";
						frmobj.dqbh.options[3].text="鞍山";
						frmobj.dqbh.options[3].value="2203";
						frmobj.dqbh.options[4].text="抚顺";
						frmobj.dqbh.options[4].value="2204";
						frmobj.dqbh.options[5].text="本溪";
						frmobj.dqbh.options[5].value="2205";
						frmobj.dqbh.options[6].text="丹东";
						frmobj.dqbh.options[6].value="2206";
						frmobj.dqbh.options[7].text="锦州";
						frmobj.dqbh.options[7].value="2207";
						frmobj.dqbh.options[8].text="营口";
						frmobj.dqbh.options[8].value="2208";
						frmobj.dqbh.options[9].text="盘锦";
						frmobj.dqbh.options[9].value="2209";
						frmobj.dqbh.options[10].text="葫芦岛";
						frmobj.dqbh.options[10].value="2210";
						frmobj.dqbh.options[11].text="辽阳";
						frmobj.dqbh.options[11].value="2211";
						frmobj.dqbh.options[12].text="铁岭";
						frmobj.dqbh.options[12].value="2212";
						frmobj.dqbh.options[13].text="朝阳";
						frmobj.dqbh.options[13].value="2213";
						frmobj.dqbh.options[14].text="阜新";
						frmobj.dqbh.options[14].value="2214";
				        break;

		        case "23":
						frmobj.dqbh.options.length=9;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="西宁";
						frmobj.dqbh.options[1].value="2301";
						frmobj.dqbh.options[2].text="海东";
						frmobj.dqbh.options[2].value="2302";
						frmobj.dqbh.options[3].text="海北";
						frmobj.dqbh.options[3].value="2303";
						frmobj.dqbh.options[4].text="果洛";
						frmobj.dqbh.options[4].value="2304";
						frmobj.dqbh.options[5].text="海南州";
						frmobj.dqbh.options[5].value="2305";
						frmobj.dqbh.options[6].text="海西";
						frmobj.dqbh.options[6].value="2306";
						frmobj.dqbh.options[7].text="黄南";
						frmobj.dqbh.options[7].value="2307";
						frmobj.dqbh.options[8].text="玉树";
						frmobj.dqbh.options[8].value="2308";
				        break;

		        case "24":
						frmobj.dqbh.options.length=13;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="呼和浩特";
						frmobj.dqbh.options[1].value="2401";
						frmobj.dqbh.options[2].text="乌兰察布";
						frmobj.dqbh.options[2].value="2402";
						frmobj.dqbh.options[3].text="乌海";
						frmobj.dqbh.options[3].value="2403";
						frmobj.dqbh.options[4].text="阿拉善盟";
						frmobj.dqbh.options[4].value="2404";
						frmobj.dqbh.options[5].text="锡林郭勒";
						frmobj.dqbh.options[5].value="2406";
						frmobj.dqbh.options[6].text="呼伦贝尔";
						frmobj.dqbh.options[6].value="2407";
						frmobj.dqbh.options[7].text="包头";
						frmobj.dqbh.options[7].value="2408";
						frmobj.dqbh.options[8].text="通辽";
						frmobj.dqbh.options[8].value="2409";
						frmobj.dqbh.options[9].text="鄂尔多斯";
						frmobj.dqbh.options[9].value="2411";
						frmobj.dqbh.options[10].text="巴彦淖尔";
						frmobj.dqbh.options[10].value="2412";
						frmobj.dqbh.options[11].text="赤峰";
						frmobj.dqbh.options[11].value="2413";
						frmobj.dqbh.options[12].text="兴安盟";
						frmobj.dqbh.options[12].value="2414";
				        break;

		        case "25":
						frmobj.dqbh.options.length=14;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="哈尔滨";
						frmobj.dqbh.options[1].value="2501";
						frmobj.dqbh.options[2].text="双鸭山";
						frmobj.dqbh.options[2].value="2502";
						frmobj.dqbh.options[3].text="鹤岗";
						frmobj.dqbh.options[3].value="2503";
						frmobj.dqbh.options[4].text="鸡西";
						frmobj.dqbh.options[4].value="2504";
						frmobj.dqbh.options[5].text="齐齐哈尔";
						frmobj.dqbh.options[5].value="2505";
						frmobj.dqbh.options[6].text="牡丹江";
						frmobj.dqbh.options[6].value="2506";
						frmobj.dqbh.options[7].text="佳木斯";
						frmobj.dqbh.options[7].value="2507";
						frmobj.dqbh.options[8].text="大庆";
						frmobj.dqbh.options[8].value="2508";
						frmobj.dqbh.options[9].text="伊春";
						frmobj.dqbh.options[9].value="2509";
						frmobj.dqbh.options[10].text="大兴安岭";
						frmobj.dqbh.options[10].value="2510";
						frmobj.dqbh.options[11].text="黑河";
						frmobj.dqbh.options[11].value="2511";
						frmobj.dqbh.options[12].text="七台河";
						frmobj.dqbh.options[12].value="2512";
						frmobj.dqbh.options[13].text="绥化";
						frmobj.dqbh.options[13].value="2513";
				        break;

		        case "26":
						frmobj.dqbh.options.length=8;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="拉萨";
						frmobj.dqbh.options[1].value="2601";
						frmobj.dqbh.options[2].text="那曲";
						frmobj.dqbh.options[2].value="2602";
						frmobj.dqbh.options[3].text="昌都";
						frmobj.dqbh.options[3].value="2603";
						frmobj.dqbh.options[4].text="山南";
						frmobj.dqbh.options[4].value="2604";
						frmobj.dqbh.options[5].text="日喀则";
						frmobj.dqbh.options[5].value="2605";
						frmobj.dqbh.options[6].text="阿里";
						frmobj.dqbh.options[6].value="2606";
						frmobj.dqbh.options[7].text="林芝";
						frmobj.dqbh.options[7].value="2607";
				        break;

		        case "27":
						frmobj.dqbh.options.length=17;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="乌鲁木齐";
						frmobj.dqbh.options[1].value="2701";
						frmobj.dqbh.options[2].text="巴音郭楞";
						frmobj.dqbh.options[2].value="2702";
						frmobj.dqbh.options[3].text="哈密";
						frmobj.dqbh.options[3].value="2703";
						frmobj.dqbh.options[4].text="和田";
						frmobj.dqbh.options[4].value="2704";
						frmobj.dqbh.options[5].text="石河子";
						frmobj.dqbh.options[5].value="2705";
						frmobj.dqbh.options[6].text="克拉玛依";
						frmobj.dqbh.options[6].value="2706";
						frmobj.dqbh.options[7].text="博尔塔拉";
						frmobj.dqbh.options[7].value="2707";
						frmobj.dqbh.options[8].text="伊犁";
						frmobj.dqbh.options[8].value="2708";
						frmobj.dqbh.options[9].text="奎屯";
						frmobj.dqbh.options[9].value="2709";
						frmobj.dqbh.options[10].text="阿勒泰";
						frmobj.dqbh.options[10].value="2710";
						frmobj.dqbh.options[11].text="克孜勒苏";
						frmobj.dqbh.options[11].value="2711";
						frmobj.dqbh.options[12].text="塔城地区";
						frmobj.dqbh.options[12].value="2712";
						frmobj.dqbh.options[13].text="昌吉";
						frmobj.dqbh.options[13].value="2713";
						frmobj.dqbh.options[14].text="喀什";
						frmobj.dqbh.options[14].value="2714";
						frmobj.dqbh.options[15].text="阿克苏";
						frmobj.dqbh.options[15].value="2715";
						frmobj.dqbh.options[16].text="吐鲁番";
						frmobj.dqbh.options[16].value="2716";
				        break;

		        case "28":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="北京";
						frmobj.dqbh.options[1].value="2801";
				        break;

		        case "29":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="上海";
						frmobj.dqbh.options[1].value="2901";
				        break;

		        case "30":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="天津";
						frmobj.dqbh.options[1].value="3001";
				        break;

		        case "31":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="重庆";
						frmobj.dqbh.options[1].value="3101";
				        break;

		        case "32":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="香港";
						frmobj.dqbh.options[1].value="3201";
				        break;

		        case "33":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="澳门";
						frmobj.dqbh.options[1].value="3301";
				        break;

		        case "34":
						frmobj.dqbh.options.length=2;
						frmobj.dqbh.options[0].selected=true;
						frmobj.dqbh.options[0].text=expStr;
						frmobj.dqbh.options[0].value="";
						frmobj.dqbh.options[1].text="台湾";
						frmobj.dqbh.options[1].value="3401";
				        break;
				}
}

function selectdq(frmobj,expStr)
{
    dqbh=frmobj.dqbh.options[frmobj.dqbh.selectedIndex].value;
	SetAddress();
	    switch(dqbh)
		    {

		        case "0000":
						frmobj.xsbh.options.length=1;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
				        break;

		        case "0101":
						frmobj.xsbh.options.length=20;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="石家庄市";
						frmobj.xsbh.options[1].value="010100";
						frmobj.xsbh.options[2].text="辛集";
						frmobj.xsbh.options[2].value="010101";
						frmobj.xsbh.options[3].text="藁城";
						frmobj.xsbh.options[3].value="010102";
						frmobj.xsbh.options[4].text="晋州";
						frmobj.xsbh.options[4].value="010103";
						frmobj.xsbh.options[5].text="新乐";
						frmobj.xsbh.options[5].value="010104";
						frmobj.xsbh.options[6].text="鹿泉";
						frmobj.xsbh.options[6].value="010105";
						frmobj.xsbh.options[7].text="平山";
						frmobj.xsbh.options[7].value="010106";
						frmobj.xsbh.options[8].text="井陉";
						frmobj.xsbh.options[8].value="010107";
						frmobj.xsbh.options[9].text="栾城";
						frmobj.xsbh.options[9].value="010108";
						frmobj.xsbh.options[10].text="正定";
						frmobj.xsbh.options[10].value="010109";
						frmobj.xsbh.options[11].text="行唐";
						frmobj.xsbh.options[11].value="010110";
						frmobj.xsbh.options[12].text="灵寿";
						frmobj.xsbh.options[12].value="010111";
						frmobj.xsbh.options[13].text="高邑";
						frmobj.xsbh.options[13].value="010112";
						frmobj.xsbh.options[14].text="赵县";
						frmobj.xsbh.options[14].value="010113";
						frmobj.xsbh.options[15].text="赞皇";
						frmobj.xsbh.options[15].value="010114";
						frmobj.xsbh.options[16].text="深泽";
						frmobj.xsbh.options[16].value="010115";
						frmobj.xsbh.options[17].text="无极";
						frmobj.xsbh.options[17].value="010116";
						frmobj.xsbh.options[18].text="元氏";
						frmobj.xsbh.options[18].value="010117";
						frmobj.xsbh.options[19].text="矿区";
						frmobj.xsbh.options[19].value="010118";
				        break;

		        case "0102":
						frmobj.xsbh.options.length=18;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="邯郸市";
						frmobj.xsbh.options[1].value="010200";
						frmobj.xsbh.options[2].text="武安";
						frmobj.xsbh.options[2].value="010201";
						frmobj.xsbh.options[3].text="永年";
						frmobj.xsbh.options[3].value="010202";
						frmobj.xsbh.options[4].text="曲周";
						frmobj.xsbh.options[4].value="010203";
						frmobj.xsbh.options[5].text="馆陶";
						frmobj.xsbh.options[5].value="010204";
						frmobj.xsbh.options[6].text="邯郸县";
						frmobj.xsbh.options[6].value="010205";
						frmobj.xsbh.options[7].text="魏县";
						frmobj.xsbh.options[7].value="010206";
						frmobj.xsbh.options[8].text="成安";
						frmobj.xsbh.options[8].value="010207";
						frmobj.xsbh.options[9].text="大名";
						frmobj.xsbh.options[9].value="010208";
						frmobj.xsbh.options[10].text="涉县";
						frmobj.xsbh.options[10].value="010209";
						frmobj.xsbh.options[11].text="鸡泽";
						frmobj.xsbh.options[11].value="010210";
						frmobj.xsbh.options[12].text="邱县";
						frmobj.xsbh.options[12].value="010211";
						frmobj.xsbh.options[13].text="广平";
						frmobj.xsbh.options[13].value="010212";
						frmobj.xsbh.options[14].text="肥乡";
						frmobj.xsbh.options[14].value="010213";
						frmobj.xsbh.options[15].text="临漳";
						frmobj.xsbh.options[15].value="010214";
						frmobj.xsbh.options[16].text="磁县";
						frmobj.xsbh.options[16].value="010215";
						frmobj.xsbh.options[17].text="峰峰矿区";
						frmobj.xsbh.options[17].value="010216";
				        break;

		        case "0103":
						frmobj.xsbh.options.length=19;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="邢台市";
						frmobj.xsbh.options[1].value="010300";
						frmobj.xsbh.options[2].text="南宫";
						frmobj.xsbh.options[2].value="010301";
						frmobj.xsbh.options[3].text="沙河";
						frmobj.xsbh.options[3].value="010302";
						frmobj.xsbh.options[4].text="柏乡";
						frmobj.xsbh.options[4].value="010303";
						frmobj.xsbh.options[5].text="任县";
						frmobj.xsbh.options[5].value="010304";
						frmobj.xsbh.options[6].text="邢台县";
						frmobj.xsbh.options[6].value="010305";
						frmobj.xsbh.options[7].text="清河";
						frmobj.xsbh.options[7].value="010306";
						frmobj.xsbh.options[8].text="宁晋";
						frmobj.xsbh.options[8].value="010307";
						frmobj.xsbh.options[9].text="威县";
						frmobj.xsbh.options[9].value="010308";
						frmobj.xsbh.options[10].text="隆尧";
						frmobj.xsbh.options[10].value="010309";
						frmobj.xsbh.options[11].text="临城";
						frmobj.xsbh.options[11].value="010310";
						frmobj.xsbh.options[12].text="广宗";
						frmobj.xsbh.options[12].value="010311";
						frmobj.xsbh.options[13].text="临西";
						frmobj.xsbh.options[13].value="010312";
						frmobj.xsbh.options[14].text="内邱";
						frmobj.xsbh.options[14].value="010313";
						frmobj.xsbh.options[15].text="平乡";
						frmobj.xsbh.options[15].value="010314";
						frmobj.xsbh.options[16].text="巨鹿";
						frmobj.xsbh.options[16].value="010315";
						frmobj.xsbh.options[17].text="新河";
						frmobj.xsbh.options[17].value="010316";
						frmobj.xsbh.options[18].text="南和";
						frmobj.xsbh.options[18].value="010317";
				        break;

		        case "0104":
						frmobj.xsbh.options.length=24;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="保定市";
						frmobj.xsbh.options[1].value="010400";
						frmobj.xsbh.options[2].text="定州";
						frmobj.xsbh.options[2].value="010401";
						frmobj.xsbh.options[3].text="安国";
						frmobj.xsbh.options[3].value="010402";
						frmobj.xsbh.options[4].text="满城";
						frmobj.xsbh.options[4].value="010403";
						frmobj.xsbh.options[5].text="清苑";
						frmobj.xsbh.options[5].value="010404";
						frmobj.xsbh.options[6].text="高碑店";
						frmobj.xsbh.options[6].value="010405";
						frmobj.xsbh.options[7].text="涞水";
						frmobj.xsbh.options[7].value="010406";
						frmobj.xsbh.options[8].text="阜平";
						frmobj.xsbh.options[8].value="010407";
						frmobj.xsbh.options[9].text="徐水";
						frmobj.xsbh.options[9].value="010408";
						frmobj.xsbh.options[10].text="定兴";
						frmobj.xsbh.options[10].value="010409";
						frmobj.xsbh.options[11].text="唐县";
						frmobj.xsbh.options[11].value="010410";
						frmobj.xsbh.options[12].text="高阳";
						frmobj.xsbh.options[12].value="010411";
						frmobj.xsbh.options[13].text="容城";
						frmobj.xsbh.options[13].value="010412";
						frmobj.xsbh.options[14].text="涞源";
						frmobj.xsbh.options[14].value="010413";
						frmobj.xsbh.options[15].text="望都";
						frmobj.xsbh.options[15].value="010414";
						frmobj.xsbh.options[16].text="安新";
						frmobj.xsbh.options[16].value="010415";
						frmobj.xsbh.options[17].text="易县";
						frmobj.xsbh.options[17].value="010416";
						frmobj.xsbh.options[18].text="曲阳";
						frmobj.xsbh.options[18].value="010417";
						frmobj.xsbh.options[19].text="蠡县";
						frmobj.xsbh.options[19].value="010418";
						frmobj.xsbh.options[20].text="顺平";
						frmobj.xsbh.options[20].value="010419";
						frmobj.xsbh.options[21].text="博野";
						frmobj.xsbh.options[21].value="010420";
						frmobj.xsbh.options[22].text="雄县";
						frmobj.xsbh.options[22].value="010421";
						frmobj.xsbh.options[23].text="涿州";
						frmobj.xsbh.options[23].value="010422";
				        break;

		        case "0105":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="承德市";
						frmobj.xsbh.options[1].value="010500";
						frmobj.xsbh.options[2].text="兴隆";
						frmobj.xsbh.options[2].value="010501";
						frmobj.xsbh.options[3].text="平泉";
						frmobj.xsbh.options[3].value="010502";
						frmobj.xsbh.options[4].text="滦平";
						frmobj.xsbh.options[4].value="010503";
						frmobj.xsbh.options[5].text="隆化";
						frmobj.xsbh.options[5].value="010504";
						frmobj.xsbh.options[6].text="承德县";
						frmobj.xsbh.options[6].value="010505";
						frmobj.xsbh.options[7].text="丰宁";
						frmobj.xsbh.options[7].value="010506";
						frmobj.xsbh.options[8].text="围场";
						frmobj.xsbh.options[8].value="010507";
						frmobj.xsbh.options[9].text="宽城";
						frmobj.xsbh.options[9].value="010508";
				        break;

		        case "0106":
						frmobj.xsbh.options.length=20;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="张家口市";
						frmobj.xsbh.options[1].value="010600";
						frmobj.xsbh.options[2].text="宣化";
						frmobj.xsbh.options[2].value="010601";
						frmobj.xsbh.options[3].text="康保";
						frmobj.xsbh.options[3].value="010602";
						frmobj.xsbh.options[4].text="张北";
						frmobj.xsbh.options[4].value="010603";
						frmobj.xsbh.options[5].text="阳原";
						frmobj.xsbh.options[5].value="010604";
						frmobj.xsbh.options[6].text="赤诚";
						frmobj.xsbh.options[6].value="010605";
						frmobj.xsbh.options[7].text="沽原";
						frmobj.xsbh.options[7].value="010606";
						frmobj.xsbh.options[8].text="怀安";
						frmobj.xsbh.options[8].value="010607";
						frmobj.xsbh.options[9].text="怀来";
						frmobj.xsbh.options[9].value="010608";
						frmobj.xsbh.options[10].text="崇礼";
						frmobj.xsbh.options[10].value="010609";
						frmobj.xsbh.options[11].text="尚义";
						frmobj.xsbh.options[11].value="010610";
						frmobj.xsbh.options[12].text="蔚县";
						frmobj.xsbh.options[12].value="010611";
						frmobj.xsbh.options[13].text="涿鹿";
						frmobj.xsbh.options[13].value="010612";
						frmobj.xsbh.options[14].text="万全";
						frmobj.xsbh.options[14].value="010613";
						frmobj.xsbh.options[15].text="下花园区";
						frmobj.xsbh.options[15].value="010614";
						frmobj.xsbh.options[16].text="桥东区";
						frmobj.xsbh.options[16].value="010615";
						frmobj.xsbh.options[17].text="桥西区";
						frmobj.xsbh.options[17].value="010616";
						frmobj.xsbh.options[18].text="察北区";
						frmobj.xsbh.options[18].value="010617";
						frmobj.xsbh.options[19].text="高新区";
						frmobj.xsbh.options[19].value="010618";
				        break;

		        case "0107":
						frmobj.xsbh.options.length=16;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="唐山市";
						frmobj.xsbh.options[1].value="010700";
						frmobj.xsbh.options[2].text="遵化";
						frmobj.xsbh.options[2].value="010701";
						frmobj.xsbh.options[3].text="丰南";
						frmobj.xsbh.options[3].value="010702";
						frmobj.xsbh.options[4].text="迁安";
						frmobj.xsbh.options[4].value="010703";
						frmobj.xsbh.options[5].text="迁西";
						frmobj.xsbh.options[5].value="010704";
						frmobj.xsbh.options[6].text="滦南";
						frmobj.xsbh.options[6].value="010705";
						frmobj.xsbh.options[7].text="丰润";
						frmobj.xsbh.options[7].value="010706";
						frmobj.xsbh.options[8].text="玉田";
						frmobj.xsbh.options[8].value="010707";
						frmobj.xsbh.options[9].text="唐海";
						frmobj.xsbh.options[9].value="010708";
						frmobj.xsbh.options[10].text="乐亭";
						frmobj.xsbh.options[10].value="010709";
						frmobj.xsbh.options[11].text="滦县";
						frmobj.xsbh.options[11].value="010710";
						frmobj.xsbh.options[12].text="开平";
						frmobj.xsbh.options[12].value="010711";
						frmobj.xsbh.options[13].text="古冶";
						frmobj.xsbh.options[13].value="010712";
						frmobj.xsbh.options[14].text="路南";
						frmobj.xsbh.options[14].value="010713";
						frmobj.xsbh.options[15].text="路北";
						frmobj.xsbh.options[15].value="010714";
				        break;

		        case "0108":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="衡水市";
						frmobj.xsbh.options[1].value="010800";
						frmobj.xsbh.options[2].text="冀州";
						frmobj.xsbh.options[2].value="010801";
						frmobj.xsbh.options[3].text="深州";
						frmobj.xsbh.options[3].value="010802";
						frmobj.xsbh.options[4].text="饶阳";
						frmobj.xsbh.options[4].value="010803";
						frmobj.xsbh.options[5].text="枣强";
						frmobj.xsbh.options[5].value="010804";
						frmobj.xsbh.options[6].text="阜城";
						frmobj.xsbh.options[6].value="010805";
						frmobj.xsbh.options[7].text="安平";
						frmobj.xsbh.options[7].value="010806";
						frmobj.xsbh.options[8].text="武邑";
						frmobj.xsbh.options[8].value="010807";
						frmobj.xsbh.options[9].text="景县";
						frmobj.xsbh.options[9].value="010808";
						frmobj.xsbh.options[10].text="武强";
						frmobj.xsbh.options[10].value="010809";
						frmobj.xsbh.options[11].text="故城";
						frmobj.xsbh.options[11].value="010810";
				        break;

		        case "0109":
						frmobj.xsbh.options.length=16;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="沧州市";
						frmobj.xsbh.options[1].value="010900";
						frmobj.xsbh.options[2].text="沧县";
						frmobj.xsbh.options[2].value="010901";
						frmobj.xsbh.options[3].text="泊头";
						frmobj.xsbh.options[3].value="010902";
						frmobj.xsbh.options[4].text="任丘";
						frmobj.xsbh.options[4].value="010903";
						frmobj.xsbh.options[5].text="河间";
						frmobj.xsbh.options[5].value="010904";
						frmobj.xsbh.options[6].text="献县";
						frmobj.xsbh.options[6].value="010905";
						frmobj.xsbh.options[7].text="肃宁";
						frmobj.xsbh.options[7].value="010906";
						frmobj.xsbh.options[8].text="青县";
						frmobj.xsbh.options[8].value="010907";
						frmobj.xsbh.options[9].text="东光";
						frmobj.xsbh.options[9].value="010908";
						frmobj.xsbh.options[10].text="吴桥";
						frmobj.xsbh.options[10].value="010909";
						frmobj.xsbh.options[11].text="南皮";
						frmobj.xsbh.options[11].value="010910";
						frmobj.xsbh.options[12].text="盐山";
						frmobj.xsbh.options[12].value="010911";
						frmobj.xsbh.options[13].text="海兴县";
						frmobj.xsbh.options[13].value="010912";
						frmobj.xsbh.options[14].text="黄骅";
						frmobj.xsbh.options[14].value="010913";
						frmobj.xsbh.options[15].text="孟村";
						frmobj.xsbh.options[15].value="010914";
				        break;

		        case "0110":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="廊坊市";
						frmobj.xsbh.options[1].value="011000";
						frmobj.xsbh.options[2].text="霸州";
						frmobj.xsbh.options[2].value="011001";
						frmobj.xsbh.options[3].text="三河";
						frmobj.xsbh.options[3].value="011002";
						frmobj.xsbh.options[4].text="固安";
						frmobj.xsbh.options[4].value="011003";
						frmobj.xsbh.options[5].text="永清";
						frmobj.xsbh.options[5].value="011004";
						frmobj.xsbh.options[6].text="香河";
						frmobj.xsbh.options[6].value="011005";
						frmobj.xsbh.options[7].text="大城";
						frmobj.xsbh.options[7].value="011006";
						frmobj.xsbh.options[8].text="文安";
						frmobj.xsbh.options[8].value="011007";
						frmobj.xsbh.options[9].text="大厂";
						frmobj.xsbh.options[9].value="011008";
				        break;

		        case "0111":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="秦皇岛市";
						frmobj.xsbh.options[1].value="011100";
						frmobj.xsbh.options[2].text="昌黎";
						frmobj.xsbh.options[2].value="011101";
						frmobj.xsbh.options[3].text="卢龙";
						frmobj.xsbh.options[3].value="011102";
						frmobj.xsbh.options[4].text="抚宁";
						frmobj.xsbh.options[4].value="011103";
						frmobj.xsbh.options[5].text="青龙";
						frmobj.xsbh.options[5].value="011104";
				        break;

		        case "0201":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="太原市";
						frmobj.xsbh.options[1].value="020100";
						frmobj.xsbh.options[2].text="古交";
						frmobj.xsbh.options[2].value="020101";
						frmobj.xsbh.options[3].text="阳曲";
						frmobj.xsbh.options[3].value="020102";
						frmobj.xsbh.options[4].text="清徐";
						frmobj.xsbh.options[4].value="020103";
						frmobj.xsbh.options[5].text="娄烦";
						frmobj.xsbh.options[5].value="020104";
						frmobj.xsbh.options[6].text="小店区";
						frmobj.xsbh.options[6].value="020105";
				        break;

		        case "0202":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="大同市";
						frmobj.xsbh.options[1].value="020200";
						frmobj.xsbh.options[2].text="天镇";
						frmobj.xsbh.options[2].value="020201";
						frmobj.xsbh.options[3].text="灵丘";
						frmobj.xsbh.options[3].value="020202";
						frmobj.xsbh.options[4].text="阳高";
						frmobj.xsbh.options[4].value="020203";
						frmobj.xsbh.options[5].text="左云";
						frmobj.xsbh.options[5].value="020204";
						frmobj.xsbh.options[6].text="大同县";
						frmobj.xsbh.options[6].value="020205";
						frmobj.xsbh.options[7].text="广灵";
						frmobj.xsbh.options[7].value="020206";
						frmobj.xsbh.options[8].text="浑源";
						frmobj.xsbh.options[8].value="020207";
				        break;

		        case "0203":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阳泉市";
						frmobj.xsbh.options[1].value="020300";
						frmobj.xsbh.options[2].text="平定";
						frmobj.xsbh.options[2].value="020301";
						frmobj.xsbh.options[3].text="盂县";
						frmobj.xsbh.options[3].value="020302";
				        break;

		        case "0204":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="长治市";
						frmobj.xsbh.options[1].value="020400";
						frmobj.xsbh.options[2].text="潞城";
						frmobj.xsbh.options[2].value="020401";
						frmobj.xsbh.options[3].text="长子";
						frmobj.xsbh.options[3].value="020402";
						frmobj.xsbh.options[4].text="平顺";
						frmobj.xsbh.options[4].value="020403";
						frmobj.xsbh.options[5].text="襄垣";
						frmobj.xsbh.options[5].value="020404";
						frmobj.xsbh.options[6].text="长治县";
						frmobj.xsbh.options[6].value="020405";
						frmobj.xsbh.options[7].text="沁源";
						frmobj.xsbh.options[7].value="020406";
						frmobj.xsbh.options[8].text="屯留";
						frmobj.xsbh.options[8].value="020407";
						frmobj.xsbh.options[9].text="黎城";
						frmobj.xsbh.options[9].value="020408";
						frmobj.xsbh.options[10].text="武乡";
						frmobj.xsbh.options[10].value="020409";
						frmobj.xsbh.options[11].text="沁县";
						frmobj.xsbh.options[11].value="020410";
						frmobj.xsbh.options[12].text="壶关";
						frmobj.xsbh.options[12].value="020411";
				        break;

		        case "0205":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="晋城市";
						frmobj.xsbh.options[1].value="020500";
						frmobj.xsbh.options[2].text="高平";
						frmobj.xsbh.options[2].value="020501";
						frmobj.xsbh.options[3].text="陵川";
						frmobj.xsbh.options[3].value="020502";
						frmobj.xsbh.options[4].text="阳城";
						frmobj.xsbh.options[4].value="020503";
						frmobj.xsbh.options[5].text="沁水";
						frmobj.xsbh.options[5].value="020504";
						frmobj.xsbh.options[6].text="泽州县";
						frmobj.xsbh.options[6].value="020505";
				        break;

		        case "0206":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="朔州市";
						frmobj.xsbh.options[1].value="020600";
						frmobj.xsbh.options[2].text="山阴";
						frmobj.xsbh.options[2].value="020601";
						frmobj.xsbh.options[3].text="右玉";
						frmobj.xsbh.options[3].value="020602";
						frmobj.xsbh.options[4].text="应县";
						frmobj.xsbh.options[4].value="020603";
						frmobj.xsbh.options[5].text="怀仁";
						frmobj.xsbh.options[5].value="020604";
				        break;

		        case "0207":
						frmobj.xsbh.options.length=15;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="忻州市";
						frmobj.xsbh.options[1].value="020700";
						frmobj.xsbh.options[2].text="原平";
						frmobj.xsbh.options[2].value="020701";
						frmobj.xsbh.options[3].text="代县";
						frmobj.xsbh.options[3].value="020702";
						frmobj.xsbh.options[4].text="神池";
						frmobj.xsbh.options[4].value="020703";
						frmobj.xsbh.options[5].text="五寨";
						frmobj.xsbh.options[5].value="020704";
						frmobj.xsbh.options[6].text="五台";
						frmobj.xsbh.options[6].value="020705";
						frmobj.xsbh.options[7].text="偏关";
						frmobj.xsbh.options[7].value="020706";
						frmobj.xsbh.options[8].text="宁武";
						frmobj.xsbh.options[8].value="020707";
						frmobj.xsbh.options[9].text="静乐";
						frmobj.xsbh.options[9].value="020708";
						frmobj.xsbh.options[10].text="繁峙";
						frmobj.xsbh.options[10].value="020709";
						frmobj.xsbh.options[11].text="河曲";
						frmobj.xsbh.options[11].value="020710";
						frmobj.xsbh.options[12].text="保德";
						frmobj.xsbh.options[12].value="020711";
						frmobj.xsbh.options[13].text="定襄";
						frmobj.xsbh.options[13].value="020712";
						frmobj.xsbh.options[14].text="岢岚";
						frmobj.xsbh.options[14].value="020713";
				        break;

		        case "0208":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="榆次";
						frmobj.xsbh.options[1].value="020801";
						frmobj.xsbh.options[2].text="介休";
						frmobj.xsbh.options[2].value="020802";
						frmobj.xsbh.options[3].text="昔阳";
						frmobj.xsbh.options[3].value="020803";
						frmobj.xsbh.options[4].text="灵石";
						frmobj.xsbh.options[4].value="020804";
						frmobj.xsbh.options[5].text="祁县";
						frmobj.xsbh.options[5].value="020805";
						frmobj.xsbh.options[6].text="左权";
						frmobj.xsbh.options[6].value="020806";
						frmobj.xsbh.options[7].text="寿阳";
						frmobj.xsbh.options[7].value="020807";
						frmobj.xsbh.options[8].text="太谷";
						frmobj.xsbh.options[8].value="020808";
						frmobj.xsbh.options[9].text="和顺";
						frmobj.xsbh.options[9].value="020809";
						frmobj.xsbh.options[10].text="平遥";
						frmobj.xsbh.options[10].value="020810";
						frmobj.xsbh.options[11].text="榆社";
						frmobj.xsbh.options[11].value="020811";
				        break;

		        case "0209":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="运城市";
						frmobj.xsbh.options[1].value="020900";
						frmobj.xsbh.options[2].text="河津";
						frmobj.xsbh.options[2].value="020901";
						frmobj.xsbh.options[3].text="永济";
						frmobj.xsbh.options[3].value="020902";
						frmobj.xsbh.options[4].text="闻喜";
						frmobj.xsbh.options[4].value="020903";
						frmobj.xsbh.options[5].text="新绛";
						frmobj.xsbh.options[5].value="020904";
						frmobj.xsbh.options[6].text="平陆";
						frmobj.xsbh.options[6].value="020905";
						frmobj.xsbh.options[7].text="垣曲";
						frmobj.xsbh.options[7].value="020906";
						frmobj.xsbh.options[8].text="绛县";
						frmobj.xsbh.options[8].value="020907";
						frmobj.xsbh.options[9].text="稷山";
						frmobj.xsbh.options[9].value="020908";
						frmobj.xsbh.options[10].text="芮城";
						frmobj.xsbh.options[10].value="020909";
						frmobj.xsbh.options[11].text="夏县";
						frmobj.xsbh.options[11].value="020910";
						frmobj.xsbh.options[12].text="万荣";
						frmobj.xsbh.options[12].value="020911";
						frmobj.xsbh.options[13].text="临猗";
						frmobj.xsbh.options[13].value="020912";
				        break;

		        case "0210":
						frmobj.xsbh.options.length=18;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="尧都";
						frmobj.xsbh.options[1].value="021000";
						frmobj.xsbh.options[2].text="侯马";
						frmobj.xsbh.options[2].value="021001";
						frmobj.xsbh.options[3].text="霍州";
						frmobj.xsbh.options[3].value="021002";
						frmobj.xsbh.options[4].text="汾西";
						frmobj.xsbh.options[4].value="021003";
						frmobj.xsbh.options[5].text="吉县";
						frmobj.xsbh.options[5].value="021004";
						frmobj.xsbh.options[6].text="安泽";
						frmobj.xsbh.options[6].value="021005";
						frmobj.xsbh.options[7].text="大宁";
						frmobj.xsbh.options[7].value="021006";
						frmobj.xsbh.options[8].text="古县";
						frmobj.xsbh.options[8].value="021007";
						frmobj.xsbh.options[9].text="隰县";
						frmobj.xsbh.options[9].value="021008";
						frmobj.xsbh.options[10].text="襄汾";
						frmobj.xsbh.options[10].value="021009";
						frmobj.xsbh.options[11].text="翼城";
						frmobj.xsbh.options[11].value="021010";
						frmobj.xsbh.options[12].text="永和";
						frmobj.xsbh.options[12].value="021011";
						frmobj.xsbh.options[13].text="乡宁";
						frmobj.xsbh.options[13].value="021012";
						frmobj.xsbh.options[14].text="曲沃";
						frmobj.xsbh.options[14].value="021013";
						frmobj.xsbh.options[15].text="洪洞";
						frmobj.xsbh.options[15].value="021014";
						frmobj.xsbh.options[16].text="浦县";
						frmobj.xsbh.options[16].value="021015";
						frmobj.xsbh.options[17].text="浮山";
						frmobj.xsbh.options[17].value="021016";
				        break;

		        case "0211":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="石楼";
						frmobj.xsbh.options[1].value="021100";
						frmobj.xsbh.options[2].text="离石";
						frmobj.xsbh.options[2].value="021101";
						frmobj.xsbh.options[3].text="孝义";
						frmobj.xsbh.options[3].value="021102";
						frmobj.xsbh.options[4].text="汾阳";
						frmobj.xsbh.options[4].value="021103";
						frmobj.xsbh.options[5].text="文水";
						frmobj.xsbh.options[5].value="021104";
						frmobj.xsbh.options[6].text="中阳";
						frmobj.xsbh.options[6].value="021105";
						frmobj.xsbh.options[7].text="兴县";
						frmobj.xsbh.options[7].value="021106";
						frmobj.xsbh.options[8].text="临县";
						frmobj.xsbh.options[8].value="021107";
						frmobj.xsbh.options[9].text="方山";
						frmobj.xsbh.options[9].value="021108";
						frmobj.xsbh.options[10].text="柳林";
						frmobj.xsbh.options[10].value="021109";
						frmobj.xsbh.options[11].text="岚县";
						frmobj.xsbh.options[11].value="021110";
						frmobj.xsbh.options[12].text="交口";
						frmobj.xsbh.options[12].value="021112";
						frmobj.xsbh.options[13].text="交城";
						frmobj.xsbh.options[13].value="021113";
				        break;

		        case "0301":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南京市";
						frmobj.xsbh.options[1].value="030100";
						frmobj.xsbh.options[2].text="溧水";
						frmobj.xsbh.options[2].value="030102";
						frmobj.xsbh.options[3].text="高淳";
						frmobj.xsbh.options[3].value="030103";
				        break;

		        case "0302":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="徐州市";
						frmobj.xsbh.options[1].value="030200";
						frmobj.xsbh.options[2].text="邳州";
						frmobj.xsbh.options[2].value="030201";
						frmobj.xsbh.options[3].text="新沂";
						frmobj.xsbh.options[3].value="030202";
						frmobj.xsbh.options[4].text="铜山";
						frmobj.xsbh.options[4].value="030203";
						frmobj.xsbh.options[5].text="睢宁";
						frmobj.xsbh.options[5].value="030204";
						frmobj.xsbh.options[6].text="沛县";
						frmobj.xsbh.options[6].value="030205";
						frmobj.xsbh.options[7].text="丰县";
						frmobj.xsbh.options[7].value="030206";
				        break;

		        case "0303":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="淮安市";
						frmobj.xsbh.options[1].value="030300";
						frmobj.xsbh.options[2].text="涟水";
						frmobj.xsbh.options[2].value="030303";
						frmobj.xsbh.options[3].text="洪泽";
						frmobj.xsbh.options[3].value="030304";
						frmobj.xsbh.options[4].text="金湖";
						frmobj.xsbh.options[4].value="030305";
						frmobj.xsbh.options[5].text="盱眙";
						frmobj.xsbh.options[5].value="030306";
				        break;

		        case "0304":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宿迁市";
						frmobj.xsbh.options[1].value="030400";
						frmobj.xsbh.options[2].text="沭阳县";
						frmobj.xsbh.options[2].value="030401";
						frmobj.xsbh.options[3].text="泗阳县";
						frmobj.xsbh.options[3].value="030402";
						frmobj.xsbh.options[4].text="泗洪县";
						frmobj.xsbh.options[4].value="030403";
						frmobj.xsbh.options[5].text="宿豫县";
						frmobj.xsbh.options[5].value="030404";
				        break;

		        case "0305":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="盐城市";
						frmobj.xsbh.options[1].value="030500";
						frmobj.xsbh.options[2].text="东台";
						frmobj.xsbh.options[2].value="030501";
						frmobj.xsbh.options[3].text="大丰";
						frmobj.xsbh.options[3].value="030502";
						frmobj.xsbh.options[4].text="盐都";
						frmobj.xsbh.options[4].value="030503";
						frmobj.xsbh.options[5].text="建湖";
						frmobj.xsbh.options[5].value="030504";
						frmobj.xsbh.options[6].text="响水";
						frmobj.xsbh.options[6].value="030505";
						frmobj.xsbh.options[7].text="阜宁";
						frmobj.xsbh.options[7].value="030506";
						frmobj.xsbh.options[8].text="射阳";
						frmobj.xsbh.options[8].value="030507";
						frmobj.xsbh.options[9].text="滨海";
						frmobj.xsbh.options[9].value="030508";
				        break;

		        case "0306":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="扬州市";
						frmobj.xsbh.options[1].value="030600";
						frmobj.xsbh.options[2].text="高邮";
						frmobj.xsbh.options[2].value="030601";
						frmobj.xsbh.options[3].text="江都";
						frmobj.xsbh.options[3].value="030602";
						frmobj.xsbh.options[4].text="仪征";
						frmobj.xsbh.options[4].value="030603";
						frmobj.xsbh.options[5].text="宝应";
						frmobj.xsbh.options[5].value="030606";
				        break;

		        case "0307":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="泰州市";
						frmobj.xsbh.options[1].value="030700";
						frmobj.xsbh.options[2].text="泰兴";
						frmobj.xsbh.options[2].value="030701";
						frmobj.xsbh.options[3].text="姜堰";
						frmobj.xsbh.options[3].value="030702";
						frmobj.xsbh.options[4].text="靖江";
						frmobj.xsbh.options[4].value="030703";
						frmobj.xsbh.options[5].text="兴化";
						frmobj.xsbh.options[5].value="030704";
				        break;

		        case "0308":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南通市";
						frmobj.xsbh.options[1].value="030800";
						frmobj.xsbh.options[2].text="如皋";
						frmobj.xsbh.options[2].value="030801";
						frmobj.xsbh.options[3].text="通州市";
						frmobj.xsbh.options[3].value="030802";
						frmobj.xsbh.options[4].text="海门";
						frmobj.xsbh.options[4].value="030803";
						frmobj.xsbh.options[5].text="启东";
						frmobj.xsbh.options[5].value="030804";
						frmobj.xsbh.options[6].text="海安";
						frmobj.xsbh.options[6].value="030805";
						frmobj.xsbh.options[7].text="如东";
						frmobj.xsbh.options[7].value="030806";
				        break;

		        case "0309":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="镇江市";
						frmobj.xsbh.options[1].value="030900";
						frmobj.xsbh.options[2].text="丹阳";
						frmobj.xsbh.options[2].value="030901";
						frmobj.xsbh.options[3].text="扬中";
						frmobj.xsbh.options[3].value="030902";
						frmobj.xsbh.options[4].text="句容";
						frmobj.xsbh.options[4].value="030903";
				        break;

		        case "0310":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="连云港市";
						frmobj.xsbh.options[1].value="031000";
						frmobj.xsbh.options[2].text="东海";
						frmobj.xsbh.options[2].value="031001";
						frmobj.xsbh.options[3].text="灌云";
						frmobj.xsbh.options[3].value="031002";
						frmobj.xsbh.options[4].text="赣榆";
						frmobj.xsbh.options[4].value="031003";
						frmobj.xsbh.options[5].text="灌南";
						frmobj.xsbh.options[5].value="031004";
				        break;

		        case "0311":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="无锡市";
						frmobj.xsbh.options[1].value="031100";
						frmobj.xsbh.options[2].text="江阴";
						frmobj.xsbh.options[2].value="031101";
						frmobj.xsbh.options[3].text="宜兴";
						frmobj.xsbh.options[3].value="031102";
				        break;

		        case "0312":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="苏州市";
						frmobj.xsbh.options[1].value="031200";
						frmobj.xsbh.options[2].text="常熟";
						frmobj.xsbh.options[2].value="031201";
						frmobj.xsbh.options[3].text="太仓";
						frmobj.xsbh.options[3].value="031202";
						frmobj.xsbh.options[4].text="昆山";
						frmobj.xsbh.options[4].value="031203";
						frmobj.xsbh.options[5].text="吴江";
						frmobj.xsbh.options[5].value="031204";
						frmobj.xsbh.options[6].text="张家港";
						frmobj.xsbh.options[6].value="031205";
				        break;

		        case "0313":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="常州市";
						frmobj.xsbh.options[1].value="031300";
						frmobj.xsbh.options[2].text="金坛";
						frmobj.xsbh.options[2].value="031301";
						frmobj.xsbh.options[3].text="溧阳";
						frmobj.xsbh.options[3].value="031302";
				        break;

		        case "0401":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="杭州市";
						frmobj.xsbh.options[1].value="040100";
						frmobj.xsbh.options[2].text="余杭";
						frmobj.xsbh.options[2].value="040101";
						frmobj.xsbh.options[3].text="萧山";
						frmobj.xsbh.options[3].value="040102";
						frmobj.xsbh.options[4].text="富阳";
						frmobj.xsbh.options[4].value="040103";
						frmobj.xsbh.options[5].text="桐庐";
						frmobj.xsbh.options[5].value="040104";
						frmobj.xsbh.options[6].text="建德";
						frmobj.xsbh.options[6].value="040105";
						frmobj.xsbh.options[7].text="淳安";
						frmobj.xsbh.options[7].value="040106";
						frmobj.xsbh.options[8].text="临安";
						frmobj.xsbh.options[8].value="040107";
				        break;

		        case "0402":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宁波市";
						frmobj.xsbh.options[1].value="040200";
						frmobj.xsbh.options[2].text="鄞州";
						frmobj.xsbh.options[2].value="040201";
						frmobj.xsbh.options[3].text="余姚";
						frmobj.xsbh.options[3].value="040202";
						frmobj.xsbh.options[4].text="慈溪";
						frmobj.xsbh.options[4].value="040203";
						frmobj.xsbh.options[5].text="奉化";
						frmobj.xsbh.options[5].value="040204";
						frmobj.xsbh.options[6].text="宁海";
						frmobj.xsbh.options[6].value="040205";
						frmobj.xsbh.options[7].text="象山";
						frmobj.xsbh.options[7].value="040206";
				        break;

		        case "0403":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="温州市";
						frmobj.xsbh.options[1].value="040300";
						frmobj.xsbh.options[2].text="瑞安";
						frmobj.xsbh.options[2].value="040301";
						frmobj.xsbh.options[3].text="乐清";
						frmobj.xsbh.options[3].value="040302";
						frmobj.xsbh.options[4].text="永嘉";
						frmobj.xsbh.options[4].value="040303";
						frmobj.xsbh.options[5].text="洞头";
						frmobj.xsbh.options[5].value="040304";
						frmobj.xsbh.options[6].text="平阳";
						frmobj.xsbh.options[6].value="040305";
						frmobj.xsbh.options[7].text="苍南";
						frmobj.xsbh.options[7].value="040306";
						frmobj.xsbh.options[8].text="文成";
						frmobj.xsbh.options[8].value="040307";
						frmobj.xsbh.options[9].text="泰顺";
						frmobj.xsbh.options[9].value="040308";
				        break;

		        case "0404":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="嘉兴市";
						frmobj.xsbh.options[1].value="040400";
						frmobj.xsbh.options[2].text="海宁";
						frmobj.xsbh.options[2].value="040401";
						frmobj.xsbh.options[3].text="平湖";
						frmobj.xsbh.options[3].value="040402";
						frmobj.xsbh.options[4].text="桐乡";
						frmobj.xsbh.options[4].value="040403";
						frmobj.xsbh.options[5].text="嘉善";
						frmobj.xsbh.options[5].value="040404";
						frmobj.xsbh.options[6].text="海盐";
						frmobj.xsbh.options[6].value="040405";
				        break;

		        case "0405":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="湖州市";
						frmobj.xsbh.options[1].value="040500";
						frmobj.xsbh.options[2].text="长兴";
						frmobj.xsbh.options[2].value="040501";
						frmobj.xsbh.options[3].text="德清";
						frmobj.xsbh.options[3].value="040502";
						frmobj.xsbh.options[4].text="安吉";
						frmobj.xsbh.options[4].value="040503";
				        break;

		        case "0406":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="绍兴市";
						frmobj.xsbh.options[1].value="040600";
						frmobj.xsbh.options[2].text="诸暨";
						frmobj.xsbh.options[2].value="040601";
						frmobj.xsbh.options[3].text="上虞";
						frmobj.xsbh.options[3].value="040602";
						frmobj.xsbh.options[4].text="嵊州";
						frmobj.xsbh.options[4].value="040603";
						frmobj.xsbh.options[5].text="新昌";
						frmobj.xsbh.options[5].value="040604";
						frmobj.xsbh.options[6].text="绍兴县";
						frmobj.xsbh.options[6].value="040605";
						frmobj.xsbh.options[7].text="越城区";
						frmobj.xsbh.options[7].value="040606";
				        break;

		        case "0407":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="金华市";
						frmobj.xsbh.options[1].value="040700";
						frmobj.xsbh.options[2].text="婺城";
						frmobj.xsbh.options[2].value="040701";
						frmobj.xsbh.options[3].text="兰溪县";
						frmobj.xsbh.options[3].value="040702";
						frmobj.xsbh.options[4].text="义乌";
						frmobj.xsbh.options[4].value="040703";
						frmobj.xsbh.options[5].text="东阳";
						frmobj.xsbh.options[5].value="040704";
						frmobj.xsbh.options[6].text="永康";
						frmobj.xsbh.options[6].value="040705";
						frmobj.xsbh.options[7].text="武义";
						frmobj.xsbh.options[7].value="040706";
						frmobj.xsbh.options[8].text="浦江";
						frmobj.xsbh.options[8].value="040707";
						frmobj.xsbh.options[9].text="磐安";
						frmobj.xsbh.options[9].value="040708";
						frmobj.xsbh.options[10].text="金东";
						frmobj.xsbh.options[10].value="040709";
				        break;

		        case "0408":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="衢州市";
						frmobj.xsbh.options[1].value="040800";
						frmobj.xsbh.options[2].text="衢江";
						frmobj.xsbh.options[2].value="040801";
						frmobj.xsbh.options[3].text="江山";
						frmobj.xsbh.options[3].value="040802";
						frmobj.xsbh.options[4].text="龙游";
						frmobj.xsbh.options[4].value="040803";
						frmobj.xsbh.options[5].text="常山";
						frmobj.xsbh.options[5].value="040804";
						frmobj.xsbh.options[6].text="开化";
						frmobj.xsbh.options[6].value="040805";
				        break;

		        case "0409":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="丽水市";
						frmobj.xsbh.options[1].value="040900";
						frmobj.xsbh.options[2].text="龙泉";
						frmobj.xsbh.options[2].value="040901";
						frmobj.xsbh.options[3].text="缙云";
						frmobj.xsbh.options[3].value="040902";
						frmobj.xsbh.options[4].text="青田";
						frmobj.xsbh.options[4].value="040903";
						frmobj.xsbh.options[5].text="云和";
						frmobj.xsbh.options[5].value="040904";
						frmobj.xsbh.options[6].text="遂昌";
						frmobj.xsbh.options[6].value="040905";
						frmobj.xsbh.options[7].text="松阳";
						frmobj.xsbh.options[7].value="040906";
						frmobj.xsbh.options[8].text="庆元";
						frmobj.xsbh.options[8].value="040907";
						frmobj.xsbh.options[9].text="景宁";
						frmobj.xsbh.options[9].value="040908";
				        break;

		        case "0410":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="台州市";
						frmobj.xsbh.options[1].value="041000";
						frmobj.xsbh.options[2].text="临海";
						frmobj.xsbh.options[2].value="041001";
						frmobj.xsbh.options[3].text="温岭";
						frmobj.xsbh.options[3].value="041002";
						frmobj.xsbh.options[4].text="玉环";
						frmobj.xsbh.options[4].value="041003";
						frmobj.xsbh.options[5].text="天台";
						frmobj.xsbh.options[5].value="041004";
						frmobj.xsbh.options[6].text="仙居";
						frmobj.xsbh.options[6].value="041005";
						frmobj.xsbh.options[7].text="三门";
						frmobj.xsbh.options[7].value="041006";
				        break;

		        case "0411":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="舟山市";
						frmobj.xsbh.options[1].value="041100";
						frmobj.xsbh.options[2].text="普陀";
						frmobj.xsbh.options[2].value="041101";
						frmobj.xsbh.options[3].text="岱山";
						frmobj.xsbh.options[3].value="041102";
						frmobj.xsbh.options[4].text="嵊泗";
						frmobj.xsbh.options[4].value="041103";
				        break;

		        case "0501":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="合肥市";
						frmobj.xsbh.options[1].value="050100";
						frmobj.xsbh.options[2].text="长丰";
						frmobj.xsbh.options[2].value="050101";
						frmobj.xsbh.options[3].text="肥东";
						frmobj.xsbh.options[3].value="050102";
						frmobj.xsbh.options[4].text="肥西";
						frmobj.xsbh.options[4].value="050103";
				        break;

		        case "0502":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="淮南市";
						frmobj.xsbh.options[1].value="050200";
						frmobj.xsbh.options[2].text="凤台";
						frmobj.xsbh.options[2].value="050201";
				        break;

		        case "0503":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="淮北市";
						frmobj.xsbh.options[1].value="050300";
						frmobj.xsbh.options[2].text="濉溪";
						frmobj.xsbh.options[2].value="050301";
				        break;

		        case "0504":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="芜湖市";
						frmobj.xsbh.options[1].value="050400";
						frmobj.xsbh.options[2].text="芜湖县";
						frmobj.xsbh.options[2].value="050401";
						frmobj.xsbh.options[3].text="南陵";
						frmobj.xsbh.options[3].value="050402";
						frmobj.xsbh.options[4].text="繁昌";
						frmobj.xsbh.options[4].value="050403";
				        break;

		        case "0505":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="铜陵市";
						frmobj.xsbh.options[1].value="050500";
						frmobj.xsbh.options[2].text="铜陵县";
						frmobj.xsbh.options[2].value="050501";
				        break;

		        case "0506":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="蚌埠市";
						frmobj.xsbh.options[1].value="050600";
						frmobj.xsbh.options[2].text="怀远";
						frmobj.xsbh.options[2].value="050601";
						frmobj.xsbh.options[3].text="固镇";
						frmobj.xsbh.options[3].value="050602";
						frmobj.xsbh.options[4].text="五河";
						frmobj.xsbh.options[4].value="050603";
				        break;

		        case "0507":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="安庆市";
						frmobj.xsbh.options[1].value="050700";
						frmobj.xsbh.options[2].text="桐城";
						frmobj.xsbh.options[2].value="050701";
						frmobj.xsbh.options[3].text="宿松";
						frmobj.xsbh.options[3].value="050702";
						frmobj.xsbh.options[4].text="枞阳";
						frmobj.xsbh.options[4].value="050703";
						frmobj.xsbh.options[5].text="太湖";
						frmobj.xsbh.options[5].value="050704";
						frmobj.xsbh.options[6].text="怀宁";
						frmobj.xsbh.options[6].value="050705";
						frmobj.xsbh.options[7].text="岳西";
						frmobj.xsbh.options[7].value="050706";
						frmobj.xsbh.options[8].text="望江";
						frmobj.xsbh.options[8].value="050707";
						frmobj.xsbh.options[9].text="潜山";
						frmobj.xsbh.options[9].value="050708";
				        break;

		        case "0508":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="黄山市";
						frmobj.xsbh.options[1].value="050800";
						frmobj.xsbh.options[2].text="休宁";
						frmobj.xsbh.options[2].value="050801";
						frmobj.xsbh.options[3].text="歙县";
						frmobj.xsbh.options[3].value="050802";
						frmobj.xsbh.options[4].text="祁门";
						frmobj.xsbh.options[4].value="050803";
						frmobj.xsbh.options[5].text="黟县";
						frmobj.xsbh.options[5].value="050804";
				        break;

		        case "0509":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="滁州市";
						frmobj.xsbh.options[1].value="050900";
						frmobj.xsbh.options[2].text="天长";
						frmobj.xsbh.options[2].value="050901";
						frmobj.xsbh.options[3].text="明光";
						frmobj.xsbh.options[3].value="050902";
						frmobj.xsbh.options[4].text="全椒";
						frmobj.xsbh.options[4].value="050903";
						frmobj.xsbh.options[5].text="来安";
						frmobj.xsbh.options[5].value="050904";
						frmobj.xsbh.options[6].text="定远";
						frmobj.xsbh.options[6].value="050905";
						frmobj.xsbh.options[7].text="凤阳";
						frmobj.xsbh.options[7].value="050906";
				        break;

		        case "0510":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="马鞍山";
						frmobj.xsbh.options[1].value="051000";
						frmobj.xsbh.options[2].text="当涂";
						frmobj.xsbh.options[2].value="051001";
				        break;

		        case "0511":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="亳州市";
						frmobj.xsbh.options[1].value="051100";
						frmobj.xsbh.options[2].text="利辛";
						frmobj.xsbh.options[2].value="051101";
						frmobj.xsbh.options[3].text="涡阳";
						frmobj.xsbh.options[3].value="051102";
						frmobj.xsbh.options[4].text="蒙城";
						frmobj.xsbh.options[4].value="051103";
				        break;

		        case "0512":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宿州市";
						frmobj.xsbh.options[1].value="051200";
						frmobj.xsbh.options[2].text="萧县";
						frmobj.xsbh.options[2].value="051201";
						frmobj.xsbh.options[3].text="泗县";
						frmobj.xsbh.options[3].value="051202";
						frmobj.xsbh.options[4].text="砀山";
						frmobj.xsbh.options[4].value="051203";
						frmobj.xsbh.options[5].text="灵璧";
						frmobj.xsbh.options[5].value="051204";
				        break;

		        case "0513":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="巢湖市";
						frmobj.xsbh.options[1].value="051300";
						frmobj.xsbh.options[2].text="含山";
						frmobj.xsbh.options[2].value="051301";
						frmobj.xsbh.options[3].text="无为";
						frmobj.xsbh.options[3].value="051302";
						frmobj.xsbh.options[4].text="庐江";
						frmobj.xsbh.options[4].value="051303";
						frmobj.xsbh.options[5].text="和县";
						frmobj.xsbh.options[5].value="051304";
				        break;

		        case "0514":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宣城市";
						frmobj.xsbh.options[1].value="051400";
						frmobj.xsbh.options[2].text="宁国";
						frmobj.xsbh.options[2].value="051401";
						frmobj.xsbh.options[3].text="广德";
						frmobj.xsbh.options[3].value="051402";
						frmobj.xsbh.options[4].text="郎溪";
						frmobj.xsbh.options[4].value="051403";
						frmobj.xsbh.options[5].text="泾县";
						frmobj.xsbh.options[5].value="051404";
						frmobj.xsbh.options[6].text="旌德";
						frmobj.xsbh.options[6].value="051405";
						frmobj.xsbh.options[7].text="绩溪";
						frmobj.xsbh.options[7].value="051406";
				        break;

		        case "0515":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="池州市";
						frmobj.xsbh.options[1].value="051500";
						frmobj.xsbh.options[2].text="东至";
						frmobj.xsbh.options[2].value="051501";
						frmobj.xsbh.options[3].text="石台";
						frmobj.xsbh.options[3].value="051502";
						frmobj.xsbh.options[4].text="青阳";
						frmobj.xsbh.options[4].value="051503";
				        break;

		        case "0516":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="六安市";
						frmobj.xsbh.options[1].value="051600";
						frmobj.xsbh.options[2].text="寿县";
						frmobj.xsbh.options[2].value="051601";
						frmobj.xsbh.options[3].text="霍山";
						frmobj.xsbh.options[3].value="051602";
						frmobj.xsbh.options[4].text="霍邱";
						frmobj.xsbh.options[4].value="051603";
						frmobj.xsbh.options[5].text="舒城";
						frmobj.xsbh.options[5].value="051604";
						frmobj.xsbh.options[6].text="金寨";
						frmobj.xsbh.options[6].value="051605";
				        break;

		        case "0517":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阜阳市";
						frmobj.xsbh.options[1].value="051700";
						frmobj.xsbh.options[2].text="界首";
						frmobj.xsbh.options[2].value="051701";
						frmobj.xsbh.options[3].text="太和";
						frmobj.xsbh.options[3].value="051702";
						frmobj.xsbh.options[4].text="阜南";
						frmobj.xsbh.options[4].value="051703";
						frmobj.xsbh.options[5].text="临泉";
						frmobj.xsbh.options[5].value="051704";
						frmobj.xsbh.options[6].text="颍上";
						frmobj.xsbh.options[6].value="051705";
				        break;

		        case "0601":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="福州市";
						frmobj.xsbh.options[1].value="060100";
						frmobj.xsbh.options[2].text="福清";
						frmobj.xsbh.options[2].value="060101";
						frmobj.xsbh.options[3].text="长乐";
						frmobj.xsbh.options[3].value="060102";
						frmobj.xsbh.options[4].text="闽侯";
						frmobj.xsbh.options[4].value="060103";
						frmobj.xsbh.options[5].text="连江";
						frmobj.xsbh.options[5].value="060104";
						frmobj.xsbh.options[6].text="平潭";
						frmobj.xsbh.options[6].value="060105";
						frmobj.xsbh.options[7].text="永泰";
						frmobj.xsbh.options[7].value="060106";
						frmobj.xsbh.options[8].text="闽清";
						frmobj.xsbh.options[8].value="060107";
						frmobj.xsbh.options[9].text="罗源";
						frmobj.xsbh.options[9].value="060108";
				        break;

		        case "0602":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="厦门市";
						frmobj.xsbh.options[1].value="060200";
				        break;

		        case "0603":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="三明市";
						frmobj.xsbh.options[1].value="060300";
						frmobj.xsbh.options[2].text="永安";
						frmobj.xsbh.options[2].value="060301";
						frmobj.xsbh.options[3].text="明溪";
						frmobj.xsbh.options[3].value="060302";
						frmobj.xsbh.options[4].text="将乐";
						frmobj.xsbh.options[4].value="060303";
						frmobj.xsbh.options[5].text="大田";
						frmobj.xsbh.options[5].value="060304";
						frmobj.xsbh.options[6].text="宁化";
						frmobj.xsbh.options[6].value="060305";
						frmobj.xsbh.options[7].text="建宁";
						frmobj.xsbh.options[7].value="060306";
						frmobj.xsbh.options[8].text="沙县";
						frmobj.xsbh.options[8].value="060307";
						frmobj.xsbh.options[9].text="尤溪";
						frmobj.xsbh.options[9].value="060308";
						frmobj.xsbh.options[10].text="清流";
						frmobj.xsbh.options[10].value="060309";
						frmobj.xsbh.options[11].text="泰宁";
						frmobj.xsbh.options[11].value="060310";
				        break;

		        case "0604":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="莆田市";
						frmobj.xsbh.options[1].value="060400";
						frmobj.xsbh.options[2].text="仙游";
						frmobj.xsbh.options[2].value="060401";
				        break;

		        case "0605":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="丰泽区";
						frmobj.xsbh.options[1].value="060500";
						frmobj.xsbh.options[2].text="鲤城区";
						frmobj.xsbh.options[2].value="060501";
						frmobj.xsbh.options[3].text="洛江区";
						frmobj.xsbh.options[3].value="060502";
						frmobj.xsbh.options[4].text="泉港区";
						frmobj.xsbh.options[4].value="060503";
						frmobj.xsbh.options[5].text="经济技术开发区";
						frmobj.xsbh.options[5].value="060504";
						frmobj.xsbh.options[6].text="晋江";
						frmobj.xsbh.options[6].value="060505";
						frmobj.xsbh.options[7].text="南安";
						frmobj.xsbh.options[7].value="060506";
						frmobj.xsbh.options[8].text="惠安";
						frmobj.xsbh.options[8].value="060507";
						frmobj.xsbh.options[9].text="永春";
						frmobj.xsbh.options[9].value="060508";
						frmobj.xsbh.options[10].text="安溪";
						frmobj.xsbh.options[10].value="060509";
						frmobj.xsbh.options[11].text="德化";
						frmobj.xsbh.options[11].value="060510";
						frmobj.xsbh.options[12].text="泉州市";
						frmobj.xsbh.options[12].value="060511";
						frmobj.xsbh.options[13].text="石狮";
						frmobj.xsbh.options[13].value="060512";
				        break;

		        case "0606":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="漳州市";
						frmobj.xsbh.options[1].value="060600";
						frmobj.xsbh.options[2].text="龙海";
						frmobj.xsbh.options[2].value="060601";
						frmobj.xsbh.options[3].text="平和";
						frmobj.xsbh.options[3].value="060602";
						frmobj.xsbh.options[4].text="南靖";
						frmobj.xsbh.options[4].value="060603";
						frmobj.xsbh.options[5].text="诏安";
						frmobj.xsbh.options[5].value="060604";
						frmobj.xsbh.options[6].text="华安";
						frmobj.xsbh.options[6].value="060605";
						frmobj.xsbh.options[7].text="东山";
						frmobj.xsbh.options[7].value="060606";
						frmobj.xsbh.options[8].text="长泰";
						frmobj.xsbh.options[8].value="060607";
						frmobj.xsbh.options[9].text="云霄";
						frmobj.xsbh.options[9].value="060608";
						frmobj.xsbh.options[10].text="漳浦";
						frmobj.xsbh.options[10].value="060609";
				        break;

		        case "0607":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南平市";
						frmobj.xsbh.options[1].value="060700";
						frmobj.xsbh.options[2].text="建瓯";
						frmobj.xsbh.options[2].value="060701";
						frmobj.xsbh.options[3].text="邵武";
						frmobj.xsbh.options[3].value="060702";
						frmobj.xsbh.options[4].text="建阳";
						frmobj.xsbh.options[4].value="060703";
						frmobj.xsbh.options[5].text="松溪";
						frmobj.xsbh.options[5].value="060704";
						frmobj.xsbh.options[6].text="光泽";
						frmobj.xsbh.options[6].value="060705";
						frmobj.xsbh.options[7].text="武夷山";
						frmobj.xsbh.options[7].value="060706";
						frmobj.xsbh.options[8].text="顺昌";
						frmobj.xsbh.options[8].value="060707";
						frmobj.xsbh.options[9].text="浦城";
						frmobj.xsbh.options[9].value="060708";
						frmobj.xsbh.options[10].text="政和";
						frmobj.xsbh.options[10].value="060709";
				        break;

		        case "0608":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="龙岩市";
						frmobj.xsbh.options[1].value="060800";
						frmobj.xsbh.options[2].text="漳平";
						frmobj.xsbh.options[2].value="060801";
						frmobj.xsbh.options[3].text="长汀";
						frmobj.xsbh.options[3].value="060802";
						frmobj.xsbh.options[4].text="武平";
						frmobj.xsbh.options[4].value="060803";
						frmobj.xsbh.options[5].text="上杭";
						frmobj.xsbh.options[5].value="060804";
						frmobj.xsbh.options[6].text="永定";
						frmobj.xsbh.options[6].value="060805";
						frmobj.xsbh.options[7].text="连成";
						frmobj.xsbh.options[7].value="060806";
				        break;

		        case "0609":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宁德市";
						frmobj.xsbh.options[1].value="060900";
						frmobj.xsbh.options[2].text="福安";
						frmobj.xsbh.options[2].value="060901";
						frmobj.xsbh.options[3].text="福鼎";
						frmobj.xsbh.options[3].value="060902";
						frmobj.xsbh.options[4].text="寿宁";
						frmobj.xsbh.options[4].value="060903";
						frmobj.xsbh.options[5].text="霞浦";
						frmobj.xsbh.options[5].value="060904";
						frmobj.xsbh.options[6].text="柘荣";
						frmobj.xsbh.options[6].value="060905";
						frmobj.xsbh.options[7].text="屏南";
						frmobj.xsbh.options[7].value="060906";
						frmobj.xsbh.options[8].text="古田";
						frmobj.xsbh.options[8].value="060907";
						frmobj.xsbh.options[9].text="周宁";
						frmobj.xsbh.options[9].value="060908";
				        break;

		        case "0701":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南昌市";
						frmobj.xsbh.options[1].value="070100";
						frmobj.xsbh.options[2].text="新建";
						frmobj.xsbh.options[2].value="070101";
						frmobj.xsbh.options[3].text="进贤";
						frmobj.xsbh.options[3].value="070102";
						frmobj.xsbh.options[4].text="安义";
						frmobj.xsbh.options[4].value="070103";
						frmobj.xsbh.options[5].text="南昌县";
						frmobj.xsbh.options[5].value="070104";
				        break;

		        case "0702":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="萍乡市";
						frmobj.xsbh.options[1].value="070200";
						frmobj.xsbh.options[2].text="湘东";
						frmobj.xsbh.options[2].value="070201";
						frmobj.xsbh.options[3].text="莲花";
						frmobj.xsbh.options[3].value="070202";
						frmobj.xsbh.options[4].text="上栗";
						frmobj.xsbh.options[4].value="070203";
						frmobj.xsbh.options[5].text="芦溪";
						frmobj.xsbh.options[5].value="070204";
				        break;

		        case "0703":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="新余市";
						frmobj.xsbh.options[1].value="070300";
						frmobj.xsbh.options[2].text="分宜";
						frmobj.xsbh.options[2].value="070301";
				        break;

		        case "0704":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="九江市";
						frmobj.xsbh.options[1].value="070400";
						frmobj.xsbh.options[2].text="瑞昌";
						frmobj.xsbh.options[2].value="070401";
						frmobj.xsbh.options[3].text="星子";
						frmobj.xsbh.options[3].value="070402";
						frmobj.xsbh.options[4].text="武宁";
						frmobj.xsbh.options[4].value="070403";
						frmobj.xsbh.options[5].text="彭泽";
						frmobj.xsbh.options[5].value="070404";
						frmobj.xsbh.options[6].text="九江县";
						frmobj.xsbh.options[6].value="070405";
						frmobj.xsbh.options[7].text="永修";
						frmobj.xsbh.options[7].value="070406";
						frmobj.xsbh.options[8].text="修水";
						frmobj.xsbh.options[8].value="070407";
						frmobj.xsbh.options[9].text="湖口";
						frmobj.xsbh.options[9].value="070408";
						frmobj.xsbh.options[10].text="德安";
						frmobj.xsbh.options[10].value="070409";
						frmobj.xsbh.options[11].text="都昌";
						frmobj.xsbh.options[11].value="070410";
				        break;

		        case "0705":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鹰潭市";
						frmobj.xsbh.options[1].value="070500";
						frmobj.xsbh.options[2].text="贵溪";
						frmobj.xsbh.options[2].value="070501";
						frmobj.xsbh.options[3].text="余江";
						frmobj.xsbh.options[3].value="070502";
				        break;

		        case "0706":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="上饶市";
						frmobj.xsbh.options[1].value="070600";
						frmobj.xsbh.options[2].text="德兴";
						frmobj.xsbh.options[2].value="070601";
						frmobj.xsbh.options[3].text="广丰";
						frmobj.xsbh.options[3].value="070602";
						frmobj.xsbh.options[4].text="鄱阳";
						frmobj.xsbh.options[4].value="070603";
						frmobj.xsbh.options[5].text="上饶县";
						frmobj.xsbh.options[5].value="070604";
						frmobj.xsbh.options[6].text="婺源";
						frmobj.xsbh.options[6].value="070605";
						frmobj.xsbh.options[7].text="铅山";
						frmobj.xsbh.options[7].value="070606";
						frmobj.xsbh.options[8].text="余干";
						frmobj.xsbh.options[8].value="070607";
						frmobj.xsbh.options[9].text="横峰";
						frmobj.xsbh.options[9].value="070608";
						frmobj.xsbh.options[10].text="弋阳";
						frmobj.xsbh.options[10].value="070609";
						frmobj.xsbh.options[11].text="玉山";
						frmobj.xsbh.options[11].value="070610";
						frmobj.xsbh.options[12].text="万年";
						frmobj.xsbh.options[12].value="070611";
				        break;

		        case "0707":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宜春市";
						frmobj.xsbh.options[1].value="070700";
						frmobj.xsbh.options[2].text="丰城";
						frmobj.xsbh.options[2].value="070701";
						frmobj.xsbh.options[3].text="樟树";
						frmobj.xsbh.options[3].value="070702";
						frmobj.xsbh.options[4].text="高安";
						frmobj.xsbh.options[4].value="070703";
						frmobj.xsbh.options[5].text="铜鼓";
						frmobj.xsbh.options[5].value="070704";
						frmobj.xsbh.options[6].text="靖安";
						frmobj.xsbh.options[6].value="070705";
						frmobj.xsbh.options[7].text="宜丰";
						frmobj.xsbh.options[7].value="070706";
						frmobj.xsbh.options[8].text="奉新";
						frmobj.xsbh.options[8].value="070707";
						frmobj.xsbh.options[9].text="万载";
						frmobj.xsbh.options[9].value="070708";
						frmobj.xsbh.options[10].text="上高";
						frmobj.xsbh.options[10].value="070709";
				        break;

		        case "0708":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="抚州市";
						frmobj.xsbh.options[1].value="070800";
						frmobj.xsbh.options[2].text="临川";
						frmobj.xsbh.options[2].value="070801";
						frmobj.xsbh.options[3].text="南丰";
						frmobj.xsbh.options[3].value="070802";
						frmobj.xsbh.options[4].text="乐安";
						frmobj.xsbh.options[4].value="070803";
						frmobj.xsbh.options[5].text="金溪";
						frmobj.xsbh.options[5].value="070804";
						frmobj.xsbh.options[6].text="南城";
						frmobj.xsbh.options[6].value="070805";
						frmobj.xsbh.options[7].text="东乡县";
						frmobj.xsbh.options[7].value="070806";
						frmobj.xsbh.options[8].text="资溪";
						frmobj.xsbh.options[8].value="070807";
						frmobj.xsbh.options[9].text="宜黄";
						frmobj.xsbh.options[9].value="070808";
						frmobj.xsbh.options[10].text="广昌";
						frmobj.xsbh.options[10].value="070809";
						frmobj.xsbh.options[11].text="黎川";
						frmobj.xsbh.options[11].value="070810";
						frmobj.xsbh.options[12].text="崇仁";
						frmobj.xsbh.options[12].value="070811";
				        break;

		        case "0709":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="吉安市";
						frmobj.xsbh.options[1].value="070900";
						frmobj.xsbh.options[2].text="永新";
						frmobj.xsbh.options[2].value="070901";
						frmobj.xsbh.options[3].text="新干";
						frmobj.xsbh.options[3].value="070902";
						frmobj.xsbh.options[4].text="泰和";
						frmobj.xsbh.options[4].value="070903";
						frmobj.xsbh.options[5].text="井冈山";
						frmobj.xsbh.options[5].value="070904";
						frmobj.xsbh.options[6].text="吉安县";
						frmobj.xsbh.options[6].value="070905";
						frmobj.xsbh.options[7].text="峡江";
						frmobj.xsbh.options[7].value="070906";
						frmobj.xsbh.options[8].text="遂川";
						frmobj.xsbh.options[8].value="070907";
						frmobj.xsbh.options[9].text="安福";
						frmobj.xsbh.options[9].value="070908";
						frmobj.xsbh.options[10].text="吉水";
						frmobj.xsbh.options[10].value="070909";
						frmobj.xsbh.options[11].text="万安";
						frmobj.xsbh.options[11].value="070910";
						frmobj.xsbh.options[12].text="永丰";
						frmobj.xsbh.options[12].value="070911";
				        break;

		        case "0710":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="景德镇市";
						frmobj.xsbh.options[1].value="071000";
						frmobj.xsbh.options[2].text="乐平";
						frmobj.xsbh.options[2].value="071001";
						frmobj.xsbh.options[3].text="浮梁";
						frmobj.xsbh.options[3].value="071002";
				        break;

		        case "0711":
						frmobj.xsbh.options.length=19;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="赣州市";
						frmobj.xsbh.options[1].value="071100";
						frmobj.xsbh.options[2].text="瑞金";
						frmobj.xsbh.options[2].value="071101";
						frmobj.xsbh.options[3].text="南康";
						frmobj.xsbh.options[3].value="071102";
						frmobj.xsbh.options[4].text="石城";
						frmobj.xsbh.options[4].value="071103";
						frmobj.xsbh.options[5].text="安远";
						frmobj.xsbh.options[5].value="071104";
						frmobj.xsbh.options[6].text="赣县";
						frmobj.xsbh.options[6].value="071105";
						frmobj.xsbh.options[7].text="宁都";
						frmobj.xsbh.options[7].value="071106";
						frmobj.xsbh.options[8].text="寻乌";
						frmobj.xsbh.options[8].value="071107";
						frmobj.xsbh.options[9].text="兴国";
						frmobj.xsbh.options[9].value="071108";
						frmobj.xsbh.options[10].text="定南";
						frmobj.xsbh.options[10].value="071109";
						frmobj.xsbh.options[11].text="上犹";
						frmobj.xsbh.options[11].value="071110";
						frmobj.xsbh.options[12].text="于都";
						frmobj.xsbh.options[12].value="071111";
						frmobj.xsbh.options[13].text="龙南";
						frmobj.xsbh.options[13].value="071112";
						frmobj.xsbh.options[14].text="崇义";
						frmobj.xsbh.options[14].value="071113";
						frmobj.xsbh.options[15].text="信丰";
						frmobj.xsbh.options[15].value="071114";
						frmobj.xsbh.options[16].text="全南";
						frmobj.xsbh.options[16].value="071115";
						frmobj.xsbh.options[17].text="大余";
						frmobj.xsbh.options[17].value="071116";
						frmobj.xsbh.options[18].text="会昌";
						frmobj.xsbh.options[18].value="071117";
				        break;

		        case "0801":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="济南市";
						frmobj.xsbh.options[1].value="080100";
						frmobj.xsbh.options[2].text="章丘";
						frmobj.xsbh.options[2].value="080101";
						frmobj.xsbh.options[3].text="长清";
						frmobj.xsbh.options[3].value="080102";
						frmobj.xsbh.options[4].text="平阴";
						frmobj.xsbh.options[4].value="080103";
						frmobj.xsbh.options[5].text="济阳";
						frmobj.xsbh.options[5].value="080104";
						frmobj.xsbh.options[6].text="商河";
						frmobj.xsbh.options[6].value="080105";
				        break;

		        case "0802":
						frmobj.xsbh.options.length=17;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="青岛市";
						frmobj.xsbh.options[1].value="080200";
						frmobj.xsbh.options[2].text="李仓";
						frmobj.xsbh.options[2].value="080201";
						frmobj.xsbh.options[3].text="胶南";
						frmobj.xsbh.options[3].value="080202";
						frmobj.xsbh.options[4].text="胶州";
						frmobj.xsbh.options[4].value="080203";
						frmobj.xsbh.options[5].text="平度";
						frmobj.xsbh.options[5].value="080204";
						frmobj.xsbh.options[6].text="莱西";
						frmobj.xsbh.options[6].value="080205";
						frmobj.xsbh.options[7].text="即墨";
						frmobj.xsbh.options[7].value="080206";
						frmobj.xsbh.options[8].text="市南";
						frmobj.xsbh.options[8].value="080207";
						frmobj.xsbh.options[9].text="市北";
						frmobj.xsbh.options[9].value="080208";
						frmobj.xsbh.options[10].text="四方";
						frmobj.xsbh.options[10].value="080209";
						frmobj.xsbh.options[11].text="城阳";
						frmobj.xsbh.options[11].value="080210";
						frmobj.xsbh.options[12].text="崂山";
						frmobj.xsbh.options[12].value="080211";
						frmobj.xsbh.options[13].text="高科园";
						frmobj.xsbh.options[13].value="080212";
						frmobj.xsbh.options[14].text="开发区";
						frmobj.xsbh.options[14].value="080213";
						frmobj.xsbh.options[15].text="保税区";
						frmobj.xsbh.options[15].value="080214";
						frmobj.xsbh.options[16].text="黄岛区";
						frmobj.xsbh.options[16].value="080215";
				        break;

		        case "0803":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="淄博市";
						frmobj.xsbh.options[1].value="080300";
						frmobj.xsbh.options[2].text="张店";
						frmobj.xsbh.options[2].value="080301";
						frmobj.xsbh.options[3].text="周村";
						frmobj.xsbh.options[3].value="080302";
						frmobj.xsbh.options[4].text="淄川";
						frmobj.xsbh.options[4].value="080303";
						frmobj.xsbh.options[5].text="临淄";
						frmobj.xsbh.options[5].value="080304";
						frmobj.xsbh.options[6].text="博山";
						frmobj.xsbh.options[6].value="080305";
						frmobj.xsbh.options[7].text="桓台";
						frmobj.xsbh.options[7].value="080306";
						frmobj.xsbh.options[8].text="高青";
						frmobj.xsbh.options[8].value="080307";
						frmobj.xsbh.options[9].text="沂源";
						frmobj.xsbh.options[9].value="080308";
				        break;

		        case "0804":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="枣庄市";
						frmobj.xsbh.options[1].value="080400";
						frmobj.xsbh.options[2].text="滕州市";
						frmobj.xsbh.options[2].value="080401";
				        break;

		        case "0805":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="东营市";
						frmobj.xsbh.options[1].value="080500";
						frmobj.xsbh.options[2].text="广饶";
						frmobj.xsbh.options[2].value="080501";
						frmobj.xsbh.options[3].text="河口区";
						frmobj.xsbh.options[3].value="080502";
						frmobj.xsbh.options[4].text="垦利";
						frmobj.xsbh.options[4].value="080503";
						frmobj.xsbh.options[5].text="利津";
						frmobj.xsbh.options[5].value="080504";
				        break;

		        case "0806":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="潍坊市";
						frmobj.xsbh.options[1].value="080600";
						frmobj.xsbh.options[2].text="青州";
						frmobj.xsbh.options[2].value="080601";
						frmobj.xsbh.options[3].text="诸城";
						frmobj.xsbh.options[3].value="080602";
						frmobj.xsbh.options[4].text="寿光";
						frmobj.xsbh.options[4].value="080603";
						frmobj.xsbh.options[5].text="安丘";
						frmobj.xsbh.options[5].value="080604";
						frmobj.xsbh.options[6].text="高密";
						frmobj.xsbh.options[6].value="080605";
						frmobj.xsbh.options[7].text="昌邑";
						frmobj.xsbh.options[7].value="080606";
						frmobj.xsbh.options[8].text="昌乐";
						frmobj.xsbh.options[8].value="080607";
						frmobj.xsbh.options[9].text="临朐";
						frmobj.xsbh.options[9].value="080608";
				        break;

		        case "0807":
						frmobj.xsbh.options.length=15;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="烟台市";
						frmobj.xsbh.options[1].value="080700";
						frmobj.xsbh.options[2].text="芝罘区";
						frmobj.xsbh.options[2].value="080701";
						frmobj.xsbh.options[3].text="莱山区";
						frmobj.xsbh.options[3].value="080702";
						frmobj.xsbh.options[4].text="开发区";
						frmobj.xsbh.options[4].value="080703";
						frmobj.xsbh.options[5].text="福山区";
						frmobj.xsbh.options[5].value="080704";
						frmobj.xsbh.options[6].text="牟平区";
						frmobj.xsbh.options[6].value="080705";
						frmobj.xsbh.options[7].text="龙口";
						frmobj.xsbh.options[7].value="080706";
						frmobj.xsbh.options[8].text="莱阳";
						frmobj.xsbh.options[8].value="080707";
						frmobj.xsbh.options[9].text="莱州";
						frmobj.xsbh.options[9].value="080708";
						frmobj.xsbh.options[10].text="招远";
						frmobj.xsbh.options[10].value="080709";
						frmobj.xsbh.options[11].text="蓬莱";
						frmobj.xsbh.options[11].value="080710";
						frmobj.xsbh.options[12].text="栖霞";
						frmobj.xsbh.options[12].value="080711";
						frmobj.xsbh.options[13].text="海阳";
						frmobj.xsbh.options[13].value="080712";
						frmobj.xsbh.options[14].text="长岛";
						frmobj.xsbh.options[14].value="080713";
				        break;

		        case "0808":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="威海市";
						frmobj.xsbh.options[1].value="080800";
						frmobj.xsbh.options[2].text="乳山";
						frmobj.xsbh.options[2].value="080801";
						frmobj.xsbh.options[3].text="文登";
						frmobj.xsbh.options[3].value="080802";
						frmobj.xsbh.options[4].text="荣成";
						frmobj.xsbh.options[4].value="080803";
				        break;

		        case "0809":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="济宁市";
						frmobj.xsbh.options[1].value="080900";
						frmobj.xsbh.options[2].text="曲阜";
						frmobj.xsbh.options[2].value="080901";
						frmobj.xsbh.options[3].text="兖州";
						frmobj.xsbh.options[3].value="080902";
						frmobj.xsbh.options[4].text="邹城";
						frmobj.xsbh.options[4].value="080903";
						frmobj.xsbh.options[5].text="鱼台";
						frmobj.xsbh.options[5].value="080904";
						frmobj.xsbh.options[6].text="金乡";
						frmobj.xsbh.options[6].value="080905";
						frmobj.xsbh.options[7].text="嘉祥";
						frmobj.xsbh.options[7].value="080906";
						frmobj.xsbh.options[8].text="微山";
						frmobj.xsbh.options[8].value="080907";
						frmobj.xsbh.options[9].text="汶上";
						frmobj.xsbh.options[9].value="080908";
						frmobj.xsbh.options[10].text="泗水";
						frmobj.xsbh.options[10].value="080909";
						frmobj.xsbh.options[11].text="梁山";
						frmobj.xsbh.options[11].value="080910";
				        break;

		        case "0810":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="泰安市";
						frmobj.xsbh.options[1].value="081000";
						frmobj.xsbh.options[2].text="肥城";
						frmobj.xsbh.options[2].value="081001";
						frmobj.xsbh.options[3].text="宁阳";
						frmobj.xsbh.options[3].value="081002";
						frmobj.xsbh.options[4].text="东平";
						frmobj.xsbh.options[4].value="081003";
						frmobj.xsbh.options[5].text="新泰";
						frmobj.xsbh.options[5].value="081004";
				        break;

		        case "0811":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="日照市";
						frmobj.xsbh.options[1].value="081100";
						frmobj.xsbh.options[2].text="五莲";
						frmobj.xsbh.options[2].value="081101";
						frmobj.xsbh.options[3].text="莒县";
						frmobj.xsbh.options[3].value="081102";
				        break;

		        case "0812":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="莱芜市";
						frmobj.xsbh.options[1].value="081200";
						frmobj.xsbh.options[2].text="莱城区";
						frmobj.xsbh.options[2].value="081201";
						frmobj.xsbh.options[3].text="钢城区";
						frmobj.xsbh.options[3].value="081202";
				        break;

		        case "0813":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="德州市";
						frmobj.xsbh.options[1].value="081300";
						frmobj.xsbh.options[2].text="乐陵";
						frmobj.xsbh.options[2].value="081301";
						frmobj.xsbh.options[3].text="禹城";
						frmobj.xsbh.options[3].value="081302";
						frmobj.xsbh.options[4].text="陵县";
						frmobj.xsbh.options[4].value="081303";
						frmobj.xsbh.options[5].text="宁津";
						frmobj.xsbh.options[5].value="081304";
						frmobj.xsbh.options[6].text="齐河";
						frmobj.xsbh.options[6].value="081305";
						frmobj.xsbh.options[7].text="武城";
						frmobj.xsbh.options[7].value="081306";
						frmobj.xsbh.options[8].text="庆云";
						frmobj.xsbh.options[8].value="081307";
						frmobj.xsbh.options[9].text="平原";
						frmobj.xsbh.options[9].value="081308";
						frmobj.xsbh.options[10].text="夏津";
						frmobj.xsbh.options[10].value="081309";
						frmobj.xsbh.options[11].text="临邑";
						frmobj.xsbh.options[11].value="081310";
				        break;

		        case "0814":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="临沂市";
						frmobj.xsbh.options[1].value="081400";
						frmobj.xsbh.options[2].text="沂南";
						frmobj.xsbh.options[2].value="081401";
						frmobj.xsbh.options[3].text="郯城";
						frmobj.xsbh.options[3].value="081402";
						frmobj.xsbh.options[4].text="沂水";
						frmobj.xsbh.options[4].value="081403";
						frmobj.xsbh.options[5].text="苍山";
						frmobj.xsbh.options[5].value="081404";
						frmobj.xsbh.options[6].text="费县";
						frmobj.xsbh.options[6].value="081405";
						frmobj.xsbh.options[7].text="平邑";
						frmobj.xsbh.options[7].value="081406";
						frmobj.xsbh.options[8].text="莒南";
						frmobj.xsbh.options[8].value="081407";
						frmobj.xsbh.options[9].text="蒙阴";
						frmobj.xsbh.options[9].value="081408";
						frmobj.xsbh.options[10].text="临沭";
						frmobj.xsbh.options[10].value="081409";
				        break;

		        case "0815":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="聊城市";
						frmobj.xsbh.options[1].value="081500";
						frmobj.xsbh.options[2].text="临清";
						frmobj.xsbh.options[2].value="081501";
						frmobj.xsbh.options[3].text="高唐";
						frmobj.xsbh.options[3].value="081502";
						frmobj.xsbh.options[4].text="阳谷";
						frmobj.xsbh.options[4].value="081503";
						frmobj.xsbh.options[5].text="茌平";
						frmobj.xsbh.options[5].value="081504";
						frmobj.xsbh.options[6].text="莘县";
						frmobj.xsbh.options[6].value="081505";
						frmobj.xsbh.options[7].text="东阿";
						frmobj.xsbh.options[7].value="081506";
						frmobj.xsbh.options[8].text="冠县";
						frmobj.xsbh.options[8].value="081507";
				        break;

		        case "0816":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="滨州市";
						frmobj.xsbh.options[1].value="081600";
						frmobj.xsbh.options[2].text="滨城";
						frmobj.xsbh.options[2].value="081601";
						frmobj.xsbh.options[3].text="邹平";
						frmobj.xsbh.options[3].value="081602";
						frmobj.xsbh.options[4].text="沾化";
						frmobj.xsbh.options[4].value="081603";
						frmobj.xsbh.options[5].text="惠民";
						frmobj.xsbh.options[5].value="081604";
						frmobj.xsbh.options[6].text="博兴";
						frmobj.xsbh.options[6].value="081605";
						frmobj.xsbh.options[7].text="阳信";
						frmobj.xsbh.options[7].value="081606";
						frmobj.xsbh.options[8].text="无棣";
						frmobj.xsbh.options[8].value="081607";
				        break;

		        case "0817":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="牡丹区";
						frmobj.xsbh.options[1].value="081700";
						frmobj.xsbh.options[2].text="鄄城";
						frmobj.xsbh.options[2].value="081701";
						frmobj.xsbh.options[3].text="单县";
						frmobj.xsbh.options[3].value="081702";
						frmobj.xsbh.options[4].text="郓城";
						frmobj.xsbh.options[4].value="081703";
						frmobj.xsbh.options[5].text="曹县";
						frmobj.xsbh.options[5].value="081704";
						frmobj.xsbh.options[6].text="定陶";
						frmobj.xsbh.options[6].value="081705";
						frmobj.xsbh.options[7].text="巨野";
						frmobj.xsbh.options[7].value="081706";
						frmobj.xsbh.options[8].text="东明";
						frmobj.xsbh.options[8].value="081707";
						frmobj.xsbh.options[9].text="成武";
						frmobj.xsbh.options[9].value="081708";
				        break;

		        case "0901":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="郑州市";
						frmobj.xsbh.options[1].value="090100";
						frmobj.xsbh.options[2].text="巩义";
						frmobj.xsbh.options[2].value="090101";
						frmobj.xsbh.options[3].text="新郑";
						frmobj.xsbh.options[3].value="090102";
						frmobj.xsbh.options[4].text="新密";
						frmobj.xsbh.options[4].value="090103";
						frmobj.xsbh.options[5].text="登封";
						frmobj.xsbh.options[5].value="090104";
						frmobj.xsbh.options[6].text="荥阳";
						frmobj.xsbh.options[6].value="090105";
						frmobj.xsbh.options[7].text="中牟";
						frmobj.xsbh.options[7].value="090106";
						frmobj.xsbh.options[8].text="高新技术开发区";
						frmobj.xsbh.options[8].value="090107";
				        break;

		        case "0902":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="开封市";
						frmobj.xsbh.options[1].value="090200";
						frmobj.xsbh.options[2].text="兰考";
						frmobj.xsbh.options[2].value="090201";
						frmobj.xsbh.options[3].text="尉氏";
						frmobj.xsbh.options[3].value="090202";
						frmobj.xsbh.options[4].text="杞县";
						frmobj.xsbh.options[4].value="090203";
						frmobj.xsbh.options[5].text="通许";
						frmobj.xsbh.options[5].value="090204";
						frmobj.xsbh.options[6].text="开封县";
						frmobj.xsbh.options[6].value="090205";
				        break;

		        case "0903":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="洛阳市";
						frmobj.xsbh.options[1].value="090300";
						frmobj.xsbh.options[2].text="偃师";
						frmobj.xsbh.options[2].value="090301";
						frmobj.xsbh.options[3].text="孟津";
						frmobj.xsbh.options[3].value="090302";
						frmobj.xsbh.options[4].text="汝阳";
						frmobj.xsbh.options[4].value="090303";
						frmobj.xsbh.options[5].text="伊川";
						frmobj.xsbh.options[5].value="090304";
						frmobj.xsbh.options[6].text="洛宁";
						frmobj.xsbh.options[6].value="090305";
						frmobj.xsbh.options[7].text="嵩县";
						frmobj.xsbh.options[7].value="090306";
						frmobj.xsbh.options[8].text="宜阳";
						frmobj.xsbh.options[8].value="090307";
						frmobj.xsbh.options[9].text="新安";
						frmobj.xsbh.options[9].value="090308";
						frmobj.xsbh.options[10].text="栾川";
						frmobj.xsbh.options[10].value="090309";
				        break;

		        case "0904":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="焦作市";
						frmobj.xsbh.options[1].value="090400";
						frmobj.xsbh.options[2].text="沁阳";
						frmobj.xsbh.options[2].value="090401";
						frmobj.xsbh.options[3].text="孟州";
						frmobj.xsbh.options[3].value="090402";
						frmobj.xsbh.options[4].text="修武";
						frmobj.xsbh.options[4].value="090403";
						frmobj.xsbh.options[5].text="温县";
						frmobj.xsbh.options[5].value="090404";
						frmobj.xsbh.options[6].text="武陟";
						frmobj.xsbh.options[6].value="090405";
						frmobj.xsbh.options[7].text="博爱";
						frmobj.xsbh.options[7].value="090406";
				        break;

		        case "0905":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="平顶山市";
						frmobj.xsbh.options[1].value="090500";
						frmobj.xsbh.options[2].text="汝州";
						frmobj.xsbh.options[2].value="090501";
						frmobj.xsbh.options[3].text="舞钢";
						frmobj.xsbh.options[3].value="090502";
						frmobj.xsbh.options[4].text="宝丰";
						frmobj.xsbh.options[4].value="090503";
						frmobj.xsbh.options[5].text="叶县";
						frmobj.xsbh.options[5].value="090504";
						frmobj.xsbh.options[6].text="郏县";
						frmobj.xsbh.options[6].value="090505";
						frmobj.xsbh.options[7].text="鲁山县";
						frmobj.xsbh.options[7].value="090506";
				        break;

		        case "0906":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鹤壁市";
						frmobj.xsbh.options[1].value="090600";
						frmobj.xsbh.options[2].text="浚县";
						frmobj.xsbh.options[2].value="090601";
						frmobj.xsbh.options[3].text="淇县";
						frmobj.xsbh.options[3].value="090602";
				        break;

		        case "0907":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="新乡市";
						frmobj.xsbh.options[1].value="090700";
						frmobj.xsbh.options[2].text="卫辉";
						frmobj.xsbh.options[2].value="090701";
						frmobj.xsbh.options[3].text="辉县";
						frmobj.xsbh.options[3].value="090702";
						frmobj.xsbh.options[4].text="获嘉";
						frmobj.xsbh.options[4].value="090703";
						frmobj.xsbh.options[5].text="原阳";
						frmobj.xsbh.options[5].value="090704";
						frmobj.xsbh.options[6].text="新乡县";
						frmobj.xsbh.options[6].value="090705";
						frmobj.xsbh.options[7].text="长垣";
						frmobj.xsbh.options[7].value="090706";
						frmobj.xsbh.options[8].text="封丘";
						frmobj.xsbh.options[8].value="090707";
						frmobj.xsbh.options[9].text="延津";
						frmobj.xsbh.options[9].value="090708";
				        break;

		        case "0908":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="安阳市";
						frmobj.xsbh.options[1].value="090800";
						frmobj.xsbh.options[2].text="林州";
						frmobj.xsbh.options[2].value="090801";
						frmobj.xsbh.options[3].text="滑县";
						frmobj.xsbh.options[3].value="090802";
						frmobj.xsbh.options[4].text="内黄";
						frmobj.xsbh.options[4].value="090803";
						frmobj.xsbh.options[5].text="汤阴";
						frmobj.xsbh.options[5].value="090804";
						frmobj.xsbh.options[6].text="安阳县";
						frmobj.xsbh.options[6].value="090805";
				        break;

		        case "0909":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="濮阳市";
						frmobj.xsbh.options[1].value="090900";
						frmobj.xsbh.options[2].text="南乐";
						frmobj.xsbh.options[2].value="090901";
						frmobj.xsbh.options[3].text="台前";
						frmobj.xsbh.options[3].value="090902";
						frmobj.xsbh.options[4].text="清丰";
						frmobj.xsbh.options[4].value="090903";
						frmobj.xsbh.options[5].text="范县";
						frmobj.xsbh.options[5].value="090904";
						frmobj.xsbh.options[6].text="濮阳县";
						frmobj.xsbh.options[6].value="090905";
				        break;

		        case "0910":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="三门峡市";
						frmobj.xsbh.options[1].value="091000";
						frmobj.xsbh.options[2].text="义马";
						frmobj.xsbh.options[2].value="091001";
						frmobj.xsbh.options[3].text="灵宝";
						frmobj.xsbh.options[3].value="091002";
						frmobj.xsbh.options[4].text="渑池";
						frmobj.xsbh.options[4].value="091003";
						frmobj.xsbh.options[5].text="卢氏";
						frmobj.xsbh.options[5].value="091004";
						frmobj.xsbh.options[6].text="陕县";
						frmobj.xsbh.options[6].value="091005";
				        break;

		        case "0911":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="许昌市";
						frmobj.xsbh.options[1].value="091100";
						frmobj.xsbh.options[2].text="禹州";
						frmobj.xsbh.options[2].value="091101";
						frmobj.xsbh.options[3].text="长葛";
						frmobj.xsbh.options[3].value="091102";
						frmobj.xsbh.options[4].text="鄢陵";
						frmobj.xsbh.options[4].value="091103";
						frmobj.xsbh.options[5].text="襄城";
						frmobj.xsbh.options[5].value="091104";
						frmobj.xsbh.options[6].text="许昌县";
						frmobj.xsbh.options[6].value="091105";
				        break;

		        case "0912":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="漯河市";
						frmobj.xsbh.options[1].value="091200";
						frmobj.xsbh.options[2].text="临颍";
						frmobj.xsbh.options[2].value="091202";
						frmobj.xsbh.options[3].text="舞阳";
						frmobj.xsbh.options[3].value="091203";
				        break;

		        case "0913":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南阳市";
						frmobj.xsbh.options[1].value="091300";
						frmobj.xsbh.options[2].text="邓州";
						frmobj.xsbh.options[2].value="091301";
						frmobj.xsbh.options[3].text="桐柏";
						frmobj.xsbh.options[3].value="091302";
						frmobj.xsbh.options[4].text="方城";
						frmobj.xsbh.options[4].value="091303";
						frmobj.xsbh.options[5].text="淅川";
						frmobj.xsbh.options[5].value="091304";
						frmobj.xsbh.options[6].text="镇平";
						frmobj.xsbh.options[6].value="091305";
						frmobj.xsbh.options[7].text="唐河";
						frmobj.xsbh.options[7].value="091306";
						frmobj.xsbh.options[8].text="南召";
						frmobj.xsbh.options[8].value="091307";
						frmobj.xsbh.options[9].text="内乡";
						frmobj.xsbh.options[9].value="091308";
						frmobj.xsbh.options[10].text="新野";
						frmobj.xsbh.options[10].value="091309";
						frmobj.xsbh.options[11].text="社旗";
						frmobj.xsbh.options[11].value="091310";
						frmobj.xsbh.options[12].text="西峡";
						frmobj.xsbh.options[12].value="091311";
				        break;

		        case "0914":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="商丘市";
						frmobj.xsbh.options[1].value="091400";
						frmobj.xsbh.options[2].text="永城";
						frmobj.xsbh.options[2].value="091401";
						frmobj.xsbh.options[3].text="宁陵";
						frmobj.xsbh.options[3].value="091402";
						frmobj.xsbh.options[4].text="虞城";
						frmobj.xsbh.options[4].value="091403";
						frmobj.xsbh.options[5].text="民权";
						frmobj.xsbh.options[5].value="091404";
						frmobj.xsbh.options[6].text="夏邑";
						frmobj.xsbh.options[6].value="091405";
						frmobj.xsbh.options[7].text="柘城";
						frmobj.xsbh.options[7].value="091406";
						frmobj.xsbh.options[8].text="睢县";
						frmobj.xsbh.options[8].value="091407";
						frmobj.xsbh.options[9].text="睢阳区";
						frmobj.xsbh.options[9].value="091408";
						frmobj.xsbh.options[10].text="梁园区";
						frmobj.xsbh.options[10].value="091409";
				        break;

		        case "0915":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="驻马店";
						frmobj.xsbh.options[1].value="091500";
						frmobj.xsbh.options[2].text="确山";
						frmobj.xsbh.options[2].value="091501";
						frmobj.xsbh.options[3].text="新蔡";
						frmobj.xsbh.options[3].value="091502";
						frmobj.xsbh.options[4].text="上蔡";
						frmobj.xsbh.options[4].value="091503";
						frmobj.xsbh.options[5].text="西平";
						frmobj.xsbh.options[5].value="091504";
						frmobj.xsbh.options[6].text="泌阳";
						frmobj.xsbh.options[6].value="091505";
						frmobj.xsbh.options[7].text="平舆";
						frmobj.xsbh.options[7].value="091506";
						frmobj.xsbh.options[8].text="汝南";
						frmobj.xsbh.options[8].value="091507";
						frmobj.xsbh.options[9].text="遂平";
						frmobj.xsbh.options[9].value="091508";
						frmobj.xsbh.options[10].text="正阳";
						frmobj.xsbh.options[10].value="091509";
				        break;

		        case "0916":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="信阳市";
						frmobj.xsbh.options[1].value="091600";
						frmobj.xsbh.options[2].text="潢川";
						frmobj.xsbh.options[2].value="091601";
						frmobj.xsbh.options[3].text="淮滨";
						frmobj.xsbh.options[3].value="091602";
						frmobj.xsbh.options[4].text="息县";
						frmobj.xsbh.options[4].value="091603";
						frmobj.xsbh.options[5].text="新县";
						frmobj.xsbh.options[5].value="091604";
						frmobj.xsbh.options[6].text="商城";
						frmobj.xsbh.options[6].value="091606";
						frmobj.xsbh.options[7].text="固始";
						frmobj.xsbh.options[7].value="091607";
						frmobj.xsbh.options[8].text="罗山";
						frmobj.xsbh.options[8].value="091608";
						frmobj.xsbh.options[9].text="光山";
						frmobj.xsbh.options[9].value="091609";
				        break;

		        case "0917":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="周口市";
						frmobj.xsbh.options[1].value="091700";
						frmobj.xsbh.options[2].text="项城";
						frmobj.xsbh.options[2].value="091701";
						frmobj.xsbh.options[3].text="商水";
						frmobj.xsbh.options[3].value="091702";
						frmobj.xsbh.options[4].text="淮阳";
						frmobj.xsbh.options[4].value="091703";
						frmobj.xsbh.options[5].text="太康";
						frmobj.xsbh.options[5].value="091704";
						frmobj.xsbh.options[6].text="鹿邑";
						frmobj.xsbh.options[6].value="091705";
						frmobj.xsbh.options[7].text="西华";
						frmobj.xsbh.options[7].value="091706";
						frmobj.xsbh.options[8].text="扶沟";
						frmobj.xsbh.options[8].value="091707";
						frmobj.xsbh.options[9].text="沈丘";
						frmobj.xsbh.options[9].value="091708";
						frmobj.xsbh.options[10].text="邯城";
						frmobj.xsbh.options[10].value="091709";
				        break;

		        case "0918":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="济源市";
						frmobj.xsbh.options[1].value="091801";
				        break;

		        case "1001":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="汉口";
						frmobj.xsbh.options[1].value="100100";
						frmobj.xsbh.options[2].text="汉阳";
						frmobj.xsbh.options[2].value="100101";
						frmobj.xsbh.options[3].text="武昌";
						frmobj.xsbh.options[3].value="100102";
						frmobj.xsbh.options[4].text="黄陂";
						frmobj.xsbh.options[4].value="100103";
						frmobj.xsbh.options[5].text="新洲";
						frmobj.xsbh.options[5].value="100104";
				        break;

		        case "1002":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="西塞山";
						frmobj.xsbh.options[1].value="100201";
						frmobj.xsbh.options[2].text="下陆";
						frmobj.xsbh.options[2].value="100202";
						frmobj.xsbh.options[3].text="铁山";
						frmobj.xsbh.options[3].value="100203";
						frmobj.xsbh.options[4].text="大冶";
						frmobj.xsbh.options[4].value="100204";
						frmobj.xsbh.options[5].text="团城山";
						frmobj.xsbh.options[5].value="100205";
						frmobj.xsbh.options[6].text="黄石港";
						frmobj.xsbh.options[6].value="100206";
						frmobj.xsbh.options[7].text="阳新";
						frmobj.xsbh.options[7].value="100207";
				        break;

		        case "1003":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="襄樊市";
						frmobj.xsbh.options[1].value="100300";
						frmobj.xsbh.options[2].text="枣阳";
						frmobj.xsbh.options[2].value="100301";
						frmobj.xsbh.options[3].text="宜城";
						frmobj.xsbh.options[3].value="100302";
						frmobj.xsbh.options[4].text="南漳";
						frmobj.xsbh.options[4].value="100304";
						frmobj.xsbh.options[5].text="老河口";
						frmobj.xsbh.options[5].value="100305";
						frmobj.xsbh.options[6].text="谷城";
						frmobj.xsbh.options[6].value="100306";
						frmobj.xsbh.options[7].text="保康";
						frmobj.xsbh.options[7].value="100307";
				        break;

		        case "1004":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="十堰市";
						frmobj.xsbh.options[1].value="100400";
						frmobj.xsbh.options[2].text="郧县";
						frmobj.xsbh.options[2].value="100401";
						frmobj.xsbh.options[3].text="竹山";
						frmobj.xsbh.options[3].value="100402";
						frmobj.xsbh.options[4].text="房县";
						frmobj.xsbh.options[4].value="100403";
						frmobj.xsbh.options[5].text="竹溪";
						frmobj.xsbh.options[5].value="100404";
						frmobj.xsbh.options[6].text="丹江口";
						frmobj.xsbh.options[6].value="100405";
						frmobj.xsbh.options[7].text="郧西";
						frmobj.xsbh.options[7].value="100406";
				        break;

		        case "1005":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="荆州市";
						frmobj.xsbh.options[1].value="100500";
						frmobj.xsbh.options[2].text="江陵";
						frmobj.xsbh.options[2].value="100501";
						frmobj.xsbh.options[3].text="洪湖";
						frmobj.xsbh.options[3].value="100502";
						frmobj.xsbh.options[4].text="石首";
						frmobj.xsbh.options[4].value="100503";
						frmobj.xsbh.options[5].text="松滋";
						frmobj.xsbh.options[5].value="100504";
						frmobj.xsbh.options[6].text="监利";
						frmobj.xsbh.options[6].value="100505";
						frmobj.xsbh.options[7].text="公安";
						frmobj.xsbh.options[7].value="100506";
				        break;

		        case "1006":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宜昌市";
						frmobj.xsbh.options[1].value="100600";
						frmobj.xsbh.options[2].text="宜都";
						frmobj.xsbh.options[2].value="100601";
						frmobj.xsbh.options[3].text="当阳";
						frmobj.xsbh.options[3].value="100602";
						frmobj.xsbh.options[4].text="枝江";
						frmobj.xsbh.options[4].value="100603";
						frmobj.xsbh.options[5].text="夷陵";
						frmobj.xsbh.options[5].value="100604";
						frmobj.xsbh.options[6].text="秭归";
						frmobj.xsbh.options[6].value="100605";
						frmobj.xsbh.options[7].text="远安";
						frmobj.xsbh.options[7].value="100606";
						frmobj.xsbh.options[8].text="兴山";
						frmobj.xsbh.options[8].value="100607";
						frmobj.xsbh.options[9].text="五峰";
						frmobj.xsbh.options[9].value="100608";
						frmobj.xsbh.options[10].text="长阳";
						frmobj.xsbh.options[10].value="100609";
				        break;

		        case "1007":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="荆门市";
						frmobj.xsbh.options[1].value="100700";
						frmobj.xsbh.options[2].text="沙洋";
						frmobj.xsbh.options[2].value="100701";
						frmobj.xsbh.options[3].text="钟祥";
						frmobj.xsbh.options[3].value="100702";
						frmobj.xsbh.options[4].text="京山";
						frmobj.xsbh.options[4].value="100703";
				        break;

		        case "1008":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="孝感市";
						frmobj.xsbh.options[1].value="100800";
						frmobj.xsbh.options[2].text="应城";
						frmobj.xsbh.options[2].value="100801";
						frmobj.xsbh.options[3].text="安陆";
						frmobj.xsbh.options[3].value="100802";
						frmobj.xsbh.options[4].text="汉川";
						frmobj.xsbh.options[4].value="100803";
						frmobj.xsbh.options[5].text="云梦";
						frmobj.xsbh.options[5].value="100804";
						frmobj.xsbh.options[6].text="大悟";
						frmobj.xsbh.options[6].value="100805";
						frmobj.xsbh.options[7].text="孝昌";
						frmobj.xsbh.options[7].value="100806";
				        break;

		        case "1009":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="黄冈市";
						frmobj.xsbh.options[1].value="100900";
						frmobj.xsbh.options[2].text="麻城";
						frmobj.xsbh.options[2].value="100901";
						frmobj.xsbh.options[3].text="武穴";
						frmobj.xsbh.options[3].value="100902";
						frmobj.xsbh.options[4].text="红安";
						frmobj.xsbh.options[4].value="100903";
						frmobj.xsbh.options[5].text="罗田";
						frmobj.xsbh.options[5].value="100904";
						frmobj.xsbh.options[6].text="神农架";
						frmobj.xsbh.options[6].value="100905";
						frmobj.xsbh.options[7].text="浠水";
						frmobj.xsbh.options[7].value="100906";
						frmobj.xsbh.options[8].text="蕲春";
						frmobj.xsbh.options[8].value="100907";
						frmobj.xsbh.options[9].text="黄梅";
						frmobj.xsbh.options[9].value="100908";
						frmobj.xsbh.options[10].text="英山";
						frmobj.xsbh.options[10].value="100909";
						frmobj.xsbh.options[11].text="团风";
						frmobj.xsbh.options[11].value="100910";
						frmobj.xsbh.options[12].text="随州";
						frmobj.xsbh.options[12].value="100911";
						frmobj.xsbh.options[13].text="广水";
						frmobj.xsbh.options[13].value="100912";
				        break;

		        case "1010":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="咸宁市";
						frmobj.xsbh.options[1].value="101000";
						frmobj.xsbh.options[2].text="赤壁";
						frmobj.xsbh.options[2].value="101001";
						frmobj.xsbh.options[3].text="嘉鱼";
						frmobj.xsbh.options[3].value="101002";
						frmobj.xsbh.options[4].text="通山";
						frmobj.xsbh.options[4].value="101003";
						frmobj.xsbh.options[5].text="崇阳";
						frmobj.xsbh.options[5].value="101004";
						frmobj.xsbh.options[6].text="通城";
						frmobj.xsbh.options[6].value="101005";
				        break;

		        case "1011":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鄂州市";
						frmobj.xsbh.options[1].value="101100";
				        break;

		        case "1012":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="恩施市";
						frmobj.xsbh.options[1].value="101200";
						frmobj.xsbh.options[2].text="利川";
						frmobj.xsbh.options[2].value="101201";
						frmobj.xsbh.options[3].text="建始";
						frmobj.xsbh.options[3].value="101202";
						frmobj.xsbh.options[4].text="来凤";
						frmobj.xsbh.options[4].value="101203";
						frmobj.xsbh.options[5].text="巴东";
						frmobj.xsbh.options[5].value="101204";
						frmobj.xsbh.options[6].text="鹤峰";
						frmobj.xsbh.options[6].value="101205";
						frmobj.xsbh.options[7].text="宣恩";
						frmobj.xsbh.options[7].value="101206";
						frmobj.xsbh.options[8].text="咸丰";
						frmobj.xsbh.options[8].value="101207";
				        break;

		        case "1013":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="潜江";
						frmobj.xsbh.options[1].value="101301";
						frmobj.xsbh.options[2].text="仙桃";
						frmobj.xsbh.options[2].value="101302";
						frmobj.xsbh.options[3].text="天门";
						frmobj.xsbh.options[3].value="101303";
				        break;

		        case "1101":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="长沙市";
						frmobj.xsbh.options[1].value="110100";
						frmobj.xsbh.options[2].text="浏阳";
						frmobj.xsbh.options[2].value="110101";
						frmobj.xsbh.options[3].text="望城";
						frmobj.xsbh.options[3].value="110102";
						frmobj.xsbh.options[4].text="宁乡";
						frmobj.xsbh.options[4].value="110103";
						frmobj.xsbh.options[5].text="长沙县";
						frmobj.xsbh.options[5].value="110104";
				        break;

		        case "1102":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="株洲市";
						frmobj.xsbh.options[1].value="110200";
						frmobj.xsbh.options[2].text="醴陵";
						frmobj.xsbh.options[2].value="110201";
						frmobj.xsbh.options[3].text="攸县";
						frmobj.xsbh.options[3].value="110202";
						frmobj.xsbh.options[4].text="茶陵";
						frmobj.xsbh.options[4].value="110203";
						frmobj.xsbh.options[5].text="炎陵";
						frmobj.xsbh.options[5].value="110204";
						frmobj.xsbh.options[6].text="株洲县";
						frmobj.xsbh.options[6].value="110205";
				        break;

		        case "1103":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="湘潭市";
						frmobj.xsbh.options[1].value="110300";
						frmobj.xsbh.options[2].text="湘潭县";
						frmobj.xsbh.options[2].value="110301";
						frmobj.xsbh.options[3].text="韶山";
						frmobj.xsbh.options[3].value="110302";
						frmobj.xsbh.options[4].text="湘乡";
						frmobj.xsbh.options[4].value="110303";
				        break;

		        case "1104":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="衡阳市";
						frmobj.xsbh.options[1].value="110400";
						frmobj.xsbh.options[2].text="耒阳";
						frmobj.xsbh.options[2].value="110401";
						frmobj.xsbh.options[3].text="常宁";
						frmobj.xsbh.options[3].value="110402";
						frmobj.xsbh.options[4].text="衡东";
						frmobj.xsbh.options[4].value="110403";
						frmobj.xsbh.options[5].text="衡山";
						frmobj.xsbh.options[5].value="110404";
						frmobj.xsbh.options[6].text="衡阳县";
						frmobj.xsbh.options[6].value="110405";
						frmobj.xsbh.options[7].text="衡南";
						frmobj.xsbh.options[7].value="110406";
						frmobj.xsbh.options[8].text="祁东";
						frmobj.xsbh.options[8].value="110407";
						frmobj.xsbh.options[9].text="南岳";
						frmobj.xsbh.options[9].value="110408";
				        break;

		        case "1105":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="邵阳市";
						frmobj.xsbh.options[1].value="110500";
						frmobj.xsbh.options[2].text="武冈";
						frmobj.xsbh.options[2].value="110501";
						frmobj.xsbh.options[3].text="邵东";
						frmobj.xsbh.options[3].value="110502";
						frmobj.xsbh.options[4].text="洞口";
						frmobj.xsbh.options[4].value="110503";
						frmobj.xsbh.options[5].text="新邵";
						frmobj.xsbh.options[5].value="110504";
						frmobj.xsbh.options[6].text="邵阳县";
						frmobj.xsbh.options[6].value="110505";
						frmobj.xsbh.options[7].text="新宁";
						frmobj.xsbh.options[7].value="110506";
						frmobj.xsbh.options[8].text="绥宁";
						frmobj.xsbh.options[8].value="110507";
						frmobj.xsbh.options[9].text="隆回";
						frmobj.xsbh.options[9].value="110508";
						frmobj.xsbh.options[10].text="城步";
						frmobj.xsbh.options[10].value="110509";
				        break;

		        case "1106":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="岳阳市";
						frmobj.xsbh.options[1].value="110600";
						frmobj.xsbh.options[2].text="临湘";
						frmobj.xsbh.options[2].value="110601";
						frmobj.xsbh.options[3].text="汨罗";
						frmobj.xsbh.options[3].value="110602";
						frmobj.xsbh.options[4].text="湘阴";
						frmobj.xsbh.options[4].value="110603";
						frmobj.xsbh.options[5].text="平江";
						frmobj.xsbh.options[5].value="110604";
						frmobj.xsbh.options[6].text="岳阳县";
						frmobj.xsbh.options[6].value="110605";
						frmobj.xsbh.options[7].text="华容";
						frmobj.xsbh.options[7].value="110606";
				        break;

		        case "1107":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="常德市";
						frmobj.xsbh.options[1].value="110700";
						frmobj.xsbh.options[2].text="鼎城";
						frmobj.xsbh.options[2].value="110701";
						frmobj.xsbh.options[3].text="津市";
						frmobj.xsbh.options[3].value="110702";
						frmobj.xsbh.options[4].text="澧县";
						frmobj.xsbh.options[4].value="110703";
						frmobj.xsbh.options[5].text="临澧";
						frmobj.xsbh.options[5].value="110704";
						frmobj.xsbh.options[6].text="桃源";
						frmobj.xsbh.options[6].value="110705";
						frmobj.xsbh.options[7].text="汉寿";
						frmobj.xsbh.options[7].value="110706";
						frmobj.xsbh.options[8].text="安乡";
						frmobj.xsbh.options[8].value="110707";
						frmobj.xsbh.options[9].text="石门";
						frmobj.xsbh.options[9].value="110708";
				        break;

		        case "1108":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="郴州市";
						frmobj.xsbh.options[1].value="110800";
						frmobj.xsbh.options[2].text="资兴";
						frmobj.xsbh.options[2].value="110801";
						frmobj.xsbh.options[3].text="宜章";
						frmobj.xsbh.options[3].value="110802";
						frmobj.xsbh.options[4].text="汝城";
						frmobj.xsbh.options[4].value="110803";
						frmobj.xsbh.options[5].text="安仁";
						frmobj.xsbh.options[5].value="110804";
						frmobj.xsbh.options[6].text="嘉禾";
						frmobj.xsbh.options[6].value="110805";
						frmobj.xsbh.options[7].text="临武";
						frmobj.xsbh.options[7].value="110806";
						frmobj.xsbh.options[8].text="桂东";
						frmobj.xsbh.options[8].value="110807";
						frmobj.xsbh.options[9].text="永兴";
						frmobj.xsbh.options[9].value="110808";
						frmobj.xsbh.options[10].text="桂阳";
						frmobj.xsbh.options[10].value="110809";
				        break;

		        case "1109":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="益阳市";
						frmobj.xsbh.options[1].value="110900";
						frmobj.xsbh.options[2].text="沅江";
						frmobj.xsbh.options[2].value="110901";
						frmobj.xsbh.options[3].text="桃江";
						frmobj.xsbh.options[3].value="110902";
						frmobj.xsbh.options[4].text="南县";
						frmobj.xsbh.options[4].value="110903";
						frmobj.xsbh.options[5].text="安化";
						frmobj.xsbh.options[5].value="110904";
				        break;

		        case "1110":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="张家界市";
						frmobj.xsbh.options[1].value="111000";
						frmobj.xsbh.options[2].text="慈利";
						frmobj.xsbh.options[2].value="111001";
						frmobj.xsbh.options[3].text="桑植";
						frmobj.xsbh.options[3].value="111002";
				        break;

		        case "1111":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="怀化市";
						frmobj.xsbh.options[1].value="111100";
						frmobj.xsbh.options[2].text="洪江";
						frmobj.xsbh.options[2].value="111101";
						frmobj.xsbh.options[3].text="会同";
						frmobj.xsbh.options[3].value="111102";
						frmobj.xsbh.options[4].text="沅陵";
						frmobj.xsbh.options[4].value="111103";
						frmobj.xsbh.options[5].text="辰溪";
						frmobj.xsbh.options[5].value="111104";
						frmobj.xsbh.options[6].text="溆浦";
						frmobj.xsbh.options[6].value="111105";
						frmobj.xsbh.options[7].text="新晃";
						frmobj.xsbh.options[7].value="111106";
						frmobj.xsbh.options[8].text="芷江";
						frmobj.xsbh.options[8].value="111107";
						frmobj.xsbh.options[9].text="通道";
						frmobj.xsbh.options[9].value="111108";
						frmobj.xsbh.options[10].text="靖州";
						frmobj.xsbh.options[10].value="111109";
						frmobj.xsbh.options[11].text="麻阳";
						frmobj.xsbh.options[11].value="111110";
				        break;

		        case "1112":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="娄底市";
						frmobj.xsbh.options[1].value="111200";
						frmobj.xsbh.options[2].text="冷水江";
						frmobj.xsbh.options[2].value="111201";
						frmobj.xsbh.options[3].text="双峰";
						frmobj.xsbh.options[3].value="111202";
						frmobj.xsbh.options[4].text="涟源";
						frmobj.xsbh.options[4].value="111203";
						frmobj.xsbh.options[5].text="新化";
						frmobj.xsbh.options[5].value="111204";
				        break;

		        case "1113":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="花垣";
						frmobj.xsbh.options[1].value="111300";
						frmobj.xsbh.options[2].text="吉首";
						frmobj.xsbh.options[2].value="111301";
						frmobj.xsbh.options[3].text="古丈";
						frmobj.xsbh.options[3].value="111302";
						frmobj.xsbh.options[4].text="龙山";
						frmobj.xsbh.options[4].value="111303";
						frmobj.xsbh.options[5].text="永顺";
						frmobj.xsbh.options[5].value="111304";
						frmobj.xsbh.options[6].text="凤凰";
						frmobj.xsbh.options[6].value="111305";
						frmobj.xsbh.options[7].text="泸溪县";
						frmobj.xsbh.options[7].value="111306";
						frmobj.xsbh.options[8].text="保靖";
						frmobj.xsbh.options[8].value="111307";
				        break;

		        case "1114":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="永州市";
						frmobj.xsbh.options[1].value="111400";
						frmobj.xsbh.options[2].text="芝山";
						frmobj.xsbh.options[2].value="111401";
						frmobj.xsbh.options[3].text="祁阳";
						frmobj.xsbh.options[3].value="111402";
						frmobj.xsbh.options[4].text="双牌";
						frmobj.xsbh.options[4].value="111403";
						frmobj.xsbh.options[5].text="道县";
						frmobj.xsbh.options[5].value="111404";
						frmobj.xsbh.options[6].text="冷水滩";
						frmobj.xsbh.options[6].value="111405";
						frmobj.xsbh.options[7].text="江华";
						frmobj.xsbh.options[7].value="111406";
						frmobj.xsbh.options[8].text="江永";
						frmobj.xsbh.options[8].value="111407";
						frmobj.xsbh.options[9].text="宁远";
						frmobj.xsbh.options[9].value="111408";
						frmobj.xsbh.options[10].text="新田";
						frmobj.xsbh.options[10].value="111409";
						frmobj.xsbh.options[11].text="蓝山";
						frmobj.xsbh.options[11].value="111410";
						frmobj.xsbh.options[12].text="东安";
						frmobj.xsbh.options[12].value="111411";
				        break;

		        case "1201":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="广州市";
						frmobj.xsbh.options[1].value="120100";
						frmobj.xsbh.options[2].text="花都";
						frmobj.xsbh.options[2].value="120101";
						frmobj.xsbh.options[3].text="番禺";
						frmobj.xsbh.options[3].value="120102";
						frmobj.xsbh.options[4].text="从化";
						frmobj.xsbh.options[4].value="120103";
						frmobj.xsbh.options[5].text="增城";
						frmobj.xsbh.options[5].value="120104";
						frmobj.xsbh.options[6].text="东山区";
						frmobj.xsbh.options[6].value="120105";
						frmobj.xsbh.options[7].text="海珠区";
						frmobj.xsbh.options[7].value="120106";
						frmobj.xsbh.options[8].text="荔湾区";
						frmobj.xsbh.options[8].value="120107";
						frmobj.xsbh.options[9].text="天河区";
						frmobj.xsbh.options[9].value="120108";
						frmobj.xsbh.options[10].text="白云区";
						frmobj.xsbh.options[10].value="120109";
						frmobj.xsbh.options[11].text="黄埔区";
						frmobj.xsbh.options[11].value="120110";
						frmobj.xsbh.options[12].text="越秀区";
						frmobj.xsbh.options[12].value="120111";
						frmobj.xsbh.options[13].text="芳村区";
						frmobj.xsbh.options[13].value="120112";
				        break;

		        case "1202":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="深圳市";
						frmobj.xsbh.options[1].value="120200";
						frmobj.xsbh.options[2].text="罗湖区";
						frmobj.xsbh.options[2].value="120201";
						frmobj.xsbh.options[3].text="福田区";
						frmobj.xsbh.options[3].value="120202";
						frmobj.xsbh.options[4].text="南山区";
						frmobj.xsbh.options[4].value="120203";
						frmobj.xsbh.options[5].text="盐田区";
						frmobj.xsbh.options[5].value="120204";
						frmobj.xsbh.options[6].text="宝安区";
						frmobj.xsbh.options[6].value="120205";
						frmobj.xsbh.options[7].text="龙岗区";
						frmobj.xsbh.options[7].value="120206";
				        break;

		        case "1203":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="珠海市";
						frmobj.xsbh.options[1].value="120300";
				        break;

		        case "1204":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="汕头市";
						frmobj.xsbh.options[1].value="120400";
						frmobj.xsbh.options[2].text="澄海";
						frmobj.xsbh.options[2].value="120401";
						frmobj.xsbh.options[3].text="潮阳";
						frmobj.xsbh.options[3].value="120402";
						frmobj.xsbh.options[4].text="南澳";
						frmobj.xsbh.options[4].value="120403";
				        break;

		        case "1205":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="韶关市";
						frmobj.xsbh.options[1].value="120500";
						frmobj.xsbh.options[2].text="乐昌";
						frmobj.xsbh.options[2].value="120501";
						frmobj.xsbh.options[3].text="南雄";
						frmobj.xsbh.options[3].value="120502";
						frmobj.xsbh.options[4].text="仁化";
						frmobj.xsbh.options[4].value="120503";
						frmobj.xsbh.options[5].text="始兴";
						frmobj.xsbh.options[5].value="120504";
						frmobj.xsbh.options[6].text="翁源";
						frmobj.xsbh.options[6].value="120505";
						frmobj.xsbh.options[7].text="曲江";
						frmobj.xsbh.options[7].value="120506";
						frmobj.xsbh.options[8].text="新丰";
						frmobj.xsbh.options[8].value="120507";
						frmobj.xsbh.options[9].text="乳源";
						frmobj.xsbh.options[9].value="120508";
				        break;

		        case "1206":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="河源市";
						frmobj.xsbh.options[1].value="120600";
						frmobj.xsbh.options[2].text="和平区";
						frmobj.xsbh.options[2].value="120601";
						frmobj.xsbh.options[3].text="龙川";
						frmobj.xsbh.options[3].value="120602";
						frmobj.xsbh.options[4].text="紫金";
						frmobj.xsbh.options[4].value="120603";
						frmobj.xsbh.options[5].text="连平";
						frmobj.xsbh.options[5].value="120604";
						frmobj.xsbh.options[6].text="东源";
						frmobj.xsbh.options[6].value="120605";
				        break;

		        case "1207":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="梅州市";
						frmobj.xsbh.options[1].value="120700";
						frmobj.xsbh.options[2].text="兴宁";
						frmobj.xsbh.options[2].value="120701";
						frmobj.xsbh.options[3].text="梅县";
						frmobj.xsbh.options[3].value="120702";
						frmobj.xsbh.options[4].text="蕉岭";
						frmobj.xsbh.options[4].value="120703";
						frmobj.xsbh.options[5].text="大埔";
						frmobj.xsbh.options[5].value="120704";
						frmobj.xsbh.options[6].text="丰顺";
						frmobj.xsbh.options[6].value="120705";
						frmobj.xsbh.options[7].text="五华";
						frmobj.xsbh.options[7].value="120706";
						frmobj.xsbh.options[8].text="平远";
						frmobj.xsbh.options[8].value="120707";
				        break;

		        case "1208":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="惠州市";
						frmobj.xsbh.options[1].value="120800";
						frmobj.xsbh.options[2].text="惠阳";
						frmobj.xsbh.options[2].value="120801";
						frmobj.xsbh.options[3].text="惠东";
						frmobj.xsbh.options[3].value="120802";
						frmobj.xsbh.options[4].text="博罗";
						frmobj.xsbh.options[4].value="120803";
						frmobj.xsbh.options[5].text="龙门";
						frmobj.xsbh.options[5].value="120804";
				        break;

		        case "1209":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="汕尾市";
						frmobj.xsbh.options[1].value="120900";
						frmobj.xsbh.options[2].text="陆丰";
						frmobj.xsbh.options[2].value="120901";
						frmobj.xsbh.options[3].text="海丰";
						frmobj.xsbh.options[3].value="120902";
						frmobj.xsbh.options[4].text="陆河";
						frmobj.xsbh.options[4].value="120903";
				        break;

		        case "1210":
						frmobj.xsbh.options.length=33;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="莞城区";
						frmobj.xsbh.options[1].value="121000";
						frmobj.xsbh.options[2].text="东城区";
						frmobj.xsbh.options[2].value="121001";
						frmobj.xsbh.options[3].text="南城区";
						frmobj.xsbh.options[3].value="121002";
						frmobj.xsbh.options[4].text="万江区";
						frmobj.xsbh.options[4].value="121003";
						frmobj.xsbh.options[5].text="虎门镇";
						frmobj.xsbh.options[5].value="121004";
						frmobj.xsbh.options[6].text="石龙镇";
						frmobj.xsbh.options[6].value="121005";
						frmobj.xsbh.options[7].text="中堂镇";
						frmobj.xsbh.options[7].value="121006";
						frmobj.xsbh.options[8].text="望牛墩";
						frmobj.xsbh.options[8].value="121007";
						frmobj.xsbh.options[9].text="麻涌镇";
						frmobj.xsbh.options[9].value="121008";
						frmobj.xsbh.options[10].text="石碣镇";
						frmobj.xsbh.options[10].value="121009";
						frmobj.xsbh.options[11].text="高埗镇";
						frmobj.xsbh.options[11].value="121010";
						frmobj.xsbh.options[12].text="道滘镇";
						frmobj.xsbh.options[12].value="121011";
						frmobj.xsbh.options[13].text="厚街镇";
						frmobj.xsbh.options[13].value="121012";
						frmobj.xsbh.options[14].text="长安镇";
						frmobj.xsbh.options[14].value="121013";
						frmobj.xsbh.options[15].text="沙田镇";
						frmobj.xsbh.options[15].value="121014";
						frmobj.xsbh.options[16].text="洪梅镇";
						frmobj.xsbh.options[16].value="121015";
						frmobj.xsbh.options[17].text="寮步镇";
						frmobj.xsbh.options[17].value="121016";
						frmobj.xsbh.options[18].text="茶山镇";
						frmobj.xsbh.options[18].value="121017";
						frmobj.xsbh.options[19].text="大朗镇";
						frmobj.xsbh.options[19].value="121018";
						frmobj.xsbh.options[20].text="黄江镇";
						frmobj.xsbh.options[20].value="121019";
						frmobj.xsbh.options[21].text="常平镇";
						frmobj.xsbh.options[21].value="121020";
						frmobj.xsbh.options[22].text="桥头镇";
						frmobj.xsbh.options[22].value="121021";
						frmobj.xsbh.options[23].text="横沥镇";
						frmobj.xsbh.options[23].value="121022";
						frmobj.xsbh.options[24].text="东坑镇";
						frmobj.xsbh.options[24].value="121023";
						frmobj.xsbh.options[25].text="企石镇";
						frmobj.xsbh.options[25].value="121024";
						frmobj.xsbh.options[26].text="石排镇";
						frmobj.xsbh.options[26].value="121025";
						frmobj.xsbh.options[27].text="樟木头";
						frmobj.xsbh.options[27].value="121026";
						frmobj.xsbh.options[28].text="谢岗镇";
						frmobj.xsbh.options[28].value="121027";
						frmobj.xsbh.options[29].text="凤岗镇";
						frmobj.xsbh.options[29].value="121028";
						frmobj.xsbh.options[30].text="塘厦镇";
						frmobj.xsbh.options[30].value="121029";
						frmobj.xsbh.options[31].text="清溪镇";
						frmobj.xsbh.options[31].value="121030";
						frmobj.xsbh.options[32].text="大岭山";
						frmobj.xsbh.options[32].value="121031";
				        break;

		        case "1211":
						frmobj.xsbh.options.length=26;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="中山市";
						frmobj.xsbh.options[1].value="121100";
						frmobj.xsbh.options[2].text="小榄镇";
						frmobj.xsbh.options[2].value="121101";
						frmobj.xsbh.options[3].text="西区";
						frmobj.xsbh.options[3].value="121102";
						frmobj.xsbh.options[4].text="五桂山镇";
						frmobj.xsbh.options[4].value="121103";
						frmobj.xsbh.options[5].text="坦洲镇";
						frmobj.xsbh.options[5].value="121104";
						frmobj.xsbh.options[6].text="石岐区";
						frmobj.xsbh.options[6].value="121105";
						frmobj.xsbh.options[7].text="三乡镇";
						frmobj.xsbh.options[7].value="121106";
						frmobj.xsbh.options[8].text="神湾镇";
						frmobj.xsbh.options[8].value="121107";
						frmobj.xsbh.options[9].text="沙溪镇";
						frmobj.xsbh.options[9].value="121108";
						frmobj.xsbh.options[10].text="三角镇";
						frmobj.xsbh.options[10].value="121109";
						frmobj.xsbh.options[11].text="南头镇";
						frmobj.xsbh.options[11].value="121110";
						frmobj.xsbh.options[12].text="南区";
						frmobj.xsbh.options[12].value="121111";
						frmobj.xsbh.options[13].text="南朗镇";
						frmobj.xsbh.options[13].value="121112";
						frmobj.xsbh.options[14].text="民众镇";
						frmobj.xsbh.options[14].value="121113";
						frmobj.xsbh.options[15].text="火炬区";
						frmobj.xsbh.options[15].value="121114";
						frmobj.xsbh.options[16].text="黄圃镇";
						frmobj.xsbh.options[16].value="121115";
						frmobj.xsbh.options[17].text="横栏镇";
						frmobj.xsbh.options[17].value="121116";
						frmobj.xsbh.options[18].text="港口镇";
						frmobj.xsbh.options[18].value="121117";
						frmobj.xsbh.options[19].text="古镇镇";
						frmobj.xsbh.options[19].value="121118";
						frmobj.xsbh.options[20].text="阜沙镇";
						frmobj.xsbh.options[20].value="121119";
						frmobj.xsbh.options[21].text="东升镇";
						frmobj.xsbh.options[21].value="121120";
						frmobj.xsbh.options[22].text="东区";
						frmobj.xsbh.options[22].value="121121";
						frmobj.xsbh.options[23].text="东凤镇";
						frmobj.xsbh.options[23].value="121122";
						frmobj.xsbh.options[24].text="大涌镇";
						frmobj.xsbh.options[24].value="121123";
						frmobj.xsbh.options[25].text="板芙镇";
						frmobj.xsbh.options[25].value="121124";
				        break;

		        case "1212":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="江门市";
						frmobj.xsbh.options[1].value="121200";
						frmobj.xsbh.options[2].text="台山";
						frmobj.xsbh.options[2].value="121201";
						frmobj.xsbh.options[3].text="新会";
						frmobj.xsbh.options[3].value="121202";
						frmobj.xsbh.options[4].text="开平";
						frmobj.xsbh.options[4].value="121203";
						frmobj.xsbh.options[5].text="鹤山";
						frmobj.xsbh.options[5].value="121204";
						frmobj.xsbh.options[6].text="恩平";
						frmobj.xsbh.options[6].value="121205";
				        break;

		        case "1213":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="佛山市";
						frmobj.xsbh.options[1].value="121300";
						frmobj.xsbh.options[2].text="顺德";
						frmobj.xsbh.options[2].value="121301";
						frmobj.xsbh.options[3].text="南海";
						frmobj.xsbh.options[3].value="121302";
						frmobj.xsbh.options[4].text="三水";
						frmobj.xsbh.options[4].value="121303";
						frmobj.xsbh.options[5].text="高明";
						frmobj.xsbh.options[5].value="121304";
				        break;

		        case "1214":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阳江市";
						frmobj.xsbh.options[1].value="121400";
						frmobj.xsbh.options[2].text="阳春";
						frmobj.xsbh.options[2].value="121401";
						frmobj.xsbh.options[3].text="阳西";
						frmobj.xsbh.options[3].value="121402";
						frmobj.xsbh.options[4].text="阳东";
						frmobj.xsbh.options[4].value="121403";
				        break;

		        case "1215":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="湛江市";
						frmobj.xsbh.options[1].value="121500";
						frmobj.xsbh.options[2].text="廉江";
						frmobj.xsbh.options[2].value="121501";
						frmobj.xsbh.options[3].text="雷州";
						frmobj.xsbh.options[3].value="121502";
						frmobj.xsbh.options[4].text="吴川";
						frmobj.xsbh.options[4].value="121503";
						frmobj.xsbh.options[5].text="遂溪";
						frmobj.xsbh.options[5].value="121504";
						frmobj.xsbh.options[6].text="徐闻";
						frmobj.xsbh.options[6].value="121505";
				        break;

		        case "1216":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="茂名市";
						frmobj.xsbh.options[1].value="121600";
						frmobj.xsbh.options[2].text="高州";
						frmobj.xsbh.options[2].value="121601";
						frmobj.xsbh.options[3].text="化州";
						frmobj.xsbh.options[3].value="121602";
						frmobj.xsbh.options[4].text="信宜";
						frmobj.xsbh.options[4].value="121603";
						frmobj.xsbh.options[5].text="电白";
						frmobj.xsbh.options[5].value="121604";
				        break;

		        case "1217":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="肇庆市";
						frmobj.xsbh.options[1].value="121700";
						frmobj.xsbh.options[2].text="高要";
						frmobj.xsbh.options[2].value="121701";
						frmobj.xsbh.options[3].text="四会";
						frmobj.xsbh.options[3].value="121702";
						frmobj.xsbh.options[4].text="广宁";
						frmobj.xsbh.options[4].value="121703";
						frmobj.xsbh.options[5].text="德庆";
						frmobj.xsbh.options[5].value="121704";
						frmobj.xsbh.options[6].text="封开";
						frmobj.xsbh.options[6].value="121705";
						frmobj.xsbh.options[7].text="怀集";
						frmobj.xsbh.options[7].value="121706";
				        break;

		        case "1218":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="云浮市";
						frmobj.xsbh.options[1].value="121800";
						frmobj.xsbh.options[2].text="罗定";
						frmobj.xsbh.options[2].value="121801";
						frmobj.xsbh.options[3].text="云安";
						frmobj.xsbh.options[3].value="121802";
						frmobj.xsbh.options[4].text="新兴";
						frmobj.xsbh.options[4].value="121803";
						frmobj.xsbh.options[5].text="郁南";
						frmobj.xsbh.options[5].value="121804";
				        break;

		        case "1219":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="清远市";
						frmobj.xsbh.options[1].value="121900";
						frmobj.xsbh.options[2].text="英德";
						frmobj.xsbh.options[2].value="121901";
						frmobj.xsbh.options[3].text="连州";
						frmobj.xsbh.options[3].value="121902";
						frmobj.xsbh.options[4].text="佛冈";
						frmobj.xsbh.options[4].value="121903";
						frmobj.xsbh.options[5].text="阳山";
						frmobj.xsbh.options[5].value="121904";
						frmobj.xsbh.options[6].text="清新";
						frmobj.xsbh.options[6].value="121905";
						frmobj.xsbh.options[7].text="连山";
						frmobj.xsbh.options[7].value="121906";
						frmobj.xsbh.options[8].text="连南";
						frmobj.xsbh.options[8].value="121907";
				        break;

		        case "1220":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="潮州市";
						frmobj.xsbh.options[1].value="122000";
						frmobj.xsbh.options[2].text="潮安";
						frmobj.xsbh.options[2].value="122001";
						frmobj.xsbh.options[3].text="饶平";
						frmobj.xsbh.options[3].value="122002";
				        break;

		        case "1221":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="揭阳市";
						frmobj.xsbh.options[1].value="122100";
						frmobj.xsbh.options[2].text="普宁";
						frmobj.xsbh.options[2].value="122101";
						frmobj.xsbh.options[3].text="揭东";
						frmobj.xsbh.options[3].value="122102";
						frmobj.xsbh.options[4].text="揭西";
						frmobj.xsbh.options[4].value="122103";
						frmobj.xsbh.options[5].text="惠来";
						frmobj.xsbh.options[5].value="122104";
				        break;

		        case "1301":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南宁市";
						frmobj.xsbh.options[1].value="130100";
						frmobj.xsbh.options[2].text="邕宁";
						frmobj.xsbh.options[2].value="130101";
						frmobj.xsbh.options[3].text="武鸣";
						frmobj.xsbh.options[3].value="130102";
						frmobj.xsbh.options[4].text="江南区";
						frmobj.xsbh.options[4].value="130103";
						frmobj.xsbh.options[5].text="西乡塘区";
						frmobj.xsbh.options[5].value="130104";
						frmobj.xsbh.options[6].text="马山";
						frmobj.xsbh.options[6].value="130105";
						frmobj.xsbh.options[7].text="上林";
						frmobj.xsbh.options[7].value="130106";
						frmobj.xsbh.options[8].text="宾阳";
						frmobj.xsbh.options[8].value="130107";
						frmobj.xsbh.options[9].text="隆安";
						frmobj.xsbh.options[9].value="130108";
						frmobj.xsbh.options[10].text="横县";
						frmobj.xsbh.options[10].value="130109";
				        break;

		        case "1302":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="北海市";
						frmobj.xsbh.options[1].value="130200";
						frmobj.xsbh.options[2].text="合浦";
						frmobj.xsbh.options[2].value="130201";
				        break;

		        case "1303":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="桂林市";
						frmobj.xsbh.options[1].value="130300";
						frmobj.xsbh.options[2].text="阳朔";
						frmobj.xsbh.options[2].value="130301";
						frmobj.xsbh.options[3].text="临桂";
						frmobj.xsbh.options[3].value="130302";
						frmobj.xsbh.options[4].text="灵川";
						frmobj.xsbh.options[4].value="130303";
						frmobj.xsbh.options[5].text="全州";
						frmobj.xsbh.options[5].value="130304";
						frmobj.xsbh.options[6].text="平乐";
						frmobj.xsbh.options[6].value="130305";
						frmobj.xsbh.options[7].text="兴安";
						frmobj.xsbh.options[7].value="130306";
						frmobj.xsbh.options[8].text="灌阳";
						frmobj.xsbh.options[8].value="130307";
						frmobj.xsbh.options[9].text="荔浦";
						frmobj.xsbh.options[9].value="130308";
						frmobj.xsbh.options[10].text="资源";
						frmobj.xsbh.options[10].value="130309";
						frmobj.xsbh.options[11].text="永福";
						frmobj.xsbh.options[11].value="130310";
						frmobj.xsbh.options[12].text="龙胜";
						frmobj.xsbh.options[12].value="130311";
						frmobj.xsbh.options[13].text="恭城";
						frmobj.xsbh.options[13].value="130312";
				        break;

		        case "1304":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="柳州市";
						frmobj.xsbh.options[1].value="130400";
						frmobj.xsbh.options[2].text="柳江";
						frmobj.xsbh.options[2].value="130401";
						frmobj.xsbh.options[3].text="柳城";
						frmobj.xsbh.options[3].value="130402";
						frmobj.xsbh.options[4].text="三江";
						frmobj.xsbh.options[4].value="130403";
						frmobj.xsbh.options[5].text="融安";
						frmobj.xsbh.options[5].value="130404";
						frmobj.xsbh.options[6].text="鹿寨";
						frmobj.xsbh.options[6].value="130405";
						frmobj.xsbh.options[7].text="融水";
						frmobj.xsbh.options[7].value="130406";
				        break;

		        case "1305":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="龙州";
						frmobj.xsbh.options[1].value="130500";
						frmobj.xsbh.options[2].text="凭祥";
						frmobj.xsbh.options[2].value="130501";
						frmobj.xsbh.options[3].text="扶绥";
						frmobj.xsbh.options[3].value="130503";
						frmobj.xsbh.options[4].text="大新";
						frmobj.xsbh.options[4].value="130504";
						frmobj.xsbh.options[5].text="江州区";
						frmobj.xsbh.options[5].value="130506";
						frmobj.xsbh.options[6].text="天等";
						frmobj.xsbh.options[6].value="130507";
						frmobj.xsbh.options[7].text="宁明";
						frmobj.xsbh.options[7].value="130509";
				        break;

		        case "1306":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="钦州市";
						frmobj.xsbh.options[1].value="130600";
						frmobj.xsbh.options[2].text="灵山";
						frmobj.xsbh.options[2].value="130601";
						frmobj.xsbh.options[3].text="浦北";
						frmobj.xsbh.options[3].value="130602";
				        break;

		        case "1307":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="贺州市";
						frmobj.xsbh.options[1].value="130700";
						frmobj.xsbh.options[2].text="钟山";
						frmobj.xsbh.options[2].value="130701";
						frmobj.xsbh.options[3].text="昭平";
						frmobj.xsbh.options[3].value="130702";
						frmobj.xsbh.options[4].text="富川";
						frmobj.xsbh.options[4].value="130703";
				        break;

		        case "1308":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="河池市";
						frmobj.xsbh.options[1].value="130800";
						frmobj.xsbh.options[2].text="宜州";
						frmobj.xsbh.options[2].value="130801";
						frmobj.xsbh.options[3].text="天峨";
						frmobj.xsbh.options[3].value="130802";
						frmobj.xsbh.options[4].text="凤山";
						frmobj.xsbh.options[4].value="130803";
						frmobj.xsbh.options[5].text="南丹";
						frmobj.xsbh.options[5].value="130804";
						frmobj.xsbh.options[6].text="东兰";
						frmobj.xsbh.options[6].value="130805";
						frmobj.xsbh.options[7].text="都安";
						frmobj.xsbh.options[7].value="130806";
						frmobj.xsbh.options[8].text="罗城";
						frmobj.xsbh.options[8].value="130807";
						frmobj.xsbh.options[9].text="巴马";
						frmobj.xsbh.options[9].value="130808";
						frmobj.xsbh.options[10].text="环江";
						frmobj.xsbh.options[10].value="130809";
						frmobj.xsbh.options[11].text="大化";
						frmobj.xsbh.options[11].value="130810";
				        break;

		        case "1309":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="防城港市";
						frmobj.xsbh.options[1].value="130900";
						frmobj.xsbh.options[2].text="东兴";
						frmobj.xsbh.options[2].value="130901";
						frmobj.xsbh.options[3].text="上思";
						frmobj.xsbh.options[3].value="130902";
				        break;

		        case "1310":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="合山";
						frmobj.xsbh.options[1].value="131001";
						frmobj.xsbh.options[2].text="象州";
						frmobj.xsbh.options[2].value="131003";
						frmobj.xsbh.options[3].text="武宣";
						frmobj.xsbh.options[3].value="131006";
						frmobj.xsbh.options[4].text="忻城";
						frmobj.xsbh.options[4].value="131007";
						frmobj.xsbh.options[5].text="金秀";
						frmobj.xsbh.options[5].value="131009";
						frmobj.xsbh.options[6].text="来宾市";
						frmobj.xsbh.options[6].value="131010";
				        break;

		        case "1311":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="百色市";
						frmobj.xsbh.options[1].value="131100";
						frmobj.xsbh.options[2].text="凌云";
						frmobj.xsbh.options[2].value="131101";
						frmobj.xsbh.options[3].text="平果";
						frmobj.xsbh.options[3].value="131102";
						frmobj.xsbh.options[4].text="西林";
						frmobj.xsbh.options[4].value="131103";
						frmobj.xsbh.options[5].text="乐业";
						frmobj.xsbh.options[5].value="131104";
						frmobj.xsbh.options[6].text="德保";
						frmobj.xsbh.options[6].value="131105";
						frmobj.xsbh.options[7].text="田林";
						frmobj.xsbh.options[7].value="131106";
						frmobj.xsbh.options[8].text="田阳";
						frmobj.xsbh.options[8].value="131107";
						frmobj.xsbh.options[9].text="靖西";
						frmobj.xsbh.options[9].value="131108";
						frmobj.xsbh.options[10].text="田东";
						frmobj.xsbh.options[10].value="131109";
						frmobj.xsbh.options[11].text="那坡";
						frmobj.xsbh.options[11].value="131110";
						frmobj.xsbh.options[12].text="隆林";
						frmobj.xsbh.options[12].value="131111";
				        break;

		        case "1312":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="梧州市";
						frmobj.xsbh.options[1].value="131200";
						frmobj.xsbh.options[2].text="岑溪";
						frmobj.xsbh.options[2].value="131201";
						frmobj.xsbh.options[3].text="苍梧";
						frmobj.xsbh.options[3].value="131202";
						frmobj.xsbh.options[4].text="藤县";
						frmobj.xsbh.options[4].value="131203";
						frmobj.xsbh.options[5].text="蒙山";
						frmobj.xsbh.options[5].value="131204";
				        break;

		        case "1313":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="玉林市";
						frmobj.xsbh.options[1].value="131300";
						frmobj.xsbh.options[2].text="北流";
						frmobj.xsbh.options[2].value="131301";
						frmobj.xsbh.options[3].text="容县";
						frmobj.xsbh.options[3].value="131302";
						frmobj.xsbh.options[4].text="陆川";
						frmobj.xsbh.options[4].value="131303";
						frmobj.xsbh.options[5].text="博白";
						frmobj.xsbh.options[5].value="131304";
						frmobj.xsbh.options[6].text="兴业";
						frmobj.xsbh.options[6].value="131305";
				        break;

		        case "1314":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="贵港市";
						frmobj.xsbh.options[1].value="131400";
						frmobj.xsbh.options[2].text="桂平";
						frmobj.xsbh.options[2].value="131401";
						frmobj.xsbh.options[3].text="平南";
						frmobj.xsbh.options[3].value="131402";
				        break;

		        case "1401":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="海口市";
						frmobj.xsbh.options[1].value="140100";
				        break;

		        case "1402":
						frmobj.xsbh.options.length=21;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="三亚市";
						frmobj.xsbh.options[1].value="140200";
						frmobj.xsbh.options[2].text="琼海";
						frmobj.xsbh.options[2].value="140201";
						frmobj.xsbh.options[3].text="儋州";
						frmobj.xsbh.options[3].value="140202";
						frmobj.xsbh.options[4].text="琼山";
						frmobj.xsbh.options[4].value="140203";
						frmobj.xsbh.options[5].text="文昌";
						frmobj.xsbh.options[5].value="140204";
						frmobj.xsbh.options[6].text="五指山";
						frmobj.xsbh.options[6].value="140205";
						frmobj.xsbh.options[7].text="万宁";
						frmobj.xsbh.options[7].value="140206";
						frmobj.xsbh.options[8].text="东方";
						frmobj.xsbh.options[8].value="140207";
						frmobj.xsbh.options[9].text="澄迈";
						frmobj.xsbh.options[9].value="140208";
						frmobj.xsbh.options[10].text="定安";
						frmobj.xsbh.options[10].value="140209";
						frmobj.xsbh.options[11].text="西南中沙";
						frmobj.xsbh.options[11].value="140210";
						frmobj.xsbh.options[12].text="临高";
						frmobj.xsbh.options[12].value="140211";
						frmobj.xsbh.options[13].text="白沙";
						frmobj.xsbh.options[13].value="140212";
						frmobj.xsbh.options[14].text="昌江";
						frmobj.xsbh.options[14].value="140213";
						frmobj.xsbh.options[15].text="乐东";
						frmobj.xsbh.options[15].value="140214";
						frmobj.xsbh.options[16].text="陵水";
						frmobj.xsbh.options[16].value="140215";
						frmobj.xsbh.options[17].text="保亭";
						frmobj.xsbh.options[17].value="140216";
						frmobj.xsbh.options[18].text="琼中";
						frmobj.xsbh.options[18].value="140217";
						frmobj.xsbh.options[19].text="屯昌";
						frmobj.xsbh.options[19].value="140218";
						frmobj.xsbh.options[20].text="洋浦";
						frmobj.xsbh.options[20].value="140219";
				        break;

		        case "1403":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="琼海市";
						frmobj.xsbh.options[1].value="140301";
				        break;

		        case "1404":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="文昌市";
						frmobj.xsbh.options[1].value="140401";
				        break;

		        case "1405":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="儋州市";
						frmobj.xsbh.options[1].value="140501";
				        break;

		        case "1501":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="昆明市";
						frmobj.xsbh.options[1].value="150100";
						frmobj.xsbh.options[2].text="东川";
						frmobj.xsbh.options[2].value="150101";
						frmobj.xsbh.options[3].text="安宁";
						frmobj.xsbh.options[3].value="150102";
						frmobj.xsbh.options[4].text="富民";
						frmobj.xsbh.options[4].value="150103";
						frmobj.xsbh.options[5].text="嵩明";
						frmobj.xsbh.options[5].value="150104";
						frmobj.xsbh.options[6].text="呈贡";
						frmobj.xsbh.options[6].value="150105";
						frmobj.xsbh.options[7].text="晋宁";
						frmobj.xsbh.options[7].value="150106";
						frmobj.xsbh.options[8].text="宜良";
						frmobj.xsbh.options[8].value="150107";
						frmobj.xsbh.options[9].text="禄劝";
						frmobj.xsbh.options[9].value="150108";
						frmobj.xsbh.options[10].text="石林";
						frmobj.xsbh.options[10].value="150109";
						frmobj.xsbh.options[11].text="寻甸";
						frmobj.xsbh.options[11].value="150110";
				        break;

		        case "1502":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="曲靖市";
						frmobj.xsbh.options[1].value="150200";
						frmobj.xsbh.options[2].text="麒麟";
						frmobj.xsbh.options[2].value="150201";
						frmobj.xsbh.options[3].text="宣威";
						frmobj.xsbh.options[3].value="150202";
						frmobj.xsbh.options[4].text="陆良";
						frmobj.xsbh.options[4].value="150203";
						frmobj.xsbh.options[5].text="会泽";
						frmobj.xsbh.options[5].value="150204";
						frmobj.xsbh.options[6].text="富源";
						frmobj.xsbh.options[6].value="150205";
						frmobj.xsbh.options[7].text="罗平";
						frmobj.xsbh.options[7].value="150206";
						frmobj.xsbh.options[8].text="马龙";
						frmobj.xsbh.options[8].value="150207";
						frmobj.xsbh.options[9].text="师宗";
						frmobj.xsbh.options[9].value="150208";
						frmobj.xsbh.options[10].text="沾益";
						frmobj.xsbh.options[10].value="150209";
				        break;

		        case "1503":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="玉溪市";
						frmobj.xsbh.options[1].value="150300";
						frmobj.xsbh.options[2].text="红塔";
						frmobj.xsbh.options[2].value="150301";
						frmobj.xsbh.options[3].text="华宁";
						frmobj.xsbh.options[3].value="150302";
						frmobj.xsbh.options[4].text="澄江";
						frmobj.xsbh.options[4].value="150303";
						frmobj.xsbh.options[5].text="易门";
						frmobj.xsbh.options[5].value="150304";
						frmobj.xsbh.options[6].text="通海";
						frmobj.xsbh.options[6].value="150305";
						frmobj.xsbh.options[7].text="江川";
						frmobj.xsbh.options[7].value="150306";
						frmobj.xsbh.options[8].text="元江县";
						frmobj.xsbh.options[8].value="150307";
						frmobj.xsbh.options[9].text="新平";
						frmobj.xsbh.options[9].value="150308";
						frmobj.xsbh.options[10].text="峨山";
						frmobj.xsbh.options[10].value="150309";
				        break;

		        case "1504":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="昭通市";
						frmobj.xsbh.options[1].value="150400";
						frmobj.xsbh.options[2].text="昭阳";
						frmobj.xsbh.options[2].value="150401";
						frmobj.xsbh.options[3].text="永善";
						frmobj.xsbh.options[3].value="150402";
						frmobj.xsbh.options[4].text="绥江";
						frmobj.xsbh.options[4].value="150403";
						frmobj.xsbh.options[5].text="镇雄";
						frmobj.xsbh.options[5].value="150404";
						frmobj.xsbh.options[6].text="大关";
						frmobj.xsbh.options[6].value="150405";
						frmobj.xsbh.options[7].text="盐津";
						frmobj.xsbh.options[7].value="150406";
						frmobj.xsbh.options[8].text="巧家";
						frmobj.xsbh.options[8].value="150407";
						frmobj.xsbh.options[9].text="彝良";
						frmobj.xsbh.options[9].value="150408";
						frmobj.xsbh.options[10].text="威信";
						frmobj.xsbh.options[10].value="150409";
						frmobj.xsbh.options[11].text="水富";
						frmobj.xsbh.options[11].value="150410";
						frmobj.xsbh.options[12].text="鲁甸";
						frmobj.xsbh.options[12].value="150411";
				        break;

		        case "1505":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="景洪";
						frmobj.xsbh.options[1].value="150500";
						frmobj.xsbh.options[2].text="勐海";
						frmobj.xsbh.options[2].value="150501";
						frmobj.xsbh.options[3].text="勐腊";
						frmobj.xsbh.options[3].value="150502";
				        break;

		        case "1506":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="临沧";
						frmobj.xsbh.options[1].value="150600";
						frmobj.xsbh.options[2].text="镇康";
						frmobj.xsbh.options[2].value="150601";
						frmobj.xsbh.options[3].text="凤庆";
						frmobj.xsbh.options[3].value="150602";
						frmobj.xsbh.options[4].text="云县";
						frmobj.xsbh.options[4].value="150603";
						frmobj.xsbh.options[5].text="永德";
						frmobj.xsbh.options[5].value="150604";
						frmobj.xsbh.options[6].text="双江";
						frmobj.xsbh.options[6].value="150605";
						frmobj.xsbh.options[7].text="沧源";
						frmobj.xsbh.options[7].value="150606";
						frmobj.xsbh.options[8].text="耿马";
						frmobj.xsbh.options[8].value="150607";
				        break;

		        case "1507":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="保山市";
						frmobj.xsbh.options[1].value="150700";
						frmobj.xsbh.options[2].text="隆阳";
						frmobj.xsbh.options[2].value="150701";
						frmobj.xsbh.options[3].text="施甸";
						frmobj.xsbh.options[3].value="150702";
						frmobj.xsbh.options[4].text="昌宁";
						frmobj.xsbh.options[4].value="150703";
						frmobj.xsbh.options[5].text="龙陵";
						frmobj.xsbh.options[5].value="150704";
						frmobj.xsbh.options[6].text="腾冲";
						frmobj.xsbh.options[6].value="150705";
				        break;

		        case "1508":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="丽江";
						frmobj.xsbh.options[1].value="150800";
						frmobj.xsbh.options[2].text="华坪";
						frmobj.xsbh.options[2].value="150801";
						frmobj.xsbh.options[3].text="永胜";
						frmobj.xsbh.options[3].value="150802";
						frmobj.xsbh.options[4].text="宁蒗";
						frmobj.xsbh.options[4].value="150803";
				        break;

		        case "1509":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="文山";
						frmobj.xsbh.options[1].value="150900";
						frmobj.xsbh.options[2].text="麻栗";
						frmobj.xsbh.options[2].value="150901";
						frmobj.xsbh.options[3].text="砚山";
						frmobj.xsbh.options[3].value="150902";
						frmobj.xsbh.options[4].text="广南";
						frmobj.xsbh.options[4].value="150903";
						frmobj.xsbh.options[5].text="马关";
						frmobj.xsbh.options[5].value="150904";
						frmobj.xsbh.options[6].text="富宁";
						frmobj.xsbh.options[6].value="150905";
						frmobj.xsbh.options[7].text="西畴";
						frmobj.xsbh.options[7].value="150906";
						frmobj.xsbh.options[8].text="丘北";
						frmobj.xsbh.options[8].value="150907";
				        break;

		        case "1510":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="思茅市";
						frmobj.xsbh.options[1].value="151000";
						frmobj.xsbh.options[2].text="普洱";
						frmobj.xsbh.options[2].value="151001";
						frmobj.xsbh.options[3].text="景东";
						frmobj.xsbh.options[3].value="151002";
						frmobj.xsbh.options[4].text="镇源";
						frmobj.xsbh.options[4].value="151003";
						frmobj.xsbh.options[5].text="景谷";
						frmobj.xsbh.options[5].value="151004";
						frmobj.xsbh.options[6].text="墨江";
						frmobj.xsbh.options[6].value="151005";
						frmobj.xsbh.options[7].text="澜沧";
						frmobj.xsbh.options[7].value="151006";
						frmobj.xsbh.options[8].text="西盟";
						frmobj.xsbh.options[8].value="151007";
						frmobj.xsbh.options[9].text="江城";
						frmobj.xsbh.options[9].value="151008";
						frmobj.xsbh.options[10].text="孟连";
						frmobj.xsbh.options[10].value="151009";
				        break;

		        case "1511":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="楚雄市";
						frmobj.xsbh.options[1].value="151100";
						frmobj.xsbh.options[2].text="元谋";
						frmobj.xsbh.options[2].value="151101";
						frmobj.xsbh.options[3].text="南华";
						frmobj.xsbh.options[3].value="151102";
						frmobj.xsbh.options[4].text="牟定";
						frmobj.xsbh.options[4].value="151103";
						frmobj.xsbh.options[5].text="武定";
						frmobj.xsbh.options[5].value="151104";
						frmobj.xsbh.options[6].text="大姚";
						frmobj.xsbh.options[6].value="151105";
						frmobj.xsbh.options[7].text="双柏";
						frmobj.xsbh.options[7].value="151106";
						frmobj.xsbh.options[8].text="禄丰";
						frmobj.xsbh.options[8].value="151107";
						frmobj.xsbh.options[9].text="永仁";
						frmobj.xsbh.options[9].value="151108";
						frmobj.xsbh.options[10].text="姚安";
						frmobj.xsbh.options[10].value="151109";
				        break;

		        case "1512":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="大理市";
						frmobj.xsbh.options[1].value="151200";
						frmobj.xsbh.options[2].text="剑川";
						frmobj.xsbh.options[2].value="151201";
						frmobj.xsbh.options[3].text="弥渡";
						frmobj.xsbh.options[3].value="151202";
						frmobj.xsbh.options[4].text="云龙";
						frmobj.xsbh.options[4].value="151203";
						frmobj.xsbh.options[5].text="洱源";
						frmobj.xsbh.options[5].value="151204";
						frmobj.xsbh.options[6].text="鹤庆";
						frmobj.xsbh.options[6].value="151205";
						frmobj.xsbh.options[7].text="祥云";
						frmobj.xsbh.options[7].value="151206";
						frmobj.xsbh.options[8].text="宾川";
						frmobj.xsbh.options[8].value="151207";
						frmobj.xsbh.options[9].text="永平";
						frmobj.xsbh.options[9].value="151208";
						frmobj.xsbh.options[10].text="漾濞";
						frmobj.xsbh.options[10].value="151209";
						frmobj.xsbh.options[11].text="巍山";
						frmobj.xsbh.options[11].value="151210";
						frmobj.xsbh.options[12].text="南涧";
						frmobj.xsbh.options[12].value="151211";
				        break;

		        case "1513":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="潞西";
						frmobj.xsbh.options[1].value="151300";
						frmobj.xsbh.options[2].text="瑞丽";
						frmobj.xsbh.options[2].value="151301";
						frmobj.xsbh.options[3].text="盈江";
						frmobj.xsbh.options[3].value="151302";
						frmobj.xsbh.options[4].text="梁河";
						frmobj.xsbh.options[4].value="151303";
						frmobj.xsbh.options[5].text="陇川";
						frmobj.xsbh.options[5].value="151304";
				        break;

		        case "1514":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="香格里拉";
						frmobj.xsbh.options[1].value="151400";
						frmobj.xsbh.options[2].text="德钦";
						frmobj.xsbh.options[2].value="151401";
						frmobj.xsbh.options[3].text="维西";
						frmobj.xsbh.options[3].value="151402";
				        break;

		        case "1515":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="泸水";
						frmobj.xsbh.options[1].value="151500";
						frmobj.xsbh.options[2].text="福贡";
						frmobj.xsbh.options[2].value="151501";
						frmobj.xsbh.options[3].text="兰坪";
						frmobj.xsbh.options[3].value="151502";
						frmobj.xsbh.options[4].text="贡山";
						frmobj.xsbh.options[4].value="151503";
				        break;

		        case "1516":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="个旧";
						frmobj.xsbh.options[1].value="151600";
						frmobj.xsbh.options[2].text="开远";
						frmobj.xsbh.options[2].value="151601";
						frmobj.xsbh.options[3].text="弥勒";
						frmobj.xsbh.options[3].value="151602";
						frmobj.xsbh.options[4].text="红河县";
						frmobj.xsbh.options[4].value="151603";
						frmobj.xsbh.options[5].text="绿春";
						frmobj.xsbh.options[5].value="151604";
						frmobj.xsbh.options[6].text="蒙自";
						frmobj.xsbh.options[6].value="151605";
						frmobj.xsbh.options[7].text="泸西";
						frmobj.xsbh.options[7].value="151606";
						frmobj.xsbh.options[8].text="建水";
						frmobj.xsbh.options[8].value="151607";
						frmobj.xsbh.options[9].text="元阳";
						frmobj.xsbh.options[9].value="151608";
						frmobj.xsbh.options[10].text="石屏";
						frmobj.xsbh.options[10].value="151609";
						frmobj.xsbh.options[11].text="金平";
						frmobj.xsbh.options[11].value="151610";
						frmobj.xsbh.options[12].text="河口县";
						frmobj.xsbh.options[12].value="151611";
						frmobj.xsbh.options[13].text="屏边";
						frmobj.xsbh.options[13].value="151612";
				        break;

		        case "1601":
						frmobj.xsbh.options.length=16;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="成都市";
						frmobj.xsbh.options[1].value="160100";
						frmobj.xsbh.options[2].text="青白江";
						frmobj.xsbh.options[2].value="160101";
						frmobj.xsbh.options[3].text="彭州";
						frmobj.xsbh.options[3].value="160102";
						frmobj.xsbh.options[4].text="邛崃";
						frmobj.xsbh.options[4].value="160103";
						frmobj.xsbh.options[5].text="崇州";
						frmobj.xsbh.options[5].value="160104";
						frmobj.xsbh.options[6].text="龙泉驿";
						frmobj.xsbh.options[6].value="160105";
						frmobj.xsbh.options[7].text="都江堰";
						frmobj.xsbh.options[7].value="160106";
						frmobj.xsbh.options[8].text="金堂";
						frmobj.xsbh.options[8].value="160107";
						frmobj.xsbh.options[9].text="温江";
						frmobj.xsbh.options[9].value="160108";
						frmobj.xsbh.options[10].text="郫县";
						frmobj.xsbh.options[10].value="160109";
						frmobj.xsbh.options[11].text="新津";
						frmobj.xsbh.options[11].value="160110";
						frmobj.xsbh.options[12].text="双流";
						frmobj.xsbh.options[12].value="160111";
						frmobj.xsbh.options[13].text="新都";
						frmobj.xsbh.options[13].value="160112";
						frmobj.xsbh.options[14].text="蒲江";
						frmobj.xsbh.options[14].value="160113";
						frmobj.xsbh.options[15].text="大邑";
						frmobj.xsbh.options[15].value="160114";
				        break;

		        case "1602":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="自贡市";
						frmobj.xsbh.options[1].value="160200";
						frmobj.xsbh.options[2].text="荣县";
						frmobj.xsbh.options[2].value="160201";
						frmobj.xsbh.options[3].text="富顺";
						frmobj.xsbh.options[3].value="160202";
				        break;

		        case "1603":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="泸州市";
						frmobj.xsbh.options[1].value="160300";
						frmobj.xsbh.options[2].text="泸县";
						frmobj.xsbh.options[2].value="160301";
						frmobj.xsbh.options[3].text="合江";
						frmobj.xsbh.options[3].value="160302";
						frmobj.xsbh.options[4].text="古蔺";
						frmobj.xsbh.options[4].value="160303";
						frmobj.xsbh.options[5].text="叙永";
						frmobj.xsbh.options[5].value="160304";
				        break;

		        case "1604":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="德阳市";
						frmobj.xsbh.options[1].value="160400";
						frmobj.xsbh.options[2].text="广汉";
						frmobj.xsbh.options[2].value="160401";
						frmobj.xsbh.options[3].text="什邡";
						frmobj.xsbh.options[3].value="160402";
						frmobj.xsbh.options[4].text="绵竹";
						frmobj.xsbh.options[4].value="160403";
						frmobj.xsbh.options[5].text="罗江";
						frmobj.xsbh.options[5].value="160404";
						frmobj.xsbh.options[6].text="中江";
						frmobj.xsbh.options[6].value="160405";
				        break;

		        case "1605":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="绵阳市";
						frmobj.xsbh.options[1].value="160500";
						frmobj.xsbh.options[2].text="江油";
						frmobj.xsbh.options[2].value="160501";
						frmobj.xsbh.options[3].text="盐亭";
						frmobj.xsbh.options[3].value="160502";
						frmobj.xsbh.options[4].text="三台";
						frmobj.xsbh.options[4].value="160503";
						frmobj.xsbh.options[5].text="平武";
						frmobj.xsbh.options[5].value="160504";
						frmobj.xsbh.options[6].text="北川";
						frmobj.xsbh.options[6].value="160505";
						frmobj.xsbh.options[7].text="安县";
						frmobj.xsbh.options[7].value="160506";
						frmobj.xsbh.options[8].text="梓潼";
						frmobj.xsbh.options[8].value="160507";
				        break;

		        case "1606":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="广元市";
						frmobj.xsbh.options[1].value="160600";
						frmobj.xsbh.options[2].text="青川";
						frmobj.xsbh.options[2].value="160601";
						frmobj.xsbh.options[3].text="旺苍";
						frmobj.xsbh.options[3].value="160602";
						frmobj.xsbh.options[4].text="剑阁";
						frmobj.xsbh.options[4].value="160603";
						frmobj.xsbh.options[5].text="苍溪";
						frmobj.xsbh.options[5].value="160604";
				        break;

		        case "1607":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="遂宁市";
						frmobj.xsbh.options[1].value="160700";
						frmobj.xsbh.options[2].text="射洪";
						frmobj.xsbh.options[2].value="160701";
						frmobj.xsbh.options[3].text="蓬溪";
						frmobj.xsbh.options[3].value="160702";
						frmobj.xsbh.options[4].text="大英";
						frmobj.xsbh.options[4].value="160703";
				        break;

		        case "1608":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="内江市";
						frmobj.xsbh.options[1].value="160800";
						frmobj.xsbh.options[2].text="资中";
						frmobj.xsbh.options[2].value="160801";
						frmobj.xsbh.options[3].text="隆昌";
						frmobj.xsbh.options[3].value="160802";
						frmobj.xsbh.options[4].text="威远";
						frmobj.xsbh.options[4].value="160803";
				        break;

		        case "1609":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乐山市";
						frmobj.xsbh.options[1].value="160900";
						frmobj.xsbh.options[2].text="金河口";
						frmobj.xsbh.options[2].value="160901";
						frmobj.xsbh.options[3].text="沙湾区";
						frmobj.xsbh.options[3].value="160902";
						frmobj.xsbh.options[4].text="夹江";
						frmobj.xsbh.options[4].value="160903";
						frmobj.xsbh.options[5].text="井研";
						frmobj.xsbh.options[5].value="160904";
						frmobj.xsbh.options[6].text="五通桥";
						frmobj.xsbh.options[6].value="160905";
						frmobj.xsbh.options[7].text="峨眉山";
						frmobj.xsbh.options[7].value="160906";
						frmobj.xsbh.options[8].text="犍为";
						frmobj.xsbh.options[8].value="160907";
						frmobj.xsbh.options[9].text="沐川";
						frmobj.xsbh.options[9].value="160908";
						frmobj.xsbh.options[10].text="马边";
						frmobj.xsbh.options[10].value="160909";
						frmobj.xsbh.options[11].text="峨边";
						frmobj.xsbh.options[11].value="160910";
				        break;

		        case "1610":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宜宾市";
						frmobj.xsbh.options[1].value="161000";
						frmobj.xsbh.options[2].text="兴文";
						frmobj.xsbh.options[2].value="161001";
						frmobj.xsbh.options[3].text="南溪";
						frmobj.xsbh.options[3].value="161002";
						frmobj.xsbh.options[4].text="珙县";
						frmobj.xsbh.options[4].value="161003";
						frmobj.xsbh.options[5].text="长宁";
						frmobj.xsbh.options[5].value="161004";
						frmobj.xsbh.options[6].text="宜宾县";
						frmobj.xsbh.options[6].value="161005";
						frmobj.xsbh.options[7].text="高县";
						frmobj.xsbh.options[7].value="161006";
						frmobj.xsbh.options[8].text="江安";
						frmobj.xsbh.options[8].value="161007";
						frmobj.xsbh.options[9].text="筠连";
						frmobj.xsbh.options[9].value="161008";
						frmobj.xsbh.options[10].text="屏山";
						frmobj.xsbh.options[10].value="161009";
				        break;

		        case "1611":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="广安市";
						frmobj.xsbh.options[1].value="161100";
						frmobj.xsbh.options[2].text="岳池";
						frmobj.xsbh.options[2].value="161101";
						frmobj.xsbh.options[3].text="武胜";
						frmobj.xsbh.options[3].value="161102";
						frmobj.xsbh.options[4].text="邻水";
						frmobj.xsbh.options[4].value="161103";
						frmobj.xsbh.options[5].text="华蓥";
						frmobj.xsbh.options[5].value="161104";
				        break;

		        case "1612":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="南充市";
						frmobj.xsbh.options[1].value="161200";
						frmobj.xsbh.options[2].text="順庆";
						frmobj.xsbh.options[2].value="161201";
						frmobj.xsbh.options[3].text="高坪";
						frmobj.xsbh.options[3].value="161202";
						frmobj.xsbh.options[4].text="嘉陵";
						frmobj.xsbh.options[4].value="161203";
						frmobj.xsbh.options[5].text="西充县";
						frmobj.xsbh.options[5].value="161204";
						frmobj.xsbh.options[6].text="南部县";
						frmobj.xsbh.options[6].value="161205";
						frmobj.xsbh.options[7].text="仪陇";
						frmobj.xsbh.options[7].value="161206";
						frmobj.xsbh.options[8].text="蓬安";
						frmobj.xsbh.options[8].value="161207";
						frmobj.xsbh.options[9].text="阆中";
						frmobj.xsbh.options[9].value="161208";
						frmobj.xsbh.options[10].text="营山";
						frmobj.xsbh.options[10].value="161209";
				        break;

		        case "1613":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="巴中市";
						frmobj.xsbh.options[1].value="161300";
						frmobj.xsbh.options[2].text="南江";
						frmobj.xsbh.options[2].value="161301";
						frmobj.xsbh.options[3].text="平昌";
						frmobj.xsbh.options[3].value="161302";
						frmobj.xsbh.options[4].text="通江";
						frmobj.xsbh.options[4].value="161303";
				        break;

		        case "1614":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="雅安市";
						frmobj.xsbh.options[1].value="161400";
						frmobj.xsbh.options[2].text="芦山";
						frmobj.xsbh.options[2].value="161401";
						frmobj.xsbh.options[3].text="石棉";
						frmobj.xsbh.options[3].value="161402";
						frmobj.xsbh.options[4].text="名山";
						frmobj.xsbh.options[4].value="161403";
						frmobj.xsbh.options[5].text="天全";
						frmobj.xsbh.options[5].value="161404";
						frmobj.xsbh.options[6].text="荥经";
						frmobj.xsbh.options[6].value="161405";
						frmobj.xsbh.options[7].text="宝兴";
						frmobj.xsbh.options[7].value="161406";
						frmobj.xsbh.options[8].text="汉源";
						frmobj.xsbh.options[8].value="161407";
				        break;

		        case "1615":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="眉山市";
						frmobj.xsbh.options[1].value="161500";
						frmobj.xsbh.options[2].text="仁寿";
						frmobj.xsbh.options[2].value="161501";
						frmobj.xsbh.options[3].text="彭山";
						frmobj.xsbh.options[3].value="161502";
						frmobj.xsbh.options[4].text="洪雅";
						frmobj.xsbh.options[4].value="161503";
						frmobj.xsbh.options[5].text="丹棱";
						frmobj.xsbh.options[5].value="161504";
						frmobj.xsbh.options[6].text="眉山县";
						frmobj.xsbh.options[6].value="161505";
						frmobj.xsbh.options[7].text="青神";
						frmobj.xsbh.options[7].value="161506";
				        break;

		        case "1616":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="资阳市";
						frmobj.xsbh.options[1].value="161600";
						frmobj.xsbh.options[2].text="简阳";
						frmobj.xsbh.options[2].value="161601";
						frmobj.xsbh.options[3].text="安岳";
						frmobj.xsbh.options[3].value="161602";
						frmobj.xsbh.options[4].text="乐至";
						frmobj.xsbh.options[4].value="161603";
				        break;

		        case "1617":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阿坝县";
						frmobj.xsbh.options[1].value="161700";
						frmobj.xsbh.options[2].text="马尔康";
						frmobj.xsbh.options[2].value="161701";
						frmobj.xsbh.options[3].text="红原";
						frmobj.xsbh.options[3].value="161702";
						frmobj.xsbh.options[4].text="汶川";
						frmobj.xsbh.options[4].value="161703";
						frmobj.xsbh.options[5].text="理县";
						frmobj.xsbh.options[5].value="161704";
						frmobj.xsbh.options[6].text="九寨沟";
						frmobj.xsbh.options[6].value="161705";
						frmobj.xsbh.options[7].text="若尔盖";
						frmobj.xsbh.options[7].value="161706";
						frmobj.xsbh.options[8].text="小金";
						frmobj.xsbh.options[8].value="161707";
						frmobj.xsbh.options[9].text="黑水";
						frmobj.xsbh.options[9].value="161708";
						frmobj.xsbh.options[10].text="松潘";
						frmobj.xsbh.options[10].value="161709";
						frmobj.xsbh.options[11].text="壤塘";
						frmobj.xsbh.options[11].value="161710";
						frmobj.xsbh.options[12].text="茂县";
						frmobj.xsbh.options[12].value="161711";
						frmobj.xsbh.options[13].text="金川";
						frmobj.xsbh.options[13].value="161712";
				        break;

		        case "1618":
						frmobj.xsbh.options.length=19;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="甘孜县";
						frmobj.xsbh.options[1].value="161800";
						frmobj.xsbh.options[2].text="康定";
						frmobj.xsbh.options[2].value="161801";
						frmobj.xsbh.options[3].text="丹巴";
						frmobj.xsbh.options[3].value="161802";
						frmobj.xsbh.options[4].text="炉霍";
						frmobj.xsbh.options[4].value="161803";
						frmobj.xsbh.options[5].text="九龙";
						frmobj.xsbh.options[5].value="161804";
						frmobj.xsbh.options[6].text="雅江";
						frmobj.xsbh.options[6].value="161805";
						frmobj.xsbh.options[7].text="新龙";
						frmobj.xsbh.options[7].value="161806";
						frmobj.xsbh.options[8].text="道孚";
						frmobj.xsbh.options[8].value="161807";
						frmobj.xsbh.options[9].text="白玉";
						frmobj.xsbh.options[9].value="161808";
						frmobj.xsbh.options[10].text="理塘";
						frmobj.xsbh.options[10].value="161809";
						frmobj.xsbh.options[11].text="德格";
						frmobj.xsbh.options[11].value="161810";
						frmobj.xsbh.options[12].text="乡城";
						frmobj.xsbh.options[12].value="161811";
						frmobj.xsbh.options[13].text="石渠";
						frmobj.xsbh.options[13].value="161812";
						frmobj.xsbh.options[14].text="稻城";
						frmobj.xsbh.options[14].value="161813";
						frmobj.xsbh.options[15].text="色达";
						frmobj.xsbh.options[15].value="161814";
						frmobj.xsbh.options[16].text="巴塘";
						frmobj.xsbh.options[16].value="161815";
						frmobj.xsbh.options[17].text="泸定";
						frmobj.xsbh.options[17].value="161816";
						frmobj.xsbh.options[18].text="得荣";
						frmobj.xsbh.options[18].value="161817";
				        break;

		        case "1619":
						frmobj.xsbh.options.length=18;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="西昌";
						frmobj.xsbh.options[1].value="161900";
						frmobj.xsbh.options[2].text="美姑";
						frmobj.xsbh.options[2].value="161901";
						frmobj.xsbh.options[3].text="昭觉";
						frmobj.xsbh.options[3].value="161902";
						frmobj.xsbh.options[4].text="金阳";
						frmobj.xsbh.options[4].value="161903";
						frmobj.xsbh.options[5].text="甘洛";
						frmobj.xsbh.options[5].value="161904";
						frmobj.xsbh.options[6].text="布拖";
						frmobj.xsbh.options[6].value="161905";
						frmobj.xsbh.options[7].text="雷波";
						frmobj.xsbh.options[7].value="161906";
						frmobj.xsbh.options[8].text="普格";
						frmobj.xsbh.options[8].value="161907";
						frmobj.xsbh.options[9].text="宁南";
						frmobj.xsbh.options[9].value="161908";
						frmobj.xsbh.options[10].text="西德";
						frmobj.xsbh.options[10].value="161909";
						frmobj.xsbh.options[11].text="会东";
						frmobj.xsbh.options[11].value="161910";
						frmobj.xsbh.options[12].text="越西";
						frmobj.xsbh.options[12].value="161911";
						frmobj.xsbh.options[13].text="会理";
						frmobj.xsbh.options[13].value="161912";
						frmobj.xsbh.options[14].text="盐源";
						frmobj.xsbh.options[14].value="161913";
						frmobj.xsbh.options[15].text="德昌";
						frmobj.xsbh.options[15].value="161914";
						frmobj.xsbh.options[16].text="冕宁";
						frmobj.xsbh.options[16].value="161915";
						frmobj.xsbh.options[17].text="木里";
						frmobj.xsbh.options[17].value="161916";
				        break;

		        case "1620":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="攀枝花";
						frmobj.xsbh.options[1].value="162000";
						frmobj.xsbh.options[2].text="米易";
						frmobj.xsbh.options[2].value="162001";
						frmobj.xsbh.options[3].text="盐边";
						frmobj.xsbh.options[3].value="162002";
				        break;

		        case "1621":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="达州市";
						frmobj.xsbh.options[1].value="162100";
						frmobj.xsbh.options[2].text="通川";
						frmobj.xsbh.options[2].value="162101";
						frmobj.xsbh.options[3].text="达县";
						frmobj.xsbh.options[3].value="162102";
						frmobj.xsbh.options[4].text="渠县";
						frmobj.xsbh.options[4].value="162103";
						frmobj.xsbh.options[5].text="大竹";
						frmobj.xsbh.options[5].value="162104";
						frmobj.xsbh.options[6].text="万源";
						frmobj.xsbh.options[6].value="162105";
						frmobj.xsbh.options[7].text="宣汉";
						frmobj.xsbh.options[7].value="162106";
						frmobj.xsbh.options[8].text="开江";
						frmobj.xsbh.options[8].value="162107";
				        break;

		        case "1701":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="贵阳市";
						frmobj.xsbh.options[1].value="170100";
						frmobj.xsbh.options[2].text="清镇";
						frmobj.xsbh.options[2].value="170101";
						frmobj.xsbh.options[3].text="开阳";
						frmobj.xsbh.options[3].value="170102";
						frmobj.xsbh.options[4].text="修文";
						frmobj.xsbh.options[4].value="170103";
						frmobj.xsbh.options[5].text="息烽";
						frmobj.xsbh.options[5].value="170104";
				        break;

		        case "1702":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="遵义市";
						frmobj.xsbh.options[1].value="170200";
						frmobj.xsbh.options[2].text="赤水";
						frmobj.xsbh.options[2].value="170201";
						frmobj.xsbh.options[3].text="仁怀";
						frmobj.xsbh.options[3].value="170202";
						frmobj.xsbh.options[4].text="绥阳";
						frmobj.xsbh.options[4].value="170203";
						frmobj.xsbh.options[5].text="桐梓";
						frmobj.xsbh.options[5].value="170204";
						frmobj.xsbh.options[6].text="遵义县";
						frmobj.xsbh.options[6].value="170205";
						frmobj.xsbh.options[7].text="习水";
						frmobj.xsbh.options[7].value="170206";
						frmobj.xsbh.options[8].text="凤冈";
						frmobj.xsbh.options[8].value="170207";
						frmobj.xsbh.options[9].text="正安";
						frmobj.xsbh.options[9].value="170208";
						frmobj.xsbh.options[10].text="余庆";
						frmobj.xsbh.options[10].value="170209";
						frmobj.xsbh.options[11].text="湄潭";
						frmobj.xsbh.options[11].value="170210";
						frmobj.xsbh.options[12].text="道真";
						frmobj.xsbh.options[12].value="170211";
						frmobj.xsbh.options[13].text="务川";
						frmobj.xsbh.options[13].value="170212";
				        break;

		        case "1703":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="铜仁市";
						frmobj.xsbh.options[1].value="170300";
						frmobj.xsbh.options[2].text="德江";
						frmobj.xsbh.options[2].value="170301";
						frmobj.xsbh.options[3].text="江口";
						frmobj.xsbh.options[3].value="170302";
						frmobj.xsbh.options[4].text="思南";
						frmobj.xsbh.options[4].value="170303";
						frmobj.xsbh.options[5].text="万山";
						frmobj.xsbh.options[5].value="170304";
						frmobj.xsbh.options[6].text="石阡";
						frmobj.xsbh.options[6].value="170305";
						frmobj.xsbh.options[7].text="玉屏";
						frmobj.xsbh.options[7].value="170306";
						frmobj.xsbh.options[8].text="松桃";
						frmobj.xsbh.options[8].value="170307";
						frmobj.xsbh.options[9].text="印江";
						frmobj.xsbh.options[9].value="170308";
						frmobj.xsbh.options[10].text="沿河";
						frmobj.xsbh.options[10].value="170309";
				        break;

		        case "1704":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="六盘水市";
						frmobj.xsbh.options[1].value="170400";
						frmobj.xsbh.options[2].text="盘县";
						frmobj.xsbh.options[2].value="170401";
						frmobj.xsbh.options[3].text="六枝";
						frmobj.xsbh.options[3].value="170402";
						frmobj.xsbh.options[4].text="水城";
						frmobj.xsbh.options[4].value="170403";
				        break;

		        case "1705":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="兴义";
						frmobj.xsbh.options[1].value="170500";
						frmobj.xsbh.options[2].text="望谟";
						frmobj.xsbh.options[2].value="170501";
						frmobj.xsbh.options[3].text="兴仁";
						frmobj.xsbh.options[3].value="170502";
						frmobj.xsbh.options[4].text="普安";
						frmobj.xsbh.options[4].value="170503";
						frmobj.xsbh.options[5].text="册亨";
						frmobj.xsbh.options[5].value="170504";
						frmobj.xsbh.options[6].text="晴隆";
						frmobj.xsbh.options[6].value="170505";
						frmobj.xsbh.options[7].text="贞丰";
						frmobj.xsbh.options[7].value="170506";
						frmobj.xsbh.options[8].text="安龙";
						frmobj.xsbh.options[8].value="170507";
				        break;

		        case "1706":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="都匀";
						frmobj.xsbh.options[1].value="170600";
						frmobj.xsbh.options[2].text="福泉";
						frmobj.xsbh.options[2].value="170601";
						frmobj.xsbh.options[3].text="贵定";
						frmobj.xsbh.options[3].value="170602";
						frmobj.xsbh.options[4].text="惠水";
						frmobj.xsbh.options[4].value="170603";
						frmobj.xsbh.options[5].text="罗甸";
						frmobj.xsbh.options[5].value="170604";
						frmobj.xsbh.options[6].text="瓮安";
						frmobj.xsbh.options[6].value="170605";
						frmobj.xsbh.options[7].text="荔波";
						frmobj.xsbh.options[7].value="170606";
						frmobj.xsbh.options[8].text="龙里";
						frmobj.xsbh.options[8].value="170607";
						frmobj.xsbh.options[9].text="平塘";
						frmobj.xsbh.options[9].value="170608";
						frmobj.xsbh.options[10].text="长順";
						frmobj.xsbh.options[10].value="170609";
						frmobj.xsbh.options[11].text="独山";
						frmobj.xsbh.options[11].value="170610";
						frmobj.xsbh.options[12].text="三都";
						frmobj.xsbh.options[12].value="170611";
				        break;

		        case "1707":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="毕节市";
						frmobj.xsbh.options[1].value="170700";
						frmobj.xsbh.options[2].text="黔西";
						frmobj.xsbh.options[2].value="170701";
						frmobj.xsbh.options[3].text="大方";
						frmobj.xsbh.options[3].value="170702";
						frmobj.xsbh.options[4].text="织金";
						frmobj.xsbh.options[4].value="170703";
						frmobj.xsbh.options[5].text="金沙";
						frmobj.xsbh.options[5].value="170704";
						frmobj.xsbh.options[6].text="赫章";
						frmobj.xsbh.options[6].value="170705";
						frmobj.xsbh.options[7].text="纳雍";
						frmobj.xsbh.options[7].value="170706";
						frmobj.xsbh.options[8].text="威宁";
						frmobj.xsbh.options[8].value="170707";
				        break;

		        case "1708":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="安顺市";
						frmobj.xsbh.options[1].value="170800";
						frmobj.xsbh.options[2].text="普定";
						frmobj.xsbh.options[2].value="170801";
						frmobj.xsbh.options[3].text="平坝";
						frmobj.xsbh.options[3].value="170802";
						frmobj.xsbh.options[4].text="镇宁";
						frmobj.xsbh.options[4].value="170803";
						frmobj.xsbh.options[5].text="紫云";
						frmobj.xsbh.options[5].value="170804";
						frmobj.xsbh.options[6].text="关岭";
						frmobj.xsbh.options[6].value="170805";
				        break;

		        case "1709":
						frmobj.xsbh.options.length=17;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="凯里";
						frmobj.xsbh.options[1].value="170900";
						frmobj.xsbh.options[2].text="施秉";
						frmobj.xsbh.options[2].value="170901";
						frmobj.xsbh.options[3].text="从江";
						frmobj.xsbh.options[3].value="170902";
						frmobj.xsbh.options[4].text="锦屏";
						frmobj.xsbh.options[4].value="170903";
						frmobj.xsbh.options[5].text="镇远";
						frmobj.xsbh.options[5].value="170904";
						frmobj.xsbh.options[6].text="麻江";
						frmobj.xsbh.options[6].value="170905";
						frmobj.xsbh.options[7].text="台江";
						frmobj.xsbh.options[7].value="170906";
						frmobj.xsbh.options[8].text="天柱";
						frmobj.xsbh.options[8].value="170907";
						frmobj.xsbh.options[9].text="黄平";
						frmobj.xsbh.options[9].value="170908";
						frmobj.xsbh.options[10].text="榕江";
						frmobj.xsbh.options[10].value="170909";
						frmobj.xsbh.options[11].text="剑河";
						frmobj.xsbh.options[11].value="170910";
						frmobj.xsbh.options[12].text="三穗";
						frmobj.xsbh.options[12].value="170911";
						frmobj.xsbh.options[13].text="雷山";
						frmobj.xsbh.options[13].value="170912";
						frmobj.xsbh.options[14].text="黎平";
						frmobj.xsbh.options[14].value="170913";
						frmobj.xsbh.options[15].text="岑巩";
						frmobj.xsbh.options[15].value="170914";
						frmobj.xsbh.options[16].text="丹寨";
						frmobj.xsbh.options[16].value="170915";
				        break;

		        case "1801":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="西安市";
						frmobj.xsbh.options[1].value="180100";
						frmobj.xsbh.options[2].text="阎良";
						frmobj.xsbh.options[2].value="180101";
						frmobj.xsbh.options[3].text="临潼";
						frmobj.xsbh.options[3].value="180102";
						frmobj.xsbh.options[4].text="长安";
						frmobj.xsbh.options[4].value="180103";
						frmobj.xsbh.options[5].text="高陵";
						frmobj.xsbh.options[5].value="180104";
						frmobj.xsbh.options[6].text="蓝田";
						frmobj.xsbh.options[6].value="180105";
						frmobj.xsbh.options[7].text="户县";
						frmobj.xsbh.options[7].value="180106";
						frmobj.xsbh.options[8].text="周至";
						frmobj.xsbh.options[8].value="180107";
						frmobj.xsbh.options[9].text="杨凌";
						frmobj.xsbh.options[9].value="180108";
				        break;

		        case "1802":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="铜川市";
						frmobj.xsbh.options[1].value="180200";
						frmobj.xsbh.options[2].text="耀县";
						frmobj.xsbh.options[2].value="180201";
						frmobj.xsbh.options[3].text="宜军";
						frmobj.xsbh.options[3].value="180202";
				        break;

		        case "1803":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="咸阳市";
						frmobj.xsbh.options[1].value="180300";
						frmobj.xsbh.options[2].text="兴平";
						frmobj.xsbh.options[2].value="180301";
						frmobj.xsbh.options[3].text="礼泉";
						frmobj.xsbh.options[3].value="180302";
						frmobj.xsbh.options[4].text="泾阳";
						frmobj.xsbh.options[4].value="180303";
						frmobj.xsbh.options[5].text="永寿";
						frmobj.xsbh.options[5].value="180304";
						frmobj.xsbh.options[6].text="三原";
						frmobj.xsbh.options[6].value="180305";
						frmobj.xsbh.options[7].text="彬县";
						frmobj.xsbh.options[7].value="180306";
						frmobj.xsbh.options[8].text="旬邑";
						frmobj.xsbh.options[8].value="180307";
						frmobj.xsbh.options[9].text="长武";
						frmobj.xsbh.options[9].value="180308";
						frmobj.xsbh.options[10].text="乾县";
						frmobj.xsbh.options[10].value="180309";
						frmobj.xsbh.options[11].text="武功";
						frmobj.xsbh.options[11].value="180310";
						frmobj.xsbh.options[12].text="淳化";
						frmobj.xsbh.options[12].value="180311";
				        break;

		        case "1804":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="渭南市";
						frmobj.xsbh.options[1].value="180400";
						frmobj.xsbh.options[2].text="韩城";
						frmobj.xsbh.options[2].value="180401";
						frmobj.xsbh.options[3].text="华阴";
						frmobj.xsbh.options[3].value="180402";
						frmobj.xsbh.options[4].text="蒲城";
						frmobj.xsbh.options[4].value="180403";
						frmobj.xsbh.options[5].text="潼关";
						frmobj.xsbh.options[5].value="180404";
						frmobj.xsbh.options[6].text="白水";
						frmobj.xsbh.options[6].value="180405";
						frmobj.xsbh.options[7].text="澄城";
						frmobj.xsbh.options[7].value="180406";
						frmobj.xsbh.options[8].text="华县";
						frmobj.xsbh.options[8].value="180407";
						frmobj.xsbh.options[9].text="合阳";
						frmobj.xsbh.options[9].value="180408";
						frmobj.xsbh.options[10].text="富平";
						frmobj.xsbh.options[10].value="180409";
						frmobj.xsbh.options[11].text="大荔";
						frmobj.xsbh.options[11].value="180410";
				        break;

		        case "1805":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="延安市";
						frmobj.xsbh.options[1].value="180500";
						frmobj.xsbh.options[2].text="安塞";
						frmobj.xsbh.options[2].value="180501";
						frmobj.xsbh.options[3].text="洛川";
						frmobj.xsbh.options[3].value="180502";
						frmobj.xsbh.options[4].text="子长";
						frmobj.xsbh.options[4].value="180503";
						frmobj.xsbh.options[5].text="黄陵";
						frmobj.xsbh.options[5].value="180504";
						frmobj.xsbh.options[6].text="延川";
						frmobj.xsbh.options[6].value="180505";
						frmobj.xsbh.options[7].text="富县";
						frmobj.xsbh.options[7].value="180506";
						frmobj.xsbh.options[8].text="延长";
						frmobj.xsbh.options[8].value="180507";
						frmobj.xsbh.options[9].text="甘泉";
						frmobj.xsbh.options[9].value="180508";
						frmobj.xsbh.options[10].text="宜川";
						frmobj.xsbh.options[10].value="180509";
						frmobj.xsbh.options[11].text="志丹";
						frmobj.xsbh.options[11].value="180510";
						frmobj.xsbh.options[12].text="黄龙";
						frmobj.xsbh.options[12].value="180511";
						frmobj.xsbh.options[13].text="吴旗";
						frmobj.xsbh.options[13].value="180512";
				        break;

		        case "1806":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="汉中市";
						frmobj.xsbh.options[1].value="180600";
						frmobj.xsbh.options[2].text="留坝";
						frmobj.xsbh.options[2].value="180601";
						frmobj.xsbh.options[3].text="镇巴";
						frmobj.xsbh.options[3].value="180602";
						frmobj.xsbh.options[4].text="城固";
						frmobj.xsbh.options[4].value="180603";
						frmobj.xsbh.options[5].text="南郑";
						frmobj.xsbh.options[5].value="180604";
						frmobj.xsbh.options[6].text="洋县";
						frmobj.xsbh.options[6].value="180605";
						frmobj.xsbh.options[7].text="宁强";
						frmobj.xsbh.options[7].value="180606";
						frmobj.xsbh.options[8].text="佛坪";
						frmobj.xsbh.options[8].value="180607";
						frmobj.xsbh.options[9].text="勉县";
						frmobj.xsbh.options[9].value="180608";
						frmobj.xsbh.options[10].text="西乡";
						frmobj.xsbh.options[10].value="180609";
						frmobj.xsbh.options[11].text="略阳";
						frmobj.xsbh.options[11].value="180610";
				        break;

		        case "1807":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="榆林市";
						frmobj.xsbh.options[1].value="180700";
						frmobj.xsbh.options[2].text="清涧";
						frmobj.xsbh.options[2].value="180701";
						frmobj.xsbh.options[3].text="绥德";
						frmobj.xsbh.options[3].value="180702";
						frmobj.xsbh.options[4].text="神木";
						frmobj.xsbh.options[4].value="180703";
						frmobj.xsbh.options[5].text="佳县";
						frmobj.xsbh.options[5].value="180704";
						frmobj.xsbh.options[6].text="府谷";
						frmobj.xsbh.options[6].value="180705";
						frmobj.xsbh.options[7].text="子洲";
						frmobj.xsbh.options[7].value="180706";
						frmobj.xsbh.options[8].text="靖边";
						frmobj.xsbh.options[8].value="180707";
						frmobj.xsbh.options[9].text="横山";
						frmobj.xsbh.options[9].value="180708";
						frmobj.xsbh.options[10].text="米脂";
						frmobj.xsbh.options[10].value="180709";
						frmobj.xsbh.options[11].text="吴堡";
						frmobj.xsbh.options[11].value="180710";
						frmobj.xsbh.options[12].text="定边";
						frmobj.xsbh.options[12].value="180711";
				        break;

		        case "1808":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="商州市";
						frmobj.xsbh.options[1].value="180800";
						frmobj.xsbh.options[2].text="镇安";
						frmobj.xsbh.options[2].value="180801";
						frmobj.xsbh.options[3].text="山阳";
						frmobj.xsbh.options[3].value="180802";
						frmobj.xsbh.options[4].text="洛南";
						frmobj.xsbh.options[4].value="180803";
						frmobj.xsbh.options[5].text="商南";
						frmobj.xsbh.options[5].value="180804";
						frmobj.xsbh.options[6].text="丹凤";
						frmobj.xsbh.options[6].value="180805";
						frmobj.xsbh.options[7].text="柞水";
						frmobj.xsbh.options[7].value="180806";
				        break;

		        case "1809":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="安康市";
						frmobj.xsbh.options[1].value="180900";
						frmobj.xsbh.options[2].text="紫阳";
						frmobj.xsbh.options[2].value="180901";
						frmobj.xsbh.options[3].text="岚皋";
						frmobj.xsbh.options[3].value="180902";
						frmobj.xsbh.options[4].text="旬阳";
						frmobj.xsbh.options[4].value="180903";
						frmobj.xsbh.options[5].text="镇坪";
						frmobj.xsbh.options[5].value="180904";
						frmobj.xsbh.options[6].text="平利";
						frmobj.xsbh.options[6].value="180905";
						frmobj.xsbh.options[7].text="石泉";
						frmobj.xsbh.options[7].value="180906";
						frmobj.xsbh.options[8].text="宁陕";
						frmobj.xsbh.options[8].value="180907";
						frmobj.xsbh.options[9].text="白河";
						frmobj.xsbh.options[9].value="180908";
						frmobj.xsbh.options[10].text="汉阴";
						frmobj.xsbh.options[10].value="180909";
				        break;

		        case "1810":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="宝鸡市";
						frmobj.xsbh.options[1].value="181000";
						frmobj.xsbh.options[2].text="岐山";
						frmobj.xsbh.options[2].value="181001";
						frmobj.xsbh.options[3].text="凤翔";
						frmobj.xsbh.options[3].value="181002";
						frmobj.xsbh.options[4].text="陇县";
						frmobj.xsbh.options[4].value="181003";
						frmobj.xsbh.options[5].text="太白";
						frmobj.xsbh.options[5].value="181004";
						frmobj.xsbh.options[6].text="宝鸡县";
						frmobj.xsbh.options[6].value="181005";
						frmobj.xsbh.options[7].text="麟游";
						frmobj.xsbh.options[7].value="181006";
						frmobj.xsbh.options[8].text="扶风";
						frmobj.xsbh.options[8].value="181007";
						frmobj.xsbh.options[9].text="千阳";
						frmobj.xsbh.options[9].value="181008";
						frmobj.xsbh.options[10].text="眉县";
						frmobj.xsbh.options[10].value="181009";
						frmobj.xsbh.options[11].text="凤县";
						frmobj.xsbh.options[11].value="181010";
				        break;

		        case "1901":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="兰州市";
						frmobj.xsbh.options[1].value="190100";
						frmobj.xsbh.options[2].text="永登";
						frmobj.xsbh.options[2].value="190101";
						frmobj.xsbh.options[3].text="榆中";
						frmobj.xsbh.options[3].value="190102";
						frmobj.xsbh.options[4].text="皋兰";
						frmobj.xsbh.options[4].value="190103";
				        break;

		        case "1902":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="金昌市";
						frmobj.xsbh.options[1].value="190200";
						frmobj.xsbh.options[2].text="永昌县";
						frmobj.xsbh.options[2].value="190201";
				        break;

		        case "1903":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="白银市";
						frmobj.xsbh.options[1].value="190300";
						frmobj.xsbh.options[2].text="平川";
						frmobj.xsbh.options[2].value="190301";
						frmobj.xsbh.options[3].text="靖远";
						frmobj.xsbh.options[3].value="190302";
						frmobj.xsbh.options[4].text="景泰";
						frmobj.xsbh.options[4].value="190303";
						frmobj.xsbh.options[5].text="会宁";
						frmobj.xsbh.options[5].value="190304";
				        break;

		        case "1904":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="天水市";
						frmobj.xsbh.options[1].value="190400";
						frmobj.xsbh.options[2].text="秦州区";
						frmobj.xsbh.options[2].value="190401";
						frmobj.xsbh.options[3].text="麦积区";
						frmobj.xsbh.options[3].value="190402";
						frmobj.xsbh.options[4].text="武山";
						frmobj.xsbh.options[4].value="190403";
						frmobj.xsbh.options[5].text="甘谷";
						frmobj.xsbh.options[5].value="190404";
						frmobj.xsbh.options[6].text="张家川";
						frmobj.xsbh.options[6].value="190405";
						frmobj.xsbh.options[7].text="秦安";
						frmobj.xsbh.options[7].value="190406";
						frmobj.xsbh.options[8].text="清水";
						frmobj.xsbh.options[8].value="190407";
				        break;

		        case "1905":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="嘉峪关市";
						frmobj.xsbh.options[1].value="190500";
				        break;

		        case "1906":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="庆阳县";
						frmobj.xsbh.options[1].value="190600";
						frmobj.xsbh.options[2].text="西峰";
						frmobj.xsbh.options[2].value="190601";
						frmobj.xsbh.options[3].text="镇原";
						frmobj.xsbh.options[3].value="190602";
						frmobj.xsbh.options[4].text="合水";
						frmobj.xsbh.options[4].value="190603";
						frmobj.xsbh.options[5].text="华池";
						frmobj.xsbh.options[5].value="190604";
						frmobj.xsbh.options[6].text="环县";
						frmobj.xsbh.options[6].value="190605";
						frmobj.xsbh.options[7].text="宁县";
						frmobj.xsbh.options[7].value="190606";
						frmobj.xsbh.options[8].text="正宁";
						frmobj.xsbh.options[8].value="190607";
				        break;

		        case "1907":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="成县";
						frmobj.xsbh.options[1].value="190700";
						frmobj.xsbh.options[2].text="礼县";
						frmobj.xsbh.options[2].value="190701";
						frmobj.xsbh.options[3].text="康县";
						frmobj.xsbh.options[3].value="190702";
						frmobj.xsbh.options[4].text="武都";
						frmobj.xsbh.options[4].value="190703";
						frmobj.xsbh.options[5].text="文县";
						frmobj.xsbh.options[5].value="190704";
						frmobj.xsbh.options[6].text="两当";
						frmobj.xsbh.options[6].value="190705";
						frmobj.xsbh.options[7].text="徽县";
						frmobj.xsbh.options[7].value="190706";
						frmobj.xsbh.options[8].text="宕昌";
						frmobj.xsbh.options[8].value="190707";
						frmobj.xsbh.options[9].text="西和";
						frmobj.xsbh.options[9].value="190708";
				        break;

		        case "1908":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="武威市";
						frmobj.xsbh.options[1].value="190800";
						frmobj.xsbh.options[2].text="民勤";
						frmobj.xsbh.options[2].value="190801";
						frmobj.xsbh.options[3].text="古浪";
						frmobj.xsbh.options[3].value="190802";
						frmobj.xsbh.options[4].text="天祝";
						frmobj.xsbh.options[4].value="190803";
				        break;

		        case "1909":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="张掖市";
						frmobj.xsbh.options[1].value="190900";
						frmobj.xsbh.options[2].text="民乐";
						frmobj.xsbh.options[2].value="190901";
						frmobj.xsbh.options[3].text="山丹";
						frmobj.xsbh.options[3].value="190902";
						frmobj.xsbh.options[4].text="临泽";
						frmobj.xsbh.options[4].value="190903";
						frmobj.xsbh.options[5].text="高台";
						frmobj.xsbh.options[5].value="190904";
						frmobj.xsbh.options[6].text="肃南";
						frmobj.xsbh.options[6].value="190905";
				        break;

		        case "1910":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="酒泉市";
						frmobj.xsbh.options[1].value="191000";
						frmobj.xsbh.options[2].text="玉门";
						frmobj.xsbh.options[2].value="191001";
						frmobj.xsbh.options[3].text="敦煌";
						frmobj.xsbh.options[3].value="191002";
						frmobj.xsbh.options[4].text="安西";
						frmobj.xsbh.options[4].value="191003";
						frmobj.xsbh.options[5].text="金塔";
						frmobj.xsbh.options[5].value="191004";
						frmobj.xsbh.options[6].text="阿克塞";
						frmobj.xsbh.options[6].value="191005";
						frmobj.xsbh.options[7].text="肃北";
						frmobj.xsbh.options[7].value="191006";
				        break;

		        case "1911":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="合作";
						frmobj.xsbh.options[1].value="191100";
						frmobj.xsbh.options[2].text="临潭";
						frmobj.xsbh.options[2].value="191101";
						frmobj.xsbh.options[3].text="卓尼";
						frmobj.xsbh.options[3].value="191102";
						frmobj.xsbh.options[4].text="舟曲";
						frmobj.xsbh.options[4].value="191103";
						frmobj.xsbh.options[5].text="迭部";
						frmobj.xsbh.options[5].value="191104";
						frmobj.xsbh.options[6].text="玛曲";
						frmobj.xsbh.options[6].value="191105";
						frmobj.xsbh.options[7].text="碌曲";
						frmobj.xsbh.options[7].value="191106";
						frmobj.xsbh.options[8].text="夏河";
						frmobj.xsbh.options[8].value="191107";
				        break;

		        case "1912":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="临夏市";
						frmobj.xsbh.options[1].value="191200";
						frmobj.xsbh.options[2].text="临夏县";
						frmobj.xsbh.options[2].value="191201";
						frmobj.xsbh.options[3].text="康乐";
						frmobj.xsbh.options[3].value="191202";
						frmobj.xsbh.options[4].text="永靖";
						frmobj.xsbh.options[4].value="191203";
						frmobj.xsbh.options[5].text="广河";
						frmobj.xsbh.options[5].value="191204";
						frmobj.xsbh.options[6].text="积石山";
						frmobj.xsbh.options[6].value="191205";
						frmobj.xsbh.options[7].text="东乡县";
						frmobj.xsbh.options[7].value="191206";
						frmobj.xsbh.options[8].text="和政";
						frmobj.xsbh.options[8].value="191207";
				        break;

		        case "1913":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="平凉市";
						frmobj.xsbh.options[1].value="191300";
						frmobj.xsbh.options[2].text="灵台";
						frmobj.xsbh.options[2].value="191301";
						frmobj.xsbh.options[3].text="静宁";
						frmobj.xsbh.options[3].value="191302";
						frmobj.xsbh.options[4].text="崇信";
						frmobj.xsbh.options[4].value="191303";
						frmobj.xsbh.options[5].text="华亭";
						frmobj.xsbh.options[5].value="191304";
						frmobj.xsbh.options[6].text="泾川";
						frmobj.xsbh.options[6].value="191305";
						frmobj.xsbh.options[7].text="庄浪";
						frmobj.xsbh.options[7].value="191306";
				        break;

		        case "1914":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="定西县";
						frmobj.xsbh.options[1].value="191400";
						frmobj.xsbh.options[2].text="岷县";
						frmobj.xsbh.options[2].value="191401";
						frmobj.xsbh.options[3].text="渭源";
						frmobj.xsbh.options[3].value="191402";
						frmobj.xsbh.options[4].text="陇西";
						frmobj.xsbh.options[4].value="191403";
						frmobj.xsbh.options[5].text="通渭";
						frmobj.xsbh.options[5].value="191404";
						frmobj.xsbh.options[6].text="漳县";
						frmobj.xsbh.options[6].value="191405";
						frmobj.xsbh.options[7].text="临洮";
						frmobj.xsbh.options[7].value="191406";
				        break;

		        case "2001":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="兴庆区";
						frmobj.xsbh.options[1].value="200100";
						frmobj.xsbh.options[2].text="永宁县";
						frmobj.xsbh.options[2].value="200101";
						frmobj.xsbh.options[3].text="贺兰县";
						frmobj.xsbh.options[3].value="200102";
						frmobj.xsbh.options[4].text="金凤区";
						frmobj.xsbh.options[4].value="200104";
						frmobj.xsbh.options[5].text="西夏区";
						frmobj.xsbh.options[5].value="200105";
						frmobj.xsbh.options[6].text="灵武市";
						frmobj.xsbh.options[6].value="200106";
						frmobj.xsbh.options[7].text="宁东镇";
						frmobj.xsbh.options[7].value="200107";
				        break;

		        case "2002":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="原州区";
						frmobj.xsbh.options[1].value="200201";
						frmobj.xsbh.options[2].text="隆德县";
						frmobj.xsbh.options[2].value="200203";
						frmobj.xsbh.options[3].text="泾源县";
						frmobj.xsbh.options[3].value="200204";
						frmobj.xsbh.options[4].text="彭阳县";
						frmobj.xsbh.options[4].value="200205";
						frmobj.xsbh.options[5].text="西吉县";
						frmobj.xsbh.options[5].value="200206";
				        break;

		        case "2003":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="利通区";
						frmobj.xsbh.options[1].value="200300";
						frmobj.xsbh.options[2].text="青铜峡";
						frmobj.xsbh.options[2].value="200301";
						frmobj.xsbh.options[3].text="同心县";
						frmobj.xsbh.options[3].value="200303";
						frmobj.xsbh.options[4].text="盐池县";
						frmobj.xsbh.options[4].value="200304";
						frmobj.xsbh.options[5].text="红寺堡";
						frmobj.xsbh.options[5].value="200305";
				        break;

		        case "2004":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="平罗县";
						frmobj.xsbh.options[1].value="200401";
						frmobj.xsbh.options[2].text="大武口区";
						frmobj.xsbh.options[2].value="200402";
						frmobj.xsbh.options[3].text="惠农区";
						frmobj.xsbh.options[3].value="200403";
				        break;

		        case "2005":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="中卫市城区";
						frmobj.xsbh.options[1].value="200501";
						frmobj.xsbh.options[2].text="中宁县";
						frmobj.xsbh.options[2].value="200502";
						frmobj.xsbh.options[3].text="海原县";
						frmobj.xsbh.options[3].value="200503";
				        break;

		        case "2101":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="长春市";
						frmobj.xsbh.options[1].value="210100";
						frmobj.xsbh.options[2].text="九台";
						frmobj.xsbh.options[2].value="210101";
						frmobj.xsbh.options[3].text="榆树";
						frmobj.xsbh.options[3].value="210102";
						frmobj.xsbh.options[4].text="德惠";
						frmobj.xsbh.options[4].value="210103";
						frmobj.xsbh.options[5].text="农安";
						frmobj.xsbh.options[5].value="210104";
						frmobj.xsbh.options[6].text="双阳区";
						frmobj.xsbh.options[6].value="210105";
				        break;

		        case "2102":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="吉林市";
						frmobj.xsbh.options[1].value="210200";
						frmobj.xsbh.options[2].text="舒兰";
						frmobj.xsbh.options[2].value="210201";
						frmobj.xsbh.options[3].text="桦甸";
						frmobj.xsbh.options[3].value="210202";
						frmobj.xsbh.options[4].text="蛟河";
						frmobj.xsbh.options[4].value="210203";
						frmobj.xsbh.options[5].text="磐石";
						frmobj.xsbh.options[5].value="210204";
						frmobj.xsbh.options[6].text="永吉";
						frmobj.xsbh.options[6].value="210205";
				        break;

		        case "2103":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="四平市";
						frmobj.xsbh.options[1].value="210300";
						frmobj.xsbh.options[2].text="双辽";
						frmobj.xsbh.options[2].value="210301";
						frmobj.xsbh.options[3].text="梨树";
						frmobj.xsbh.options[3].value="210302";
						frmobj.xsbh.options[4].text="伊通";
						frmobj.xsbh.options[4].value="210303";
						frmobj.xsbh.options[5].text="公主岭";
						frmobj.xsbh.options[5].value="210304";
				        break;

		        case "2104":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="辽源市";
						frmobj.xsbh.options[1].value="210400";
						frmobj.xsbh.options[2].text="东辽";
						frmobj.xsbh.options[2].value="210401";
						frmobj.xsbh.options[3].text="东丰";
						frmobj.xsbh.options[3].value="210402";
				        break;

		        case "2105":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="通化市";
						frmobj.xsbh.options[1].value="210500";
						frmobj.xsbh.options[2].text="集安";
						frmobj.xsbh.options[2].value="210501";
						frmobj.xsbh.options[3].text="辉南";
						frmobj.xsbh.options[3].value="210502";
						frmobj.xsbh.options[4].text="柳河";
						frmobj.xsbh.options[4].value="210503";
						frmobj.xsbh.options[5].text="梅河口";
						frmobj.xsbh.options[5].value="210504";
						frmobj.xsbh.options[6].text="通化县";
						frmobj.xsbh.options[6].value="210505";
				        break;

		        case "2106":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="白山市";
						frmobj.xsbh.options[1].value="210600";
						frmobj.xsbh.options[2].text="临江";
						frmobj.xsbh.options[2].value="210601";
						frmobj.xsbh.options[3].text="靖宇";
						frmobj.xsbh.options[3].value="210602";
						frmobj.xsbh.options[4].text="抚松";
						frmobj.xsbh.options[4].value="210603";
						frmobj.xsbh.options[5].text="长白";
						frmobj.xsbh.options[5].value="210604";
						frmobj.xsbh.options[6].text="江源";
						frmobj.xsbh.options[6].value="210605";
				        break;

		        case "2107":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="松原";
						frmobj.xsbh.options[1].value="210700";
						frmobj.xsbh.options[2].text="乾安";
						frmobj.xsbh.options[2].value="210701";
						frmobj.xsbh.options[3].text="长岭";
						frmobj.xsbh.options[3].value="210702";
						frmobj.xsbh.options[4].text="扶余";
						frmobj.xsbh.options[4].value="210703";
						frmobj.xsbh.options[5].text="前郭尔罗斯";
						frmobj.xsbh.options[5].value="210704";
				        break;

		        case "2108":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="白城市";
						frmobj.xsbh.options[1].value="210800";
						frmobj.xsbh.options[2].text="大安";
						frmobj.xsbh.options[2].value="210801";
						frmobj.xsbh.options[3].text="洮南";
						frmobj.xsbh.options[3].value="210802";
						frmobj.xsbh.options[4].text="镇赉";
						frmobj.xsbh.options[4].value="210803";
						frmobj.xsbh.options[5].text="通榆";
						frmobj.xsbh.options[5].value="210804";
				        break;

		        case "2109":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="延吉";
						frmobj.xsbh.options[1].value="210900";
						frmobj.xsbh.options[2].text="图们";
						frmobj.xsbh.options[2].value="210901";
						frmobj.xsbh.options[3].text="敦化";
						frmobj.xsbh.options[3].value="210902";
						frmobj.xsbh.options[4].text="龙井";
						frmobj.xsbh.options[4].value="210903";
						frmobj.xsbh.options[5].text="珲春";
						frmobj.xsbh.options[5].value="210904";
						frmobj.xsbh.options[6].text="和龙";
						frmobj.xsbh.options[6].value="210905";
						frmobj.xsbh.options[7].text="安图";
						frmobj.xsbh.options[7].value="210906";
						frmobj.xsbh.options[8].text="汪清";
						frmobj.xsbh.options[8].value="210907";
				        break;

		        case "2201":
						frmobj.xsbh.options.length=15;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="沈阳市";
						frmobj.xsbh.options[1].value="220100";
						frmobj.xsbh.options[2].text="皇姑";
						frmobj.xsbh.options[2].value="220101";
						frmobj.xsbh.options[3].text="铁西";
						frmobj.xsbh.options[3].value="220102";
						frmobj.xsbh.options[4].text="大东";
						frmobj.xsbh.options[4].value="220103";
						frmobj.xsbh.options[5].text="沈河";
						frmobj.xsbh.options[5].value="220104";
						frmobj.xsbh.options[6].text="苏家屯";
						frmobj.xsbh.options[6].value="220105";
						frmobj.xsbh.options[7].text="东陵";
						frmobj.xsbh.options[7].value="220106";
						frmobj.xsbh.options[8].text="于洪";
						frmobj.xsbh.options[8].value="220107";
						frmobj.xsbh.options[9].text="和平区";
						frmobj.xsbh.options[9].value="220108";
						frmobj.xsbh.options[10].text="新民";
						frmobj.xsbh.options[10].value="220109";
						frmobj.xsbh.options[11].text="法库";
						frmobj.xsbh.options[11].value="220110";
						frmobj.xsbh.options[12].text="新城子";
						frmobj.xsbh.options[12].value="220111";
						frmobj.xsbh.options[13].text="辽中";
						frmobj.xsbh.options[13].value="220112";
						frmobj.xsbh.options[14].text="康平";
						frmobj.xsbh.options[14].value="220113";
				        break;

		        case "2202":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="大连市";
						frmobj.xsbh.options[1].value="220200";
						frmobj.xsbh.options[2].text="瓦房店";
						frmobj.xsbh.options[2].value="220201";
						frmobj.xsbh.options[3].text="普兰店";
						frmobj.xsbh.options[3].value="220202";
						frmobj.xsbh.options[4].text="庄河";
						frmobj.xsbh.options[4].value="220203";
						frmobj.xsbh.options[5].text="长海";
						frmobj.xsbh.options[5].value="220204";
				        break;

		        case "2203":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鞍山市";
						frmobj.xsbh.options[1].value="220300";
						frmobj.xsbh.options[2].text="海城";
						frmobj.xsbh.options[2].value="220301";
						frmobj.xsbh.options[3].text="台安";
						frmobj.xsbh.options[3].value="220302";
						frmobj.xsbh.options[4].text="岫岩";
						frmobj.xsbh.options[4].value="220303";
				        break;

		        case "2204":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="抚顺市";
						frmobj.xsbh.options[1].value="220400";
						frmobj.xsbh.options[2].text="新宾";
						frmobj.xsbh.options[2].value="220401";
						frmobj.xsbh.options[3].text="清原";
						frmobj.xsbh.options[3].value="220402";
						frmobj.xsbh.options[4].text="抚顺县";
						frmobj.xsbh.options[4].value="220403";
				        break;

		        case "2205":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="本溪市";
						frmobj.xsbh.options[1].value="220500";
						frmobj.xsbh.options[2].text="桓仁";
						frmobj.xsbh.options[2].value="220501";
						frmobj.xsbh.options[3].text="本溪县";
						frmobj.xsbh.options[3].value="220502";
				        break;

		        case "2206":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="丹东市";
						frmobj.xsbh.options[1].value="220600";
						frmobj.xsbh.options[2].text="东港";
						frmobj.xsbh.options[2].value="220601";
						frmobj.xsbh.options[3].text="凤城";
						frmobj.xsbh.options[3].value="220602";
						frmobj.xsbh.options[4].text="宽甸";
						frmobj.xsbh.options[4].value="220603";
				        break;

		        case "2207":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="锦州市";
						frmobj.xsbh.options[1].value="220700";
						frmobj.xsbh.options[2].text="凌海";
						frmobj.xsbh.options[2].value="220701";
						frmobj.xsbh.options[3].text="北宁";
						frmobj.xsbh.options[3].value="220702";
						frmobj.xsbh.options[4].text="黑山";
						frmobj.xsbh.options[4].value="220703";
						frmobj.xsbh.options[5].text="义县";
						frmobj.xsbh.options[5].value="220704";
				        break;

		        case "2208":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="营口市";
						frmobj.xsbh.options[1].value="220800";
						frmobj.xsbh.options[2].text="盖州";
						frmobj.xsbh.options[2].value="220801";
						frmobj.xsbh.options[3].text="大石桥";
						frmobj.xsbh.options[3].value="220802";
				        break;

		        case "2209":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="盘锦市";
						frmobj.xsbh.options[1].value="220900";
						frmobj.xsbh.options[2].text="大洼";
						frmobj.xsbh.options[2].value="220901";
						frmobj.xsbh.options[3].text="盘山";
						frmobj.xsbh.options[3].value="220902";
				        break;

		        case "2210":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="葫芦岛市";
						frmobj.xsbh.options[1].value="221000";
						frmobj.xsbh.options[2].text="兴城";
						frmobj.xsbh.options[2].value="221001";
						frmobj.xsbh.options[3].text="绥中";
						frmobj.xsbh.options[3].value="221002";
						frmobj.xsbh.options[4].text="建昌";
						frmobj.xsbh.options[4].value="221003";
				        break;

		        case "2211":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="辽阳市";
						frmobj.xsbh.options[1].value="221100";
						frmobj.xsbh.options[2].text="灯塔";
						frmobj.xsbh.options[2].value="221101";
						frmobj.xsbh.options[3].text="辽阳县";
						frmobj.xsbh.options[3].value="221102";
				        break;

		        case "2212":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="铁岭市";
						frmobj.xsbh.options[1].value="221200";
						frmobj.xsbh.options[2].text="铁法";
						frmobj.xsbh.options[2].value="221201";
						frmobj.xsbh.options[3].text="开原";
						frmobj.xsbh.options[3].value="221202";
						frmobj.xsbh.options[4].text="昌图";
						frmobj.xsbh.options[4].value="221203";
						frmobj.xsbh.options[5].text="西丰";
						frmobj.xsbh.options[5].value="221204";
						frmobj.xsbh.options[6].text="铁岭县";
						frmobj.xsbh.options[6].value="221205";
				        break;

		        case "2213":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="朝阳市";
						frmobj.xsbh.options[1].value="221300";
						frmobj.xsbh.options[2].text="凌源";
						frmobj.xsbh.options[2].value="221301";
						frmobj.xsbh.options[3].text="北票";
						frmobj.xsbh.options[3].value="221302";
						frmobj.xsbh.options[4].text="建平";
						frmobj.xsbh.options[4].value="221303";
						frmobj.xsbh.options[5].text="喀喇沁";
						frmobj.xsbh.options[5].value="221304";
						frmobj.xsbh.options[6].text="朝阳县";
						frmobj.xsbh.options[6].value="221305";
				        break;

		        case "2214":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阜新市";
						frmobj.xsbh.options[1].value="221400";
						frmobj.xsbh.options[2].text="彰武";
						frmobj.xsbh.options[2].value="221401";
						frmobj.xsbh.options[3].text="阜新县";
						frmobj.xsbh.options[3].value="221402";
				        break;

		        case "2301":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="西宁市";
						frmobj.xsbh.options[1].value="230100";
						frmobj.xsbh.options[2].text="湟中";
						frmobj.xsbh.options[2].value="230101";
						frmobj.xsbh.options[3].text="湟源";
						frmobj.xsbh.options[3].value="230102";
						frmobj.xsbh.options[4].text="大通";
						frmobj.xsbh.options[4].value="230103";
				        break;

		        case "2302":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="平安";
						frmobj.xsbh.options[1].value="230200";
						frmobj.xsbh.options[2].text="乐都";
						frmobj.xsbh.options[2].value="230201";
						frmobj.xsbh.options[3].text="民和";
						frmobj.xsbh.options[3].value="230202";
						frmobj.xsbh.options[4].text="互助";
						frmobj.xsbh.options[4].value="230203";
						frmobj.xsbh.options[5].text="化龙";
						frmobj.xsbh.options[5].value="230204";
						frmobj.xsbh.options[6].text="循化";
						frmobj.xsbh.options[6].value="230205";
				        break;

		        case "2303":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="海晏";
						frmobj.xsbh.options[1].value="230300";
						frmobj.xsbh.options[2].text="祁连";
						frmobj.xsbh.options[2].value="230301";
						frmobj.xsbh.options[3].text="刚察";
						frmobj.xsbh.options[3].value="230302";
						frmobj.xsbh.options[4].text="门源";
						frmobj.xsbh.options[4].value="230303";
				        break;

		        case "2304":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="玛沁";
						frmobj.xsbh.options[1].value="230400";
						frmobj.xsbh.options[2].text="班玛";
						frmobj.xsbh.options[2].value="230401";
						frmobj.xsbh.options[3].text="甘德";
						frmobj.xsbh.options[3].value="230402";
						frmobj.xsbh.options[4].text="达日";
						frmobj.xsbh.options[4].value="230403";
						frmobj.xsbh.options[5].text="久治";
						frmobj.xsbh.options[5].value="230404";
						frmobj.xsbh.options[6].text="玛多";
						frmobj.xsbh.options[6].value="230405";
				        break;

		        case "2305":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="共和";
						frmobj.xsbh.options[1].value="230500";
						frmobj.xsbh.options[2].text="同德";
						frmobj.xsbh.options[2].value="230501";
						frmobj.xsbh.options[3].text="贵德";
						frmobj.xsbh.options[3].value="230502";
						frmobj.xsbh.options[4].text="兴海";
						frmobj.xsbh.options[4].value="230503";
						frmobj.xsbh.options[5].text="贵南";
						frmobj.xsbh.options[5].value="230504";
						frmobj.xsbh.options[6].text="龙羊峡";
						frmobj.xsbh.options[6].value="230505";
				        break;

		        case "2306":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="德令哈";
						frmobj.xsbh.options[1].value="230600";
						frmobj.xsbh.options[2].text="乌兰";
						frmobj.xsbh.options[2].value="230601";
						frmobj.xsbh.options[3].text="天峻";
						frmobj.xsbh.options[3].value="230602";
						frmobj.xsbh.options[4].text="都兰";
						frmobj.xsbh.options[4].value="230603";
						frmobj.xsbh.options[5].text="冷湖";
						frmobj.xsbh.options[5].value="230604";
						frmobj.xsbh.options[6].text="大柴旦";
						frmobj.xsbh.options[6].value="230605";
						frmobj.xsbh.options[7].text="茫崖";
						frmobj.xsbh.options[7].value="230606";
						frmobj.xsbh.options[8].text="格尔木市";
						frmobj.xsbh.options[8].value="230607";
				        break;

		        case "2307":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="同仁";
						frmobj.xsbh.options[1].value="230700";
						frmobj.xsbh.options[2].text="泽库";
						frmobj.xsbh.options[2].value="230701";
						frmobj.xsbh.options[3].text="尖扎";
						frmobj.xsbh.options[3].value="230702";
						frmobj.xsbh.options[4].text="河南";
						frmobj.xsbh.options[4].value="230703";
						frmobj.xsbh.options[5].text="李家峡";
						frmobj.xsbh.options[5].value="230704";
				        break;

		        case "2308":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="玉树";
						frmobj.xsbh.options[1].value="230801";
						frmobj.xsbh.options[2].text="杂多";
						frmobj.xsbh.options[2].value="230802";
						frmobj.xsbh.options[3].text="称多";
						frmobj.xsbh.options[3].value="230803";
						frmobj.xsbh.options[4].text="治多";
						frmobj.xsbh.options[4].value="230804";
						frmobj.xsbh.options[5].text="曲麻莱";
						frmobj.xsbh.options[5].value="230805";
						frmobj.xsbh.options[6].text="囊谦";
						frmobj.xsbh.options[6].value="230806";
				        break;

		        case "2401":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="呼和浩特市";
						frmobj.xsbh.options[1].value="240100";
						frmobj.xsbh.options[2].text="托克托";
						frmobj.xsbh.options[2].value="240101";
						frmobj.xsbh.options[3].text="清水河";
						frmobj.xsbh.options[3].value="240102";
						frmobj.xsbh.options[4].text="土默特左旗";
						frmobj.xsbh.options[4].value="240105";
						frmobj.xsbh.options[5].text="和林格尔县";
						frmobj.xsbh.options[5].value="240106";
						frmobj.xsbh.options[6].text="武川县";
						frmobj.xsbh.options[6].value="240107";
				        break;

		        case "2402":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="察哈尔前旗";
						frmobj.xsbh.options[1].value="240200";
						frmobj.xsbh.options[2].text="集宁";
						frmobj.xsbh.options[2].value="240201";
						frmobj.xsbh.options[3].text="丰镇";
						frmobj.xsbh.options[3].value="240202";
						frmobj.xsbh.options[4].text="兴和";
						frmobj.xsbh.options[4].value="240203";
						frmobj.xsbh.options[5].text="察哈尔中旗";
						frmobj.xsbh.options[5].value="240204";
						frmobj.xsbh.options[6].text="察哈尔后旗";
						frmobj.xsbh.options[6].value="240205";
						frmobj.xsbh.options[7].text="卓资";
						frmobj.xsbh.options[7].value="240206";
						frmobj.xsbh.options[8].text="商都";
						frmobj.xsbh.options[8].value="240207";
						frmobj.xsbh.options[9].text="凉城";
						frmobj.xsbh.options[9].value="240208";
						frmobj.xsbh.options[10].text="四子王旗";
						frmobj.xsbh.options[10].value="240209";
						frmobj.xsbh.options[11].text="化德";
						frmobj.xsbh.options[11].value="240210";
				        break;

		        case "2403":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乌海市";
						frmobj.xsbh.options[1].value="240300";
				        break;

		        case "2404":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阿拉善左旗";
						frmobj.xsbh.options[1].value="240400";
						frmobj.xsbh.options[2].text="阿济纳旗";
						frmobj.xsbh.options[2].value="240401";
						frmobj.xsbh.options[3].text="阿拉善右旗";
						frmobj.xsbh.options[3].value="240402";
				        break;

		        case "2406":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="锡林浩特市";
						frmobj.xsbh.options[1].value="240600";
						frmobj.xsbh.options[2].text="二连浩特市";
						frmobj.xsbh.options[2].value="240601";
						frmobj.xsbh.options[3].text="多伦";
						frmobj.xsbh.options[3].value="240602";
						frmobj.xsbh.options[4].text="阿巴嘎旗";
						frmobj.xsbh.options[4].value="240603";
						frmobj.xsbh.options[5].text="西乌珠穆沁旗";
						frmobj.xsbh.options[5].value="240605";
						frmobj.xsbh.options[6].text="东乌珠穆沁旗";
						frmobj.xsbh.options[6].value="240606";
						frmobj.xsbh.options[7].text="正蓝旗";
						frmobj.xsbh.options[7].value="240607";
						frmobj.xsbh.options[8].text="镶黄旗";
						frmobj.xsbh.options[8].value="240608";
						frmobj.xsbh.options[9].text="苏尼特左旗";
						frmobj.xsbh.options[9].value="240610";
						frmobj.xsbh.options[10].text="苏尼特右旗";
						frmobj.xsbh.options[10].value="240611";
						frmobj.xsbh.options[11].text="太仆寺旗";
						frmobj.xsbh.options[11].value="240612";
						frmobj.xsbh.options[12].text="正镶白旗";
						frmobj.xsbh.options[12].value="240613";
				        break;

		        case "2407":
						frmobj.xsbh.options.length=15;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="呼伦贝尔市";
						frmobj.xsbh.options[1].value="240700";
						frmobj.xsbh.options[2].text="海拉尔";
						frmobj.xsbh.options[2].value="240701";
						frmobj.xsbh.options[3].text="满洲里";
						frmobj.xsbh.options[3].value="240702";
						frmobj.xsbh.options[4].text="牙克石";
						frmobj.xsbh.options[4].value="240703";
						frmobj.xsbh.options[5].text="额尔古纳";
						frmobj.xsbh.options[5].value="240704";
						frmobj.xsbh.options[6].text="陈巴尔虎旗";
						frmobj.xsbh.options[6].value="240705";
						frmobj.xsbh.options[7].text="扎兰屯";
						frmobj.xsbh.options[7].value="240706";
						frmobj.xsbh.options[8].text="根河";
						frmobj.xsbh.options[8].value="240707";
						frmobj.xsbh.options[9].text="阿荣旗";
						frmobj.xsbh.options[9].value="240708";
						frmobj.xsbh.options[10].text="鄂伦春";
						frmobj.xsbh.options[10].value="240709";
						frmobj.xsbh.options[11].text="新巴尔虎左旗";
						frmobj.xsbh.options[11].value="240710";
						frmobj.xsbh.options[12].text="莫力达瓦";
						frmobj.xsbh.options[12].value="240711";
						frmobj.xsbh.options[13].text="鄂温克旗";
						frmobj.xsbh.options[13].value="240712";
						frmobj.xsbh.options[14].text="新巴尔虎右旗";
						frmobj.xsbh.options[14].value="240713";
				        break;

		        case "2408":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="包头市";
						frmobj.xsbh.options[1].value="240800";
						frmobj.xsbh.options[2].text="固阳县";
						frmobj.xsbh.options[2].value="240801";
						frmobj.xsbh.options[3].text="土默特右旗";
						frmobj.xsbh.options[3].value="240802";
						frmobj.xsbh.options[4].text="达尔罕茂明安旗";
						frmobj.xsbh.options[4].value="240805";
				        break;

		        case "2409":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="通辽市";
						frmobj.xsbh.options[1].value="240900";
						frmobj.xsbh.options[2].text="科尔沁区";
						frmobj.xsbh.options[2].value="240901";
						frmobj.xsbh.options[3].text="经济技术开发区";
						frmobj.xsbh.options[3].value="240902";
						frmobj.xsbh.options[4].text="霍林郭勒市";
						frmobj.xsbh.options[4].value="240903";
						frmobj.xsbh.options[5].text="开鲁县";
						frmobj.xsbh.options[5].value="240904";
						frmobj.xsbh.options[6].text="科尔沁左翼中旗";
						frmobj.xsbh.options[6].value="240905";
						frmobj.xsbh.options[7].text="科尔沁左翼后旗";
						frmobj.xsbh.options[7].value="240906";
						frmobj.xsbh.options[8].text="扎鲁特旗";
						frmobj.xsbh.options[8].value="240907";
						frmobj.xsbh.options[9].text="奈曼旗";
						frmobj.xsbh.options[9].value="240908";
						frmobj.xsbh.options[10].text="库伦旗";
						frmobj.xsbh.options[10].value="240909";
				        break;

		        case "2411":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鄂尔多斯市";
						frmobj.xsbh.options[1].value="241100";
						frmobj.xsbh.options[2].text="东胜";
						frmobj.xsbh.options[2].value="241101";
						frmobj.xsbh.options[3].text="准格尔";
						frmobj.xsbh.options[3].value="241102";
						frmobj.xsbh.options[4].text="乌审旗";
						frmobj.xsbh.options[4].value="241103";
						frmobj.xsbh.options[5].text="达拉特旗";
						frmobj.xsbh.options[5].value="241104";
						frmobj.xsbh.options[6].text="伊金霍洛旗";
						frmobj.xsbh.options[6].value="241105";
						frmobj.xsbh.options[7].text="杭锦旗";
						frmobj.xsbh.options[7].value="241106";
						frmobj.xsbh.options[8].text="鄂托克旗";
						frmobj.xsbh.options[8].value="241107";
						frmobj.xsbh.options[9].text="鄂托克前旗";
						frmobj.xsbh.options[9].value="241108";
						frmobj.xsbh.options[10].text="沙圪堵";
						frmobj.xsbh.options[10].value="241109";
				        break;

		        case "2412":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乌拉特中旗";
						frmobj.xsbh.options[1].value="241200";
						frmobj.xsbh.options[2].text="临河";
						frmobj.xsbh.options[2].value="241201";
						frmobj.xsbh.options[3].text="五原";
						frmobj.xsbh.options[3].value="241202";
						frmobj.xsbh.options[4].text="杭锦后旗";
						frmobj.xsbh.options[4].value="241203";
						frmobj.xsbh.options[5].text="乌拉特前旗";
						frmobj.xsbh.options[5].value="241205";
						frmobj.xsbh.options[6].text="磴口";
						frmobj.xsbh.options[6].value="241206";
						frmobj.xsbh.options[7].text="乌拉特后旗";
						frmobj.xsbh.options[7].value="241208";
				        break;

		        case "2413":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="赤峰市";
						frmobj.xsbh.options[1].value="241300";
						frmobj.xsbh.options[2].text="宁城县";
						frmobj.xsbh.options[2].value="241301";
						frmobj.xsbh.options[3].text="喀喇沁旗";
						frmobj.xsbh.options[3].value="241302";
						frmobj.xsbh.options[4].text="林西";
						frmobj.xsbh.options[4].value="241303";
						frmobj.xsbh.options[5].text="敖汉旗";
						frmobj.xsbh.options[5].value="241304";
						frmobj.xsbh.options[6].text="翁牛特旗";
						frmobj.xsbh.options[6].value="241305";
						frmobj.xsbh.options[7].text="巴林右旗";
						frmobj.xsbh.options[7].value="241306";
						frmobj.xsbh.options[8].text="巴林左旗";
						frmobj.xsbh.options[8].value="241307";
						frmobj.xsbh.options[9].text="阿鲁克尔沁旗";
						frmobj.xsbh.options[9].value="241309";
						frmobj.xsbh.options[10].text="克什克腾旗";
						frmobj.xsbh.options[10].value="241310";
				        break;

		        case "2414":
						frmobj.xsbh.options.length=6;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乌兰浩特市";
						frmobj.xsbh.options[1].value="241400";
						frmobj.xsbh.options[2].text="阿尔山";
						frmobj.xsbh.options[2].value="241401";
						frmobj.xsbh.options[3].text="突泉";
						frmobj.xsbh.options[3].value="241402";
						frmobj.xsbh.options[4].text="扎赉特旗";
						frmobj.xsbh.options[4].value="241403";
						frmobj.xsbh.options[5].text="科尔沁右前旗";
						frmobj.xsbh.options[5].value="241405";
				        break;

		        case "2501":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="哈尔滨市";
						frmobj.xsbh.options[1].value="250100";
						frmobj.xsbh.options[2].text="阿城";
						frmobj.xsbh.options[2].value="250101";
						frmobj.xsbh.options[3].text="尚志";
						frmobj.xsbh.options[3].value="250102";
						frmobj.xsbh.options[4].text="双城";
						frmobj.xsbh.options[4].value="250103";
						frmobj.xsbh.options[5].text="五常";
						frmobj.xsbh.options[5].value="250104";
						frmobj.xsbh.options[6].text="呼兰";
						frmobj.xsbh.options[6].value="250105";
						frmobj.xsbh.options[7].text="方正";
						frmobj.xsbh.options[7].value="250106";
						frmobj.xsbh.options[8].text="宾县";
						frmobj.xsbh.options[8].value="250107";
						frmobj.xsbh.options[9].text="依兰";
						frmobj.xsbh.options[9].value="250108";
						frmobj.xsbh.options[10].text="巴彦";
						frmobj.xsbh.options[10].value="250109";
						frmobj.xsbh.options[11].text="通河";
						frmobj.xsbh.options[11].value="250110";
						frmobj.xsbh.options[12].text="木兰";
						frmobj.xsbh.options[12].value="250111";
						frmobj.xsbh.options[13].text="延寿";
						frmobj.xsbh.options[13].value="250112";
				        break;

		        case "2502":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="双鸭山市";
						frmobj.xsbh.options[1].value="250200";
						frmobj.xsbh.options[2].text="集贤";
						frmobj.xsbh.options[2].value="250201";
						frmobj.xsbh.options[3].text="宝清";
						frmobj.xsbh.options[3].value="250202";
						frmobj.xsbh.options[4].text="友谊";
						frmobj.xsbh.options[4].value="250203";
						frmobj.xsbh.options[5].text="饶河";
						frmobj.xsbh.options[5].value="250204";
						frmobj.xsbh.options[6].text="富裕";
						frmobj.xsbh.options[6].value="250503";
				        break;

		        case "2503":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鹤岗市";
						frmobj.xsbh.options[1].value="250300";
						frmobj.xsbh.options[2].text="萝北";
						frmobj.xsbh.options[2].value="250301";
						frmobj.xsbh.options[3].text="绥滨";
						frmobj.xsbh.options[3].value="250302";
				        break;

		        case "2504":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="鸡西市";
						frmobj.xsbh.options[1].value="250400";
						frmobj.xsbh.options[2].text="密山";
						frmobj.xsbh.options[2].value="250401";
						frmobj.xsbh.options[3].text="虎林";
						frmobj.xsbh.options[3].value="250402";
						frmobj.xsbh.options[4].text="鸡东";
						frmobj.xsbh.options[4].value="250403";
				        break;

		        case "2505":
						frmobj.xsbh.options.length=14;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="齐齐哈尔市";
						frmobj.xsbh.options[1].value="250500";
						frmobj.xsbh.options[2].text="讷河";
						frmobj.xsbh.options[2].value="250501";
						frmobj.xsbh.options[3].text="昂昂溪";
						frmobj.xsbh.options[3].value="250502";
						frmobj.xsbh.options[4].text="梅里斯";
						frmobj.xsbh.options[4].value="250504";
						frmobj.xsbh.options[5].text="富拉尔基";
						frmobj.xsbh.options[5].value="250505";
						frmobj.xsbh.options[6].text="拜泉";
						frmobj.xsbh.options[6].value="250506";
						frmobj.xsbh.options[7].text="甘南";
						frmobj.xsbh.options[7].value="250507";
						frmobj.xsbh.options[8].text="依安";
						frmobj.xsbh.options[8].value="250508";
						frmobj.xsbh.options[9].text="碾子山";
						frmobj.xsbh.options[9].value="250509";
						frmobj.xsbh.options[10].text="克山";
						frmobj.xsbh.options[10].value="250510";
						frmobj.xsbh.options[11].text="泰来";
						frmobj.xsbh.options[11].value="250511";
						frmobj.xsbh.options[12].text="克东";
						frmobj.xsbh.options[12].value="250512";
						frmobj.xsbh.options[13].text="龙江";
						frmobj.xsbh.options[13].value="250513";
				        break;

		        case "2506":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="牡丹江市";
						frmobj.xsbh.options[1].value="250600";
						frmobj.xsbh.options[2].text="宁安";
						frmobj.xsbh.options[2].value="250601";
						frmobj.xsbh.options[3].text="海林";
						frmobj.xsbh.options[3].value="250602";
						frmobj.xsbh.options[4].text="穆棱";
						frmobj.xsbh.options[4].value="250603";
						frmobj.xsbh.options[5].text="林口";
						frmobj.xsbh.options[5].value="250604";
						frmobj.xsbh.options[6].text="绥芬河市";
						frmobj.xsbh.options[6].value="250605";
						frmobj.xsbh.options[7].text="东宁";
						frmobj.xsbh.options[7].value="250606";
				        break;

		        case "2507":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="佳木斯市";
						frmobj.xsbh.options[1].value="250700";
						frmobj.xsbh.options[2].text="同江";
						frmobj.xsbh.options[2].value="250701";
						frmobj.xsbh.options[3].text="富锦";
						frmobj.xsbh.options[3].value="250702";
						frmobj.xsbh.options[4].text="桦川";
						frmobj.xsbh.options[4].value="250703";
						frmobj.xsbh.options[5].text="抚远";
						frmobj.xsbh.options[5].value="250704";
						frmobj.xsbh.options[6].text="桦南";
						frmobj.xsbh.options[6].value="250705";
						frmobj.xsbh.options[7].text="汤原";
						frmobj.xsbh.options[7].value="250706";
				        break;

		        case "2508":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="大庆市";
						frmobj.xsbh.options[1].value="250800";
						frmobj.xsbh.options[2].text="龙凤";
						frmobj.xsbh.options[2].value="250801";
						frmobj.xsbh.options[3].text="红岗";
						frmobj.xsbh.options[3].value="250802";
						frmobj.xsbh.options[4].text="大同";
						frmobj.xsbh.options[4].value="250803";
						frmobj.xsbh.options[5].text="让胡路";
						frmobj.xsbh.options[5].value="250804";
						frmobj.xsbh.options[6].text="杜尔伯特";
						frmobj.xsbh.options[6].value="250805";
						frmobj.xsbh.options[7].text="肇州";
						frmobj.xsbh.options[7].value="250806";
						frmobj.xsbh.options[8].text="肇源";
						frmobj.xsbh.options[8].value="250807";
						frmobj.xsbh.options[9].text="林甸";
						frmobj.xsbh.options[9].value="250808";
						frmobj.xsbh.options[10].text="萨尔图";
						frmobj.xsbh.options[10].value="250809";
				        break;

		        case "2509":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="伊春市";
						frmobj.xsbh.options[1].value="250900";
						frmobj.xsbh.options[2].text="铁力";
						frmobj.xsbh.options[2].value="250901";
						frmobj.xsbh.options[3].text="嘉荫";
						frmobj.xsbh.options[3].value="250902";
				        break;

		        case "2510":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="呼玛";
						frmobj.xsbh.options[1].value="251000";
						frmobj.xsbh.options[2].text="塔河";
						frmobj.xsbh.options[2].value="251001";
						frmobj.xsbh.options[3].text="漠河";
						frmobj.xsbh.options[3].value="251002";
						frmobj.xsbh.options[4].text="建三江";
						frmobj.xsbh.options[4].value="251003";
				        break;

		        case "2511":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="黑河市";
						frmobj.xsbh.options[1].value="251100";
						frmobj.xsbh.options[2].text="北安";
						frmobj.xsbh.options[2].value="251101";
						frmobj.xsbh.options[3].text="逊克";
						frmobj.xsbh.options[3].value="251102";
						frmobj.xsbh.options[4].text="嫩江";
						frmobj.xsbh.options[4].value="251103";
						frmobj.xsbh.options[5].text="五大连池";
						frmobj.xsbh.options[5].value="251104";
						frmobj.xsbh.options[6].text="孙吴";
						frmobj.xsbh.options[6].value="251105";
				        break;

		        case "2512":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="七台河市";
						frmobj.xsbh.options[1].value="251200";
						frmobj.xsbh.options[2].text="勃利";
						frmobj.xsbh.options[2].value="251201";
				        break;

		        case "2513":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="绥化市";
						frmobj.xsbh.options[1].value="251300";
						frmobj.xsbh.options[2].text="安达";
						frmobj.xsbh.options[2].value="251301";
						frmobj.xsbh.options[3].text="海伦";
						frmobj.xsbh.options[3].value="251303";
						frmobj.xsbh.options[4].text="绥棱";
						frmobj.xsbh.options[4].value="251304";
						frmobj.xsbh.options[5].text="兰西";
						frmobj.xsbh.options[5].value="251305";
						frmobj.xsbh.options[6].text="明水";
						frmobj.xsbh.options[6].value="251306";
						frmobj.xsbh.options[7].text="青冈";
						frmobj.xsbh.options[7].value="251307";
						frmobj.xsbh.options[8].text="庆安";
						frmobj.xsbh.options[8].value="251308";
						frmobj.xsbh.options[9].text="望奎";
						frmobj.xsbh.options[9].value="251309";
						frmobj.xsbh.options[10].text="肇东";
						frmobj.xsbh.options[10].value="251310";
				        break;

		        case "2601":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="拉萨市";
						frmobj.xsbh.options[1].value="260100";
						frmobj.xsbh.options[2].text="林周";
						frmobj.xsbh.options[2].value="260101";
						frmobj.xsbh.options[3].text="达孜";
						frmobj.xsbh.options[3].value="260102";
						frmobj.xsbh.options[4].text="尼木";
						frmobj.xsbh.options[4].value="260103";
						frmobj.xsbh.options[5].text="墨竹工卡";
						frmobj.xsbh.options[5].value="260104";
						frmobj.xsbh.options[6].text="堆龙德庆";
						frmobj.xsbh.options[6].value="260105";
						frmobj.xsbh.options[7].text="当雄";
						frmobj.xsbh.options[7].value="260106";
						frmobj.xsbh.options[8].text="曲水";
						frmobj.xsbh.options[8].value="260107";
				        break;

		        case "2602":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="那曲县";
						frmobj.xsbh.options[1].value="260200";
						frmobj.xsbh.options[2].text="嘉黎";
						frmobj.xsbh.options[2].value="260201";
						frmobj.xsbh.options[3].text="申扎";
						frmobj.xsbh.options[3].value="260202";
						frmobj.xsbh.options[4].text="巴青";
						frmobj.xsbh.options[4].value="260203";
						frmobj.xsbh.options[5].text="聂荣";
						frmobj.xsbh.options[5].value="260204";
						frmobj.xsbh.options[6].text="尼玛";
						frmobj.xsbh.options[6].value="260205";
						frmobj.xsbh.options[7].text="比如";
						frmobj.xsbh.options[7].value="260206";
						frmobj.xsbh.options[8].text="索县";
						frmobj.xsbh.options[8].value="260207";
						frmobj.xsbh.options[9].text="班戈";
						frmobj.xsbh.options[9].value="260208";
						frmobj.xsbh.options[10].text="安多";
						frmobj.xsbh.options[10].value="260209";
				        break;

		        case "2603":
						frmobj.xsbh.options.length=12;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="昌都县";
						frmobj.xsbh.options[1].value="260300";
						frmobj.xsbh.options[2].text="芒康";
						frmobj.xsbh.options[2].value="260301";
						frmobj.xsbh.options[3].text="贡觉";
						frmobj.xsbh.options[3].value="260302";
						frmobj.xsbh.options[4].text="八宿";
						frmobj.xsbh.options[4].value="260303";
						frmobj.xsbh.options[5].text="左贡";
						frmobj.xsbh.options[5].value="260304";
						frmobj.xsbh.options[6].text="类乌齐";
						frmobj.xsbh.options[6].value="260305";
						frmobj.xsbh.options[7].text="边坝";
						frmobj.xsbh.options[7].value="260306";
						frmobj.xsbh.options[8].text="洛隆";
						frmobj.xsbh.options[8].value="260307";
						frmobj.xsbh.options[9].text="江达";
						frmobj.xsbh.options[9].value="260308";
						frmobj.xsbh.options[10].text="丁青";
						frmobj.xsbh.options[10].value="260309";
						frmobj.xsbh.options[11].text="察雅";
						frmobj.xsbh.options[11].value="260310";
				        break;

		        case "2604":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乃东";
						frmobj.xsbh.options[1].value="260400";
						frmobj.xsbh.options[2].text="琼结";
						frmobj.xsbh.options[2].value="260401";
						frmobj.xsbh.options[3].text="措美";
						frmobj.xsbh.options[3].value="260402";
						frmobj.xsbh.options[4].text="加查";
						frmobj.xsbh.options[4].value="260403";
						frmobj.xsbh.options[5].text="浪卡子";
						frmobj.xsbh.options[5].value="260404";
						frmobj.xsbh.options[6].text="洛扎";
						frmobj.xsbh.options[6].value="260405";
						frmobj.xsbh.options[7].text="曲松";
						frmobj.xsbh.options[7].value="260406";
						frmobj.xsbh.options[8].text="桑日";
						frmobj.xsbh.options[8].value="260407";
						frmobj.xsbh.options[9].text="扎囊";
						frmobj.xsbh.options[9].value="260408";
						frmobj.xsbh.options[10].text="错那";
						frmobj.xsbh.options[10].value="260409";
						frmobj.xsbh.options[11].text="隆子";
						frmobj.xsbh.options[11].value="260410";
						frmobj.xsbh.options[12].text="贡嘎";
						frmobj.xsbh.options[12].value="260411";
				        break;

		        case "2605":
						frmobj.xsbh.options.length=19;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="日喀则市";
						frmobj.xsbh.options[1].value="260500";
						frmobj.xsbh.options[2].text="定结";
						frmobj.xsbh.options[2].value="260501";
						frmobj.xsbh.options[3].text="萨迦";
						frmobj.xsbh.options[3].value="260502";
						frmobj.xsbh.options[4].text="江孜";
						frmobj.xsbh.options[4].value="260503";
						frmobj.xsbh.options[5].text="定日";
						frmobj.xsbh.options[5].value="260504";
						frmobj.xsbh.options[6].text="聂拉木";
						frmobj.xsbh.options[6].value="260505";
						frmobj.xsbh.options[7].text="康马";
						frmobj.xsbh.options[7].value="260506";
						frmobj.xsbh.options[8].text="吉隆";
						frmobj.xsbh.options[8].value="260507";
						frmobj.xsbh.options[9].text="亚东";
						frmobj.xsbh.options[9].value="260508";
						frmobj.xsbh.options[10].text="昂仁";
						frmobj.xsbh.options[10].value="260509";
						frmobj.xsbh.options[11].text="谢通门";
						frmobj.xsbh.options[11].value="260510";
						frmobj.xsbh.options[12].text="岗巴";
						frmobj.xsbh.options[12].value="260511";
						frmobj.xsbh.options[13].text="仲巴";
						frmobj.xsbh.options[13].value="260512";
						frmobj.xsbh.options[14].text="萨嘎";
						frmobj.xsbh.options[14].value="260513";
						frmobj.xsbh.options[15].text="仁布";
						frmobj.xsbh.options[15].value="260514";
						frmobj.xsbh.options[16].text="南木林";
						frmobj.xsbh.options[16].value="260515";
						frmobj.xsbh.options[17].text="白朗";
						frmobj.xsbh.options[17].value="260516";
						frmobj.xsbh.options[18].text="拉孜";
						frmobj.xsbh.options[18].value="260517";
				        break;

		        case "2606":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="噶尔";
						frmobj.xsbh.options[1].value="260600";
						frmobj.xsbh.options[2].text="措勤";
						frmobj.xsbh.options[2].value="260601";
						frmobj.xsbh.options[3].text="普兰";
						frmobj.xsbh.options[3].value="260602";
						frmobj.xsbh.options[4].text="革吉";
						frmobj.xsbh.options[4].value="260603";
						frmobj.xsbh.options[5].text="日土";
						frmobj.xsbh.options[5].value="260604";
						frmobj.xsbh.options[6].text="改则";
						frmobj.xsbh.options[6].value="260605";
						frmobj.xsbh.options[7].text="札达";
						frmobj.xsbh.options[7].value="260606";
				        break;

		        case "2607":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="林芝";
						frmobj.xsbh.options[1].value="260700";
						frmobj.xsbh.options[2].text="墨脱";
						frmobj.xsbh.options[2].value="260701";
						frmobj.xsbh.options[3].text="朗县";
						frmobj.xsbh.options[3].value="260702";
						frmobj.xsbh.options[4].text="米林";
						frmobj.xsbh.options[4].value="260703";
						frmobj.xsbh.options[5].text="工布江达";
						frmobj.xsbh.options[5].value="260704";
						frmobj.xsbh.options[6].text="波密";
						frmobj.xsbh.options[6].value="260705";
						frmobj.xsbh.options[7].text="察隅";
						frmobj.xsbh.options[7].value="260706";
				        break;

		        case "2701":
						frmobj.xsbh.options.length=3;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="乌鲁木齐市";
						frmobj.xsbh.options[1].value="270100";
						frmobj.xsbh.options[2].text="乌鲁木齐县";
						frmobj.xsbh.options[2].value="270101";
				        break;

		        case "2702":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="库尔勒市";
						frmobj.xsbh.options[1].value="270200";
						frmobj.xsbh.options[2].text="和静";
						frmobj.xsbh.options[2].value="270201";
						frmobj.xsbh.options[3].text="尉犁";
						frmobj.xsbh.options[3].value="270202";
						frmobj.xsbh.options[4].text="和硕";
						frmobj.xsbh.options[4].value="270203";
						frmobj.xsbh.options[5].text="且末";
						frmobj.xsbh.options[5].value="270204";
						frmobj.xsbh.options[6].text="博湖";
						frmobj.xsbh.options[6].value="270205";
						frmobj.xsbh.options[7].text="轮台";
						frmobj.xsbh.options[7].value="270206";
						frmobj.xsbh.options[8].text="若羌";
						frmobj.xsbh.options[8].value="270207";
						frmobj.xsbh.options[9].text="焉耆";
						frmobj.xsbh.options[9].value="270208";
				        break;

		        case "2703":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="哈密市";
						frmobj.xsbh.options[1].value="270300";
						frmobj.xsbh.options[2].text="伊吾";
						frmobj.xsbh.options[2].value="270301";
						frmobj.xsbh.options[3].text="巴里坤";
						frmobj.xsbh.options[3].value="270302";
				        break;

		        case "2704":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="和田市";
						frmobj.xsbh.options[1].value="270400";
						frmobj.xsbh.options[2].text="洛浦";
						frmobj.xsbh.options[2].value="270401";
						frmobj.xsbh.options[3].text="民丰";
						frmobj.xsbh.options[3].value="270402";
						frmobj.xsbh.options[4].text="皮山";
						frmobj.xsbh.options[4].value="270403";
						frmobj.xsbh.options[5].text="策勒";
						frmobj.xsbh.options[5].value="270404";
						frmobj.xsbh.options[6].text="和田县";
						frmobj.xsbh.options[6].value="270405";
						frmobj.xsbh.options[7].text="于田";
						frmobj.xsbh.options[7].value="270406";
						frmobj.xsbh.options[8].text="墨玉";
						frmobj.xsbh.options[8].value="270407";
				        break;

		        case "2705":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="石河子市";
						frmobj.xsbh.options[1].value="270500";
				        break;

		        case "2706":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="克拉玛依市";
						frmobj.xsbh.options[1].value="270600";
				        break;

		        case "2707":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="博乐市";
						frmobj.xsbh.options[1].value="270700";
						frmobj.xsbh.options[2].text="精河";
						frmobj.xsbh.options[2].value="270701";
						frmobj.xsbh.options[3].text="温泉";
						frmobj.xsbh.options[3].value="270702";
				        break;

		        case "2708":
						frmobj.xsbh.options.length=10;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="伊宁市";
						frmobj.xsbh.options[1].value="270800";
						frmobj.xsbh.options[2].text="伊宁县";
						frmobj.xsbh.options[2].value="270801";
						frmobj.xsbh.options[3].text="昭苏";
						frmobj.xsbh.options[3].value="270802";
						frmobj.xsbh.options[4].text="新源";
						frmobj.xsbh.options[4].value="270803";
						frmobj.xsbh.options[5].text="察布查尔";
						frmobj.xsbh.options[5].value="270804";
						frmobj.xsbh.options[6].text="特克斯";
						frmobj.xsbh.options[6].value="270805";
						frmobj.xsbh.options[7].text="尼勒克";
						frmobj.xsbh.options[7].value="270806";
						frmobj.xsbh.options[8].text="霍城";
						frmobj.xsbh.options[8].value="270807";
						frmobj.xsbh.options[9].text="巩留";
						frmobj.xsbh.options[9].value="270808";
				        break;

		        case "2709":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="奎屯市";
						frmobj.xsbh.options[1].value="270900";
				        break;

		        case "2710":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阿勒泰市";
						frmobj.xsbh.options[1].value="271000";
						frmobj.xsbh.options[2].text="青河县";
						frmobj.xsbh.options[2].value="271001";
						frmobj.xsbh.options[3].text="吉木乃";
						frmobj.xsbh.options[3].value="271002";
						frmobj.xsbh.options[4].text="富蕴";
						frmobj.xsbh.options[4].value="271003";
						frmobj.xsbh.options[5].text="布尔津";
						frmobj.xsbh.options[5].value="271004";
						frmobj.xsbh.options[6].text="哈巴河";
						frmobj.xsbh.options[6].value="271005";
						frmobj.xsbh.options[7].text="福海县";
						frmobj.xsbh.options[7].value="271006";
				        break;

		        case "2711":
						frmobj.xsbh.options.length=5;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阿图什市";
						frmobj.xsbh.options[1].value="271100";
						frmobj.xsbh.options[2].text="阿和奇";
						frmobj.xsbh.options[2].value="271121";
						frmobj.xsbh.options[3].text="阿克陶";
						frmobj.xsbh.options[3].value="271122";
						frmobj.xsbh.options[4].text="乌恰";
						frmobj.xsbh.options[4].value="271123";
				        break;

		        case "2712":
						frmobj.xsbh.options.length=8;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="塔城市";
						frmobj.xsbh.options[1].value="271200";
						frmobj.xsbh.options[2].text="乌苏";
						frmobj.xsbh.options[2].value="271201";
						frmobj.xsbh.options[3].text="额敏";
						frmobj.xsbh.options[3].value="271202";
						frmobj.xsbh.options[4].text="裕民";
						frmobj.xsbh.options[4].value="271203";
						frmobj.xsbh.options[5].text="和布克赛尔";
						frmobj.xsbh.options[5].value="271204";
						frmobj.xsbh.options[6].text="沙湾县";
						frmobj.xsbh.options[6].value="271205";
						frmobj.xsbh.options[7].text="托里";
						frmobj.xsbh.options[7].value="271206";
				        break;

		        case "2713":
						frmobj.xsbh.options.length=9;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="昌吉";
						frmobj.xsbh.options[1].value="271300";
						frmobj.xsbh.options[2].text="玛纳斯";
						frmobj.xsbh.options[2].value="271301";
						frmobj.xsbh.options[3].text="阜康";
						frmobj.xsbh.options[3].value="271302";
						frmobj.xsbh.options[4].text="米泉";
						frmobj.xsbh.options[4].value="271303";
						frmobj.xsbh.options[5].text="吉木萨尔";
						frmobj.xsbh.options[5].value="271304";
						frmobj.xsbh.options[6].text="呼图壁";
						frmobj.xsbh.options[6].value="271305";
						frmobj.xsbh.options[7].text="木垒";
						frmobj.xsbh.options[7].value="271306";
						frmobj.xsbh.options[8].text="奇台";
						frmobj.xsbh.options[8].value="271307";
				        break;

		        case "2714":
						frmobj.xsbh.options.length=13;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="喀什市";
						frmobj.xsbh.options[1].value="271400";
						frmobj.xsbh.options[2].text="巴楚";
						frmobj.xsbh.options[2].value="271401";
						frmobj.xsbh.options[3].text="泽普";
						frmobj.xsbh.options[3].value="271402";
						frmobj.xsbh.options[4].text="伽师";
						frmobj.xsbh.options[4].value="271403";
						frmobj.xsbh.options[5].text="岳普湖";
						frmobj.xsbh.options[5].value="271404";
						frmobj.xsbh.options[6].text="麦盖提";
						frmobj.xsbh.options[6].value="271405";
						frmobj.xsbh.options[7].text="疏勒";
						frmobj.xsbh.options[7].value="271406";
						frmobj.xsbh.options[8].text="莎车";
						frmobj.xsbh.options[8].value="271407";
						frmobj.xsbh.options[9].text="疏附";
						frmobj.xsbh.options[9].value="271408";
						frmobj.xsbh.options[10].text="英吉沙";
						frmobj.xsbh.options[10].value="271409";
						frmobj.xsbh.options[11].text="塔什库尔干";
						frmobj.xsbh.options[11].value="271410";
						frmobj.xsbh.options[12].text="叶城";
						frmobj.xsbh.options[12].value="271411";
				        break;

		        case "2715":
						frmobj.xsbh.options.length=11;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="阿克苏市";
						frmobj.xsbh.options[1].value="271500";
						frmobj.xsbh.options[2].text="温宿";
						frmobj.xsbh.options[2].value="271501";
						frmobj.xsbh.options[3].text="沙雅";
						frmobj.xsbh.options[3].value="271502";
						frmobj.xsbh.options[4].text="拜城";
						frmobj.xsbh.options[4].value="271503";
						frmobj.xsbh.options[5].text="库车";
						frmobj.xsbh.options[5].value="271504";
						frmobj.xsbh.options[6].text="阿拉尔";
						frmobj.xsbh.options[6].value="271505";
						frmobj.xsbh.options[7].text="柯坪";
						frmobj.xsbh.options[7].value="271506";
						frmobj.xsbh.options[8].text="新和";
						frmobj.xsbh.options[8].value="271507";
						frmobj.xsbh.options[9].text="乌什";
						frmobj.xsbh.options[9].value="271508";
						frmobj.xsbh.options[10].text="阿瓦提";
						frmobj.xsbh.options[10].value="271509";
				        break;

		        case "2716":
						frmobj.xsbh.options.length=4;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="吐鲁番市";
						frmobj.xsbh.options[1].value="271600";
						frmobj.xsbh.options[2].text="托克逊";
						frmobj.xsbh.options[2].value="271601";
						frmobj.xsbh.options[3].text="鄯善";
						frmobj.xsbh.options[3].value="271602";
				        break;

		        case "2801":
						frmobj.xsbh.options.length=19;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="东城区";
						frmobj.xsbh.options[1].value="280100";
						frmobj.xsbh.options[2].text="西城区";
						frmobj.xsbh.options[2].value="280101";
						frmobj.xsbh.options[3].text="崇文区";
						frmobj.xsbh.options[3].value="280102";
						frmobj.xsbh.options[4].text="宣武区";
						frmobj.xsbh.options[4].value="280103";
						frmobj.xsbh.options[5].text="海淀区";
						frmobj.xsbh.options[5].value="280104";
						frmobj.xsbh.options[6].text="朝阳区";
						frmobj.xsbh.options[6].value="280105";
						frmobj.xsbh.options[7].text="丰台区";
						frmobj.xsbh.options[7].value="280106";
						frmobj.xsbh.options[8].text="石景山";
						frmobj.xsbh.options[8].value="280107";
						frmobj.xsbh.options[9].text="门头沟";
						frmobj.xsbh.options[9].value="280108";
						frmobj.xsbh.options[10].text="房山";
						frmobj.xsbh.options[10].value="280109";
						frmobj.xsbh.options[11].text="顺义";
						frmobj.xsbh.options[11].value="280110";
						frmobj.xsbh.options[12].text="通州区";
						frmobj.xsbh.options[12].value="280111";
						frmobj.xsbh.options[13].text="昌平";
						frmobj.xsbh.options[13].value="280112";
						frmobj.xsbh.options[14].text="密云";
						frmobj.xsbh.options[14].value="280113";
						frmobj.xsbh.options[15].text="延庆";
						frmobj.xsbh.options[15].value="280114";
						frmobj.xsbh.options[16].text="大兴";
						frmobj.xsbh.options[16].value="280115";
						frmobj.xsbh.options[17].text="怀柔";
						frmobj.xsbh.options[17].value="280116";
						frmobj.xsbh.options[18].text="平谷";
						frmobj.xsbh.options[18].value="280117";
				        break;

		        case "2901":
						frmobj.xsbh.options.length=18;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="黄浦区";
						frmobj.xsbh.options[1].value="290100";
						frmobj.xsbh.options[2].text="长宁区";
						frmobj.xsbh.options[2].value="290101";
						frmobj.xsbh.options[3].text="徐汇区";
						frmobj.xsbh.options[3].value="290102";
						frmobj.xsbh.options[4].text="闸北区";
						frmobj.xsbh.options[4].value="290103";
						frmobj.xsbh.options[5].text="杨浦区";
						frmobj.xsbh.options[5].value="290104";
						frmobj.xsbh.options[6].text="虹口区";
						frmobj.xsbh.options[6].value="290105";
						frmobj.xsbh.options[7].text="青浦";
						frmobj.xsbh.options[7].value="290106";
						frmobj.xsbh.options[8].text="崇明";
						frmobj.xsbh.options[8].value="290107";
						frmobj.xsbh.options[9].text="宝山";
						frmobj.xsbh.options[9].value="290108";
						frmobj.xsbh.options[10].text="嘉定";
						frmobj.xsbh.options[10].value="290109";
						frmobj.xsbh.options[11].text="浦东新区";
						frmobj.xsbh.options[11].value="290110";
						frmobj.xsbh.options[12].text="松江";
						frmobj.xsbh.options[12].value="290111";
						frmobj.xsbh.options[13].text="金山";
						frmobj.xsbh.options[13].value="290112";
						frmobj.xsbh.options[14].text="奉贤";
						frmobj.xsbh.options[14].value="290113";
						frmobj.xsbh.options[15].text="南汇";
						frmobj.xsbh.options[15].value="290114";
						frmobj.xsbh.options[16].text="闵行";
						frmobj.xsbh.options[16].value="290115";
						frmobj.xsbh.options[17].text="普陀区";
						frmobj.xsbh.options[17].value="290116";
				        break;

		        case "3001":
						frmobj.xsbh.options.length=20;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="河东";
						frmobj.xsbh.options[1].value="300100";
						frmobj.xsbh.options[2].text="河北";
						frmobj.xsbh.options[2].value="300101";
						frmobj.xsbh.options[3].text="河西";
						frmobj.xsbh.options[3].value="300102";
						frmobj.xsbh.options[4].text="南开";
						frmobj.xsbh.options[4].value="300103";
						frmobj.xsbh.options[5].text="红桥";
						frmobj.xsbh.options[5].value="300104";
						frmobj.xsbh.options[6].text="北辰";
						frmobj.xsbh.options[6].value="300105";
						frmobj.xsbh.options[7].text="东丽";
						frmobj.xsbh.options[7].value="300106";
						frmobj.xsbh.options[8].text="西青";
						frmobj.xsbh.options[8].value="300107";
						frmobj.xsbh.options[9].text="津南";
						frmobj.xsbh.options[9].value="300108";
						frmobj.xsbh.options[10].text="塘沽";
						frmobj.xsbh.options[10].value="300109";
						frmobj.xsbh.options[11].text="大港";
						frmobj.xsbh.options[11].value="300110";
						frmobj.xsbh.options[12].text="汉沽";
						frmobj.xsbh.options[12].value="300111";
						frmobj.xsbh.options[13].text="宝坻";
						frmobj.xsbh.options[13].value="300112";
						frmobj.xsbh.options[14].text="武清";
						frmobj.xsbh.options[14].value="300113";
						frmobj.xsbh.options[15].text="静海";
						frmobj.xsbh.options[15].value="300114";
						frmobj.xsbh.options[16].text="宁河";
						frmobj.xsbh.options[16].value="300115";
						frmobj.xsbh.options[17].text="蓟县";
						frmobj.xsbh.options[17].value="300116";
						frmobj.xsbh.options[18].text="滨海";
						frmobj.xsbh.options[18].value="300117";
						frmobj.xsbh.options[19].text="和平区";
						frmobj.xsbh.options[19].value="300118";
				        break;

		        case "3101":
						frmobj.xsbh.options.length=39;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="北碚区";
						frmobj.xsbh.options[1].value="310101";
						frmobj.xsbh.options[2].text="渝北区";
						frmobj.xsbh.options[2].value="310102";
						frmobj.xsbh.options[3].text="江北区";
						frmobj.xsbh.options[3].value="310103";
						frmobj.xsbh.options[4].text="九龙坡";
						frmobj.xsbh.options[4].value="310104";
						frmobj.xsbh.options[5].text="大渡口";
						frmobj.xsbh.options[5].value="310105";
						frmobj.xsbh.options[6].text="巴南区";
						frmobj.xsbh.options[6].value="310106";
						frmobj.xsbh.options[7].text="万盛区";
						frmobj.xsbh.options[7].value="310107";
						frmobj.xsbh.options[8].text="万州区";
						frmobj.xsbh.options[8].value="310108";
						frmobj.xsbh.options[9].text="长寿区";
						frmobj.xsbh.options[9].value="310109";
						frmobj.xsbh.options[10].text="涪陵区";
						frmobj.xsbh.options[10].value="310110";
						frmobj.xsbh.options[11].text="永川市";
						frmobj.xsbh.options[11].value="310111";
						frmobj.xsbh.options[12].text="合川市";
						frmobj.xsbh.options[12].value="310112";
						frmobj.xsbh.options[13].text="江津市";
						frmobj.xsbh.options[13].value="310113";
						frmobj.xsbh.options[14].text="南川市";
						frmobj.xsbh.options[14].value="310114";
						frmobj.xsbh.options[15].text="綦江";
						frmobj.xsbh.options[15].value="310115";
						frmobj.xsbh.options[16].text="潼南";
						frmobj.xsbh.options[16].value="310116";
						frmobj.xsbh.options[17].text="荣昌";
						frmobj.xsbh.options[17].value="310117";
						frmobj.xsbh.options[18].text="壁山";
						frmobj.xsbh.options[18].value="310118";
						frmobj.xsbh.options[19].text="大足";
						frmobj.xsbh.options[19].value="310119";
						frmobj.xsbh.options[20].text="铜梁";
						frmobj.xsbh.options[20].value="310120";
						frmobj.xsbh.options[21].text="梁平";
						frmobj.xsbh.options[21].value="310121";
						frmobj.xsbh.options[22].text="城口";
						frmobj.xsbh.options[22].value="310122";
						frmobj.xsbh.options[23].text="垫江";
						frmobj.xsbh.options[23].value="310123";
						frmobj.xsbh.options[24].text="武隆";
						frmobj.xsbh.options[24].value="310124";
						frmobj.xsbh.options[25].text="丰都";
						frmobj.xsbh.options[25].value="310125";
						frmobj.xsbh.options[26].text="奉节";
						frmobj.xsbh.options[26].value="310126";
						frmobj.xsbh.options[27].text="开县";
						frmobj.xsbh.options[27].value="310127";
						frmobj.xsbh.options[28].text="云阳";
						frmobj.xsbh.options[28].value="310128";
						frmobj.xsbh.options[29].text="忠县";
						frmobj.xsbh.options[29].value="310129";
						frmobj.xsbh.options[30].text="巫溪";
						frmobj.xsbh.options[30].value="310130";
						frmobj.xsbh.options[31].text="巫山";
						frmobj.xsbh.options[31].value="310131";
						frmobj.xsbh.options[32].text="石柱";
						frmobj.xsbh.options[32].value="310132";
						frmobj.xsbh.options[33].text="秀山";
						frmobj.xsbh.options[33].value="310133";
						frmobj.xsbh.options[34].text="酉阳";
						frmobj.xsbh.options[34].value="310134";
						frmobj.xsbh.options[35].text="黔江";
						frmobj.xsbh.options[35].value="310135";
						frmobj.xsbh.options[36].text="彭水";
						frmobj.xsbh.options[36].value="310136";
						frmobj.xsbh.options[37].text="渝中区";
						frmobj.xsbh.options[37].value="310137";
						frmobj.xsbh.options[38].text="沙坪坝";
						frmobj.xsbh.options[38].value="310138";
				        break;

		        case "3201":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="香港";
						frmobj.xsbh.options[1].value="320100";
				        break;

		        case "3301":
						frmobj.xsbh.options.length=2;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="澳门";
						frmobj.xsbh.options[1].value="330100";
				        break;

		        case "3401":
						frmobj.xsbh.options.length=7;
						frmobj.xsbh.options[0].selected=true;
						frmobj.xsbh.options[0].text=expStr;
						frmobj.xsbh.options[0].value="";
						frmobj.xsbh.options[1].text="台北";
						frmobj.xsbh.options[1].value="340100";
						frmobj.xsbh.options[2].text="台中";
						frmobj.xsbh.options[2].value="340101";
						frmobj.xsbh.options[3].text="基隆";
						frmobj.xsbh.options[3].value="340102";
						frmobj.xsbh.options[4].text="高雄";
						frmobj.xsbh.options[4].value="340103";
						frmobj.xsbh.options[5].text="新竹";
						frmobj.xsbh.options[5].value="340104";
						frmobj.xsbh.options[6].text="嘉义";
						frmobj.xsbh.options[6].value="340105";
				        break;
				}
}
