﻿var province = new Array();var city = new Array();var district = new Array();

province[0] = new Array();
province[0][0] = "0";
province[0][1] = "--Province--";

//---Anhui province[省份标志位][属性标志位]

province[1] = new Array();
province[1][0] = "30";
province[1][1] = "Anhui";

//---city[省份标志位][城市标志位][属性标志位]
city[30] = new Array();
city[30][0] = new Array();
city[30][0][0] = "0";
city[30][0][1] = "--City--";

city[30][1] = new Array();
city[30][1][0] = "60";
city[30][1][1] = "Hefei";

//---Hefei district[城市标志位][街区标志位][属性标志位]
district[60] = new Array();
district[60][0] = new Array();
district[60][0][0] = "0";
district[60][0][1] = "--District--";

city[30][2] = new Array();
city[30][2][0] = "65";
city[30][2][1] = "Huangshan";

//---Huangshan district[城市标志位][街区标志位][属性标志位]
district[65] = new Array();
district[65][0] = new Array();
district[65][0][0] = "0";
district[65][0][1] = "--District--";

//---Beijing province[省份标志位][属性标志位]

province[2] = new Array();
province[2][0] = "1";
province[2][1] = "Beijing";

//---city[省份标志位][城市标志位][属性标志位]
city[1] = new Array();
city[1][0] = new Array();
city[1][0][0] = "0";
city[1][0][1] = "--City--";

city[1][1] = new Array();
city[1][1][0] = "1";
city[1][1][1] = "Beijing";

//---Beijing district[城市标志位][街区标志位][属性标志位]
district[1] = new Array();
district[1][0] = new Array();
district[1][0][0] = "0";
district[1][0][1] = "--District--";

district[1][1] = new Array();
district[1][1][0] = "49";
district[1][1][1] = "Changping";

district[1][2] = new Array();
district[1][2][0] = "4";
district[1][2][1] = "Chao Yang";

district[1][3] = new Array();
district[1][3][0] = "8";
district[1][3][1] = "Chongwen";

district[1][4] = new Array();
district[1][4][0] = "48";
district[1][4][1] = "Daxing";

district[1][5] = new Array();
district[1][5][0] = "5";
district[1][5][1] = "Dongcheng";

district[1][6] = new Array();
district[1][6][0] = "45";
district[1][6][1] = "Fangshan";

district[1][7] = new Array();
district[1][7][0] = "11";
district[1][7][1] = "Fengtai";

district[1][8] = new Array();
district[1][8][0] = "9";
district[1][8][1] = "Haidian";

district[1][9] = new Array();
district[1][9][0] = "50";
district[1][9][1] = "Huairou";

district[1][10] = new Array();
district[1][10][0] = "44";
district[1][10][1] = "Mentougou";

district[1][11] = new Array();
district[1][11][0] = "52";
district[1][11][1] = "Miyun County";

district[1][12] = new Array();
district[1][12][0] = "51";
district[1][12][1] = "Pinggu";

district[1][13] = new Array();
district[1][13][0] = "10";
district[1][13][1] = "Shijingshan";

district[1][14] = new Array();
district[1][14][0] = "47";
district[1][14][1] = "Shunyi";

district[1][15] = new Array();
district[1][15][0] = "46";
district[1][15][1] = "Tongzhou";

district[1][16] = new Array();
district[1][16][0] = "6";
district[1][16][1] = "Xicheng";

district[1][17] = new Array();
district[1][17][0] = "7";
district[1][17][1] = "Xuanwu";

district[1][18] = new Array();
district[1][18][0] = "53";
district[1][18][1] = "Yanqing County";

//---Chongqing province[省份标志位][属性标志位]

province[3] = new Array();
province[3][0] = "9";
province[3][1] = "Chongqing";

//---city[省份标志位][城市标志位][属性标志位]
city[9] = new Array();
city[9][0] = new Array();
city[9][0][0] = "0";
city[9][0][1] = "--City--";

city[9][1] = new Array();
city[9][1][0] = "12";
city[9][1][1] = "Chongqing";

//---Chongqing district[城市标志位][街区标志位][属性标志位]
district[12] = new Array();
district[12][0] = new Array();
district[12][0][0] = "0";
district[12][0][1] = "--District--";

//---Fujian province[省份标志位][属性标志位]

province[4] = new Array();
province[4][0] = "15";
province[4][1] = "Fujian";

//---city[省份标志位][城市标志位][属性标志位]
city[15] = new Array();
city[15][0] = new Array();
city[15][0][0] = "0";
city[15][0][1] = "--City--";

city[15][1] = new Array();
city[15][1][0] = "63";
city[15][1][1] = "Quanzhou";

//---Quanzhou district[城市标志位][街区标志位][属性标志位]
district[63] = new Array();
district[63][0] = new Array();
district[63][0][0] = "0";
district[63][0][1] = "--District--";

city[15][2] = new Array();
city[15][2][0] = "17";
city[15][2][1] = "Xiamen";

//---Xiamen district[城市标志位][街区标志位][属性标志位]
district[17] = new Array();
district[17][0] = new Array();
district[17][0][0] = "0";
district[17][0][1] = "--District--";

//---Gansu province[省份标志位][属性标志位]

province[5] = new Array();
province[5][0] = "19";
province[5][1] = "Gansu";

//---city[省份标志位][城市标志位][属性标志位]
city[19] = new Array();
city[19][0] = new Array();
city[19][0][0] = "0";
city[19][0][1] = "--City--";

city[19][1] = new Array();
city[19][1][0] = "30";
city[19][1][1] = "Dunhuang";

//---Dunhuang district[城市标志位][街区标志位][属性标志位]
district[30] = new Array();
district[30][0] = new Array();
district[30][0][0] = "0";
district[30][0][1] = "--District--";

city[19][2] = new Array();
city[19][2][0] = "68";
city[19][2][1] = "Lanzhou";

//---Lanzhou district[城市标志位][街区标志位][属性标志位]
district[68] = new Array();
district[68][0] = new Array();
district[68][0][0] = "0";
district[68][0][1] = "--District--";

//---Guangdong province[省份标志位][属性标志位]

province[6] = new Array();
province[6][0] = "16";
province[6][1] = "Guangdong";

//---city[省份标志位][城市标志位][属性标志位]
city[16] = new Array();
city[16][0] = new Array();
city[16][0][0] = "0";
city[16][0][1] = "--City--";

city[16][1] = new Array();
city[16][1][0] = "26";
city[16][1][1] = "Beihai";

//---Beihai district[城市标志位][街区标志位][属性标志位]
district[26] = new Array();
district[26][0] = new Array();
district[26][0][0] = "0";
district[26][0][1] = "--District--";

city[16][2] = new Array();
city[16][2][0] = "31";
city[16][2][1] = "Dongguan";

//---Dongguan district[城市标志位][街区标志位][属性标志位]
district[31] = new Array();
district[31][0] = new Array();
district[31][0][0] = "0";
district[31][0][1] = "--District--";

city[16][3] = new Array();
city[16][3][0] = "42";
city[16][3][1] = "Foshan";

//---Foshan district[城市标志位][街区标志位][属性标志位]
district[42] = new Array();
district[42][0] = new Array();
district[42][0][0] = "0";
district[42][0][1] = "--District--";

city[16][4] = new Array();
city[16][4][0] = "43";
city[16][4][1] = "Guangzhou";

//---Guangzhou district[城市标志位][街区标志位][属性标志位]
district[43] = new Array();
district[43][0] = new Array();
district[43][0][0] = "0";
district[43][0][1] = "--District--";

city[16][5] = new Array();
city[16][5][0] = "48";
city[16][5][1] = "Jiangmen";

//---Jiangmen district[城市标志位][街区标志位][属性标志位]
district[48] = new Array();
district[48][0] = new Array();
district[48][0][0] = "0";
district[48][0][1] = "--District--";

city[16][6] = new Array();
city[16][6][0] = "61";
city[16][6][1] = "Panyu";

//---Panyu district[城市标志位][街区标志位][属性标志位]
district[61] = new Array();
district[61][0] = new Array();
district[61][0][0] = "0";
district[61][0][1] = "--District--";

city[16][7] = new Array();
city[16][7][0] = "58";
city[16][7][1] = "Shantou";

//---Shantou district[城市标志位][街区标志位][属性标志位]
district[58] = new Array();
district[58][0] = new Array();
district[58][0][0] = "0";
district[58][0][1] = "--District--";

city[16][8] = new Array();
city[16][8][0] = "18";
city[16][8][1] = "Shenzhen";

//---Shenzhen district[城市标志位][街区标志位][属性标志位]
district[18] = new Array();
district[18][0] = new Array();
district[18][0][0] = "0";
district[18][0][1] = "--District--";

city[16][9] = new Array();
city[16][9][0] = "37";
city[16][9][1] = "Zhaoqing";

//---Zhaoqing district[城市标志位][街区标志位][属性标志位]
district[37] = new Array();
district[37][0] = new Array();
district[37][0][0] = "0";
district[37][0][1] = "--District--";

city[16][10] = new Array();
city[16][10][0] = "23";
city[16][10][1] = "Zhongshan";

//---Zhongshan district[城市标志位][街区标志位][属性标志位]
district[23] = new Array();
district[23][0] = new Array();
district[23][0][0] = "0";
district[23][0][1] = "--District--";

city[16][11] = new Array();
city[16][11][0] = "38";
city[16][11][1] = "Zhuhai";

//---Zhuhai district[城市标志位][街区标志位][属性标志位]
district[38] = new Array();
district[38][0] = new Array();
district[38][0][0] = "0";
district[38][0][1] = "--District--";

//---Guangxi province[省份标志位][属性标志位]

province[7] = new Array();
province[7][0] = "6";
province[7][1] = "Guangxi";

//---city[省份标志位][城市标志位][属性标志位]
city[6] = new Array();
city[6][0] = new Array();
city[6][0][0] = "0";
city[6][0][1] = "--City--";

city[6][1] = new Array();
city[6][1][0] = "8";
city[6][1][1] = "Guilin";

//---Guilin district[城市标志位][街区标志位][属性标志位]
district[8] = new Array();
district[8][0] = new Array();
district[8][0][0] = "0";
district[8][0][1] = "--District--";

city[6][2] = new Array();
city[6][2][0] = "67";
city[6][2][1] = "Nanning";

//---Nanning district[城市标志位][街区标志位][属性标志位]
district[67] = new Array();
district[67][0] = new Array();
district[67][0][0] = "0";
district[67][0][1] = "--District--";

//---Guizhou province[省份标志位][属性标志位]

province[8] = new Array();
province[8][0] = "23";
province[8][1] = "Guizhou";

//---city[省份标志位][城市标志位][属性标志位]
city[23] = new Array();
city[23][0] = new Array();
city[23][0][0] = "0";
city[23][0][1] = "--City--";

city[23][1] = new Array();
city[23][1][0] = "39";
city[23][1][1] = "Anshun";

//---Anshun district[城市标志位][街区标志位][属性标志位]
district[39] = new Array();
district[39][0] = new Array();
district[39][0][0] = "0";
district[39][0][1] = "--District--";

city[23][2] = new Array();
city[23][2][0] = "51";
city[23][2][1] = "Guiyang";

//---Guiyang district[城市标志位][街区标志位][属性标志位]
district[51] = new Array();
district[51][0] = new Array();
district[51][0][0] = "0";
district[51][0][1] = "--District--";

//---Hainan province[省份标志位][属性标志位]

province[9] = new Array();
province[9][0] = "7";
province[9][1] = "Hainan";

//---city[省份标志位][城市标志位][属性标志位]
city[7] = new Array();
city[7][0] = new Array();
city[7][0][0] = "0";
city[7][0][1] = "--City--";

city[7][1] = new Array();
city[7][1][0] = "9";
city[7][1][1] = "Haikou";

//---Haikou district[城市标志位][街区标志位][属性标志位]
district[9] = new Array();
district[9][0] = new Array();
district[9][0][0] = "0";
district[9][0][1] = "--District--";

city[7][2] = new Array();
city[7][2][0] = "19";
city[7][2][1] = "Sanya";

//---Sanya district[城市标志位][街区标志位][属性标志位]
district[19] = new Array();
district[19][0] = new Array();
district[19][0][0] = "0";
district[19][0][1] = "--District--";

//---Hebei province[省份标志位][属性标志位]

province[10] = new Array();
province[10][0] = "2";
province[10][1] = "Hebei";

//---city[省份标志位][城市标志位][属性标志位]
city[2] = new Array();
city[2][0] = new Array();
city[2][0][0] = "0";
city[2][0][1] = "--City--";

city[2][1] = new Array();
city[2][1][0] = "4";
city[2][1][1] = "Baoding";

//---Baoding district[城市标志位][街区标志位][属性标志位]
district[4] = new Array();
district[4][0] = new Array();
district[4][0][0] = "0";
district[4][0][1] = "--District--";

city[2][2] = new Array();
city[2][2][0] = "45";
city[2][2][1] = "Chengde";

//---Chengde district[城市标志位][街区标志位][属性标志位]
district[45] = new Array();
district[45][0] = new Array();
district[45][0][0] = "0";
district[45][0][1] = "--District--";

city[2][3] = new Array();
city[2][3][0] = "3";
city[2][3][1] = "Qinhuangdao";

//---Qinhuangdao district[城市标志位][街区标志位][属性标志位]
district[3] = new Array();
district[3][0] = new Array();
district[3][0][0] = "0";
district[3][0][1] = "--District--";

city[2][4] = new Array();
city[2][4][0] = "2";
city[2][4][1] = "Shijiazhuang";

//---Shijiazhuang district[城市标志位][街区标志位][属性标志位]
district[2] = new Array();
district[2][0] = new Array();
district[2][0][0] = "0";
district[2][0][1] = "--District--";

district[2][1] = new Array();
district[2][1][0] = "3";
district[2][1][1] = "Qiaodong";

district[2][2] = new Array();
district[2][2][0] = "2";
district[2][2][1] = "Qiaoxi";

city[2][5] = new Array();
city[2][5][0] = "25";
city[2][5][1] = "Tangshan";

//---Tangshan district[城市标志位][街区标志位][属性标志位]
district[25] = new Array();
district[25][0] = new Array();
district[25][0][0] = "0";
district[25][0][1] = "--District--";

//---Heilongjiang province[省份标志位][属性标志位]

province[11] = new Array();
province[11][0] = "29";
province[11][1] = "Heilongjiang";

//---city[省份标志位][城市标志位][属性标志位]
city[29] = new Array();
city[29][0] = new Array();
city[29][0][0] = "0";
city[29][0][1] = "--City--";

city[29][1] = new Array();
city[29][1][0] = "59";
city[29][1][1] = "Harbin";

//---Harbin district[城市标志位][街区标志位][属性标志位]
district[59] = new Array();
district[59][0] = new Array();
district[59][0][0] = "0";
district[59][0][1] = "--District--";

//---Henan province[省份标志位][属性标志位]

province[12] = new Array();
province[12][0] = "5";
province[12][1] = "Henan";

//---city[省份标志位][城市标志位][属性标志位]
city[5] = new Array();
city[5][0] = new Array();
city[5][0][0] = "0";
city[5][0][1] = "--City--";

city[5][1] = new Array();
city[5][1][0] = "49";
city[5][1][1] = "Kaifeng";

//---Kaifeng district[城市标志位][街区标志位][属性标志位]
district[49] = new Array();
district[49][0] = new Array();
district[49][0][0] = "0";
district[49][0][1] = "--District--";

city[5][2] = new Array();
city[5][2][0] = "7";
city[5][2][1] = "Luoyang";

//---Luoyang district[城市标志位][街区标志位][属性标志位]
district[7] = new Array();
district[7][0] = new Array();
district[7][0][0] = "0";
district[7][0][1] = "--District--";

city[5][3] = new Array();
city[5][3][0] = "24";
city[5][3][1] = "Zhengzhou";

//---Zhengzhou district[城市标志位][街区标志位][属性标志位]
district[24] = new Array();
district[24][0] = new Array();
district[24][0][0] = "0";
district[24][0][1] = "--District--";

//---Hong Kong SAR province[省份标志位][属性标志位]

province[13] = new Array();
province[13][0] = "33";
province[13][1] = "Hong Kong SAR";

//---city[省份标志位][城市标志位][属性标志位]
city[33] = new Array();
city[33][0] = new Array();
city[33][0][0] = "0";
city[33][0][1] = "--City--";

//---Hubei province[省份标志位][属性标志位]

province[14] = new Array();
province[14][0] = "18";
province[14][1] = "Hubei";

//---city[省份标志位][城市标志位][属性标志位]
city[18] = new Array();
city[18][0] = new Array();
city[18][0][0] = "0";
city[18][0][1] = "--City--";

city[18][1] = new Array();
city[18][1][0] = "28";
city[18][1][1] = "Wuhan";

//---Wuhan district[城市标志位][街区标志位][属性标志位]
district[28] = new Array();
district[28][0] = new Array();
district[28][0][0] = "0";
district[28][0][1] = "--District--";

city[18][2] = new Array();
city[18][2][0] = "44";
city[18][2][1] = "Xiangfan";

//---Xiangfan district[城市标志位][街区标志位][属性标志位]
district[44] = new Array();
district[44][0] = new Array();
district[44][0][0] = "0";
district[44][0][1] = "--District--";

//---Hunan province[省份标志位][属性标志位]

province[15] = new Array();
province[15][0] = "21";
province[15][1] = "Hunan";

//---city[省份标志位][城市标志位][属性标志位]
city[21] = new Array();
city[21][0] = new Array();
city[21][0][0] = "0";
city[21][0][1] = "--City--";

city[21][1] = new Array();
city[21][1][0] = "33";
city[21][1][1] = "Changsha";

//---Changsha district[城市标志位][街区标志位][属性标志位]
district[33] = new Array();
district[33][0] = new Array();
district[33][0][0] = "0";
district[33][0][1] = "--District--";

district[33][1] = new Array();
district[33][1][0] = "75";
district[33][1][1] = "Furong District";

district[33][2] = new Array();
district[33][2][0] = "72";
district[33][2][1] = "Kaifu District";

district[33][3] = new Array();
district[33][3][0] = "71";
district[33][3][1] = "Tianxin District";

district[33][4] = new Array();
district[33][4][0] = "73";
district[33][4][1] = "Yuelu District";

district[33][5] = new Array();
district[33][5][0] = "74";
district[33][5][1] = "Yuhua District";

city[21][2] = new Array();
city[21][2][0] = "36";
city[21][2][1] = "Zhangjiajie";

//---Zhangjiajie district[城市标志位][街区标志位][属性标志位]
district[36] = new Array();
district[36][0] = new Array();
district[36][0][0] = "0";
district[36][0][1] = "--District--";

//---Inner Mongolia province[省份标志位][属性标志位]

province[16] = new Array();
province[16][0] = "27";
province[16][1] = "Inner Mongolia";

//---city[省份标志位][城市标志位][属性标志位]
city[27] = new Array();
city[27][0] = new Array();
city[27][0][0] = "0";
city[27][0][1] = "--City--";

city[27][1] = new Array();
city[27][1][0] = "54";
city[27][1][1] = "Hohhot";

//---Hohhot district[城市标志位][街区标志位][属性标志位]
district[54] = new Array();
district[54][0] = new Array();
district[54][0][0] = "0";
district[54][0][1] = "--District--";

//---Jiangsu province[省份标志位][属性标志位]

province[17] = new Array();
province[17][0] = "11";
province[17][1] = "Jiangsu";

//---city[省份标志位][城市标志位][属性标志位]
city[11] = new Array();
city[11][0] = new Array();
city[11][0][0] = "0";
city[11][0][1] = "--City--";

city[11][1] = new Array();
city[11][1][0] = "14";
city[11][1][1] = "Nanjing";

//---Nanjing district[城市标志位][街区标志位][属性标志位]
district[14] = new Array();
district[14][0] = new Array();
district[14][0][0] = "0";
district[14][0][1] = "--District--";

city[11][2] = new Array();
city[11][2][0] = "40";
city[11][2][1] = "Suzhou";

//---Suzhou district[城市标志位][街区标志位][属性标志位]
district[40] = new Array();
district[40][0] = new Array();
district[40][0][0] = "0";
district[40][0][1] = "--District--";

city[11][3] = new Array();
city[11][3][0] = "29";
city[11][3][1] = "Wuxi";

//---Wuxi district[城市标志位][街区标志位][属性标志位]
district[29] = new Array();
district[29][0] = new Array();
district[29][0][0] = "0";
district[29][0][1] = "--District--";

city[11][4] = new Array();
city[11][4][0] = "34";
city[11][4][1] = "Yangzhou";

//---Yangzhou district[城市标志位][街区标志位][属性标志位]
district[34] = new Array();
district[34][0] = new Array();
district[34][0][0] = "0";
district[34][0][1] = "--District--";

//---Jiangxi province[省份标志位][属性标志位]

province[18] = new Array();
province[18][0] = "26";
province[18][1] = "Jiangxi";

//---city[省份标志位][城市标志位][属性标志位]
city[26] = new Array();
city[26][0] = new Array();
city[26][0][0] = "0";
city[26][0][1] = "--City--";

city[26][1] = new Array();
city[26][1][0] = "56";
city[26][1][1] = "Jiujiang";

//---Jiujiang district[城市标志位][街区标志位][属性标志位]
district[56] = new Array();
district[56][0] = new Array();
district[56][0][0] = "0";
district[56][0][1] = "--District--";

city[26][2] = new Array();
city[26][2][0] = "53";
city[26][2][1] = "Nanchang";

//---Nanchang district[城市标志位][街区标志位][属性标志位]
district[53] = new Array();
district[53][0] = new Array();
district[53][0][0] = "0";
district[53][0][1] = "--District--";

//---Jilin province[省份标志位][属性标志位]

province[19] = new Array();
province[19][0] = "20";
province[19][1] = "Jilin";

//---city[省份标志位][城市标志位][属性标志位]
city[20] = new Array();
city[20][0] = new Array();
city[20][0][0] = "0";
city[20][0][1] = "--City--";

city[20][1] = new Array();
city[20][1][0] = "32";
city[20][1][1] = "Changchun";

//---Changchun district[城市标志位][街区标志位][属性标志位]
district[32] = new Array();
district[32][0] = new Array();
district[32][0][0] = "0";
district[32][0][1] = "--District--";

city[20][2] = new Array();
city[20][2][0] = "66";
city[20][2][1] = "Jilin";

//---Jilin district[城市标志位][街区标志位][属性标志位]
district[66] = new Array();
district[66][0] = new Array();
district[66][0][0] = "0";
district[66][0][1] = "--District--";

//---Liaoning province[省份标志位][属性标志位]

province[20] = new Array();
province[20][0] = "4";
province[20][1] = "Liaoning";

//---city[省份标志位][城市标志位][属性标志位]
city[4] = new Array();
city[4][0] = new Array();
city[4][0][0] = "0";
city[4][0][1] = "--City--";

city[4][1] = new Array();
city[4][1][0] = "10";
city[4][1][1] = "Dalian";

//---Dalian district[城市标志位][街区标志位][属性标志位]
district[10] = new Array();
district[10][0] = new Array();
district[10][0][0] = "0";
district[10][0][1] = "--District--";

district[10][1] = new Array();
district[10][1][0] = "70";
district[10][1][1] = "Golden Pebble Beach Resort";

district[10][2] = new Array();
district[10][2][0] = "69";
district[10][2][1] = "Xigang";

district[10][3] = new Array();
district[10][3][0] = "68";
district[10][3][1] = "Zhongshan";

city[4][2] = new Array();
city[4][2][0] = "6";
city[4][2][1] = "Shenyang";

//---Shenyang district[城市标志位][街区标志位][属性标志位]
district[6] = new Array();
district[6][0] = new Array();
district[6][0][0] = "0";
district[6][0][1] = "--District--";

district[6][1] = new Array();
district[6][1][0] = "33";
district[6][1][1] = "Dadong";

district[6][2] = new Array();
district[6][2][0] = "37";
district[6][2][1] = "Dongling";

district[6][3] = new Array();
district[6][3][0] = "43";
district[6][3][1] = "Faku County";

district[6][4] = new Array();
district[6][4][0] = "31";
district[6][4][1] = "Heping";

district[6][5] = new Array();
district[6][5][0] = "34";
district[6][5][1] = "Huanggu";

district[6][6] = new Array();
district[6][6][0] = "42";
district[6][6][1] = "Kangping County";

district[6][7] = new Array();
district[6][7][0] = "41";
district[6][7][1] = "Liaozhong County";

district[6][8] = new Array();
district[6][8][0] = "32";
district[6][8][1] = "Shenhe";

district[6][9] = new Array();
district[6][9][0] = "36";
district[6][9][1] = "Sujiatun";

district[6][10] = new Array();
district[6][10][0] = "35";
district[6][10][1] = "Tiexi";

district[6][11] = new Array();
district[6][11][0] = "38";
district[6][11][1] = "Xinchengzi";

district[6][12] = new Array();
district[6][12][0] = "40";
district[6][12][1] = "Xinmin County";

district[6][13] = new Array();
district[6][13][0] = "39";
district[6][13][1] = "Yuhong";

//---Macao SAR province[省份标志位][属性标志位]

province[21] = new Array();
province[21][0] = "34";
province[21][1] = "Macao SAR";

//---city[省份标志位][城市标志位][属性标志位]
city[34] = new Array();
city[34][0] = new Array();
city[34][0][0] = "0";
city[34][0][1] = "--City--";

//---Ningxia province[省份标志位][属性标志位]

province[22] = new Array();
province[22][0] = "22";
province[22][1] = "Ningxia";

//---city[省份标志位][城市标志位][属性标志位]
city[22] = new Array();
city[22][0] = new Array();
city[22][0][0] = "0";
city[22][0][1] = "--City--";

city[22][1] = new Array();
city[22][1][0] = "35";
city[22][1][1] = "Yinchuan";

//---Yinchuan district[城市标志位][街区标志位][属性标志位]
district[35] = new Array();
district[35][0] = new Array();
district[35][0][0] = "0";
district[35][0][1] = "--District--";

//---Qinghai province[省份标志位][属性标志位]

province[23] = new Array();
province[23][0] = "31";
province[23][1] = "Qinghai";

//---city[省份标志位][城市标志位][属性标志位]
city[31] = new Array();
city[31][0] = new Array();
city[31][0][0] = "0";
city[31][0][1] = "--City--";

//---Shaanxi province[省份标志位][属性标志位]

province[24] = new Array();
province[24][0] = "10";
province[24][1] = "Shaanxi";

//---city[省份标志位][城市标志位][属性标志位]
city[10] = new Array();
city[10][0] = new Array();
city[10][0][0] = "0";
city[10][0][1] = "--City--";

city[10][1] = new Array();
city[10][1][0] = "13";
city[10][1][1] = "Xi'an";

//---Xi'an district[城市标志位][街区标志位][属性标志位]
district[13] = new Array();
district[13][0] = new Array();
district[13][0][0] = "0";
district[13][0][1] = "--District--";

district[13][1] = new Array();
district[13][1][0] = "59";
district[13][1][1] = "Baqiao";

district[13][2] = new Array();
district[13][2][0] = "56";
district[13][2][1] = "Beilin";

district[13][3] = new Array();
district[13][3][0] = "63";
district[13][3][1] = "Chang'an";

district[13][4] = new Array();
district[13][4][0] = "66";
district[13][4][1] = "Gaoling County";

district[13][5] = new Array();
district[13][5][0] = "67";
district[13][5][1] = "Huxian County";

district[13][6] = new Array();
district[13][6][0] = "65";
district[13][6][1] = "Lantian County";

district[13][7] = new Array();
district[13][7][0] = "57";
district[13][7][1] = "Lianhu";

district[13][8] = new Array();
district[13][8][0] = "62";
district[13][8][1] = "Lintong";

district[13][9] = new Array();
district[13][9][0] = "58";
district[13][9][1] = "Weiyang";

district[13][10] = new Array();
district[13][10][0] = "55";
district[13][10][1] = "Xincheng";

district[13][11] = new Array();
district[13][11][0] = "60";
district[13][11][1] = "Yanliang";

district[13][12] = new Array();
district[13][12][0] = "61";
district[13][12][1] = "Yanta";

district[13][13] = new Array();
district[13][13][0] = "64";
district[13][13][1] = "Zhouzhi County";

//---Shandong province[省份标志位][属性标志位]

province[25] = new Array();
province[25][0] = "8";
province[25][1] = "Shandong";

//---city[省份标志位][城市标志位][属性标志位]
city[8] = new Array();
city[8][0] = new Array();
city[8][0][0] = "0";
city[8][0][1] = "--City--";

city[8][1] = new Array();
city[8][1][0] = "55";
city[8][1][1] = "Jinan";

//---Jinan district[城市标志位][街区标志位][属性标志位]
district[55] = new Array();
district[55][0] = new Array();
district[55][0][0] = "0";
district[55][0][1] = "--District--";

city[8][2] = new Array();
city[8][2][0] = "11";
city[8][2][1] = "Qingdao";

//---Qingdao district[城市标志位][街区标志位][属性标志位]
district[11] = new Array();
district[11][0] = new Array();
district[11][0][0] = "0";
district[11][0][1] = "--District--";

city[8][3] = new Array();
city[8][3][0] = "62";
city[8][3][1] = "Qufu";

//---Qufu district[城市标志位][街区标志位][属性标志位]
district[62] = new Array();
district[62][0] = new Array();
district[62][0][0] = "0";
district[62][0][1] = "--District--";

//---Shanghai province[省份标志位][属性标志位]

province[26] = new Array();
province[26][0] = "3";
province[26][1] = "Shanghai";

//---city[省份标志位][城市标志位][属性标志位]
city[3] = new Array();
city[3][0] = new Array();
city[3][0][0] = "0";
city[3][0][1] = "--City--";

city[3][1] = new Array();
city[3][1][0] = "5";
city[3][1][1] = "Shanghai";

//---Shanghai district[城市标志位][街区标志位][属性标志位]
district[5] = new Array();
district[5][0] = new Array();
district[5][0][0] = "0";
district[5][0][1] = "--District--";

district[5][1] = new Array();
district[5][1][0] = "21";
district[5][1][1] = "Baoshan";

district[5][2] = new Array();
district[5][2][0] = "15";
district[5][2][1] = "Changning";

district[5][3] = new Array();
district[5][3][0] = "30";
district[5][3][1] = "Chongming";

district[5][4] = new Array();
district[5][4][0] = "29";
district[5][4][1] = "Fengxian";

district[5][5] = new Array();
district[5][5][0] = "19";
district[5][5][1] = "Hongkou";

district[5][6] = new Array();
district[5][6][0] = "54";
district[5][6][1] = "Hongqiao";

district[5][7] = new Array();
district[5][7][0] = "12";
district[5][7][1] = "Huangpu";

district[5][8] = new Array();
district[5][8][0] = "23";
district[5][8][1] = "Jiading";

district[5][9] = new Array();
district[5][9][0] = "16";
district[5][9][1] = "Jing'an";

district[5][10] = new Array();
district[5][10][0] = "26";
district[5][10][1] = "Jinshan";

district[5][11] = new Array();
district[5][11][0] = "13";
district[5][11][1] = "Luwan";

district[5][12] = new Array();
district[5][12][0] = "22";
district[5][12][1] = "Minhang";

district[5][13] = new Array();
district[5][13][0] = "28";
district[5][13][1] = "Nanhui";

district[5][14] = new Array();
district[5][14][0] = "24";
district[5][14][1] = "Pudong";

district[5][15] = new Array();
district[5][15][0] = "17";
district[5][15][1] = "Putuo";

district[5][16] = new Array();
district[5][16][0] = "27";
district[5][16][1] = "Qingqu";

district[5][17] = new Array();
district[5][17][0] = "25";
district[5][17][1] = "Songjiang";

district[5][18] = new Array();
district[5][18][0] = "14";
district[5][18][1] = "Xuhui";

district[5][19] = new Array();
district[5][19][0] = "20";
district[5][19][1] = "Yangpu";

district[5][20] = new Array();
district[5][20][0] = "18";
district[5][20][1] = "Zhabei";

//---Shanxi province[省份标志位][属性标志位]

province[27] = new Array();
province[27][0] = "24";
province[27][1] = "Shanxi";

//---city[省份标志位][城市标志位][属性标志位]
city[24] = new Array();
city[24][0] = new Array();
city[24][0][0] = "0";
city[24][0][1] = "--City--";

city[24][1] = new Array();
city[24][1][0] = "47";
city[24][1][1] = "Datong";

//---Datong district[城市标志位][街区标志位][属性标志位]
district[47] = new Array();
district[47][0] = new Array();
district[47][0][0] = "0";
district[47][0][1] = "--District--";

city[24][2] = new Array();
city[24][2][0] = "41";
city[24][2][1] = "Taiyuan";

//---Taiyuan district[城市标志位][街区标志位][属性标志位]
district[41] = new Array();
district[41][0] = new Array();
district[41][0][0] = "0";
district[41][0][1] = "--District--";

//---Sichuan province[省份标志位][属性标志位]

province[28] = new Array();
province[28][0] = "13";
province[28][1] = "Sichuan";

//---city[省份标志位][城市标志位][属性标志位]
city[13] = new Array();
city[13][0] = new Array();
city[13][0][0] = "0";
city[13][0][1] = "--City--";

city[13][1] = new Array();
city[13][1][0] = "15";
city[13][1][1] = "Chengdu";

//---Chengdu district[城市标志位][街区标志位][属性标志位]
district[15] = new Array();
district[15][0] = new Array();
district[15][0][0] = "0";
district[15][0][1] = "--District--";

city[13][2] = new Array();
city[13][2][0] = "22";
city[13][2][1] = "Leshan";

//---Leshan district[城市标志位][街区标志位][属性标志位]
district[22] = new Array();
district[22][0] = new Array();
district[22][0][0] = "0";
district[22][0][1] = "--District--";

//---Taiwan province[省份标志位][属性标志位]

province[29] = new Array();
province[29][0] = "35";
province[29][1] = "Taiwan";

//---city[省份标志位][城市标志位][属性标志位]
city[35] = new Array();
city[35][0] = new Array();
city[35][0][0] = "0";
city[35][0][1] = "--City--";

//---Tianjin province[省份标志位][属性标志位]

province[30] = new Array();
province[30][0] = "32";
province[30][1] = "Tianjin";

//---city[省份标志位][城市标志位][属性标志位]
city[32] = new Array();
city[32][0] = new Array();
city[32][0][0] = "0";
city[32][0][1] = "--City--";

city[32][1] = new Array();
city[32][1][0] = "70";
city[32][1][1] = "Tianjin";

//---Tianjin district[城市标志位][街区标志位][属性标志位]
district[70] = new Array();
district[70][0] = new Array();
district[70][0][0] = "0";
district[70][0][1] = "--District--";

//---Tibet province[省份标志位][属性标志位]

province[31] = new Array();
province[31][0] = "25";
province[31][1] = "Tibet";

//---city[省份标志位][城市标志位][属性标志位]
city[25] = new Array();
city[25][0] = new Array();
city[25][0][0] = "0";
city[25][0][1] = "--City--";

city[25][1] = new Array();
city[25][1][0] = "50";
city[25][1][1] = "Lhasa";

//---Lhasa district[城市标志位][街区标志位][属性标志位]
district[50] = new Array();
district[50][0] = new Array();
district[50][0][0] = "0";
district[50][0][1] = "--District--";

//---Xinjiang province[省份标志位][属性标志位]

province[32] = new Array();
province[32][0] = "17";
province[32][1] = "Xinjiang";

//---city[省份标志位][城市标志位][属性标志位]
city[17] = new Array();
city[17][0] = new Array();
city[17][0][0] = "0";
city[17][0][1] = "--City--";

city[17][1] = new Array();
city[17][1][0] = "21";
city[17][1][1] = "Urumqi";

//---Urumqi district[城市标志位][街区标志位][属性标志位]
district[21] = new Array();
district[21][0] = new Array();
district[21][0][0] = "0";
district[21][0][1] = "--District--";

//---Yunnan province[省份标志位][属性标志位]

province[33] = new Array();
province[33][0] = "14";
province[33][1] = "Yunnan";

//---city[省份标志位][城市标志位][属性标志位]
city[14] = new Array();
city[14][0] = new Array();
city[14][0][0] = "0";
city[14][0][1] = "--City--";

city[14][1] = new Array();
city[14][1][0] = "46";
city[14][1][1] = "Dali";

//---Dali district[城市标志位][街区标志位][属性标志位]
district[46] = new Array();
district[46][0] = new Array();
district[46][0][0] = "0";
district[46][0][1] = "--District--";

city[14][2] = new Array();
city[14][2][0] = "16";
city[14][2][1] = "Kunming";

//---Kunming district[城市标志位][街区标志位][属性标志位]
district[16] = new Array();
district[16][0] = new Array();
district[16][0][0] = "0";
district[16][0][1] = "--District--";

city[14][3] = new Array();
city[14][3][0] = "52";
city[14][3][1] = "Lijiang";

//---Lijiang district[城市标志位][街区标志位][属性标志位]
district[52] = new Array();
district[52][0] = new Array();
district[52][0][0] = "0";
district[52][0][1] = "--District--";

//---Zhejiang province[省份标志位][属性标志位]

province[34] = new Array();
province[34][0] = "28";
province[34][1] = "Zhejiang";

//---city[省份标志位][城市标志位][属性标志位]
city[28] = new Array();
city[28][0] = new Array();
city[28][0][0] = "0";
city[28][0][1] = "--City--";

city[28][1] = new Array();
city[28][1][0] = "69";
city[28][1][1] = "Hangzhou";

//---Hangzhou district[城市标志位][街区标志位][属性标志位]
district[69] = new Array();
district[69][0] = new Array();
district[69][0][0] = "0";
district[69][0][1] = "--District--";

city[28][2] = new Array();
city[28][2][0] = "57";
city[28][2][1] = "Ningbo";

//---Ningbo district[城市标志位][街区标志位][属性标志位]
district[57] = new Array();
district[57][0] = new Array();
district[57][0][0] = "0";
district[57][0][1] = "--District--";

city[28][3] = new Array();
city[28][3][0] = "64";
city[28][3][1] = "Shaoxing";

//---Shaoxing district[城市标志位][街区标志位][属性标志位]
district[64] = new Array();
district[64][0] = new Array();
district[64][0][0] = "0";
district[64][0][1] = "--District--";
//----------JavaScript---------//
function InitProvince()
{
for(i=0;i<province.length;i++)
{
var oOption = document.createElement("OPTION");
document.all.p.options.add(oOption);
oOption.innerText = province[i][1];
oOption.value = province[i][0];
}
}
function InitCity()
{
	var pid = document.all.p.options.value;
	if(pid!=0)
	{
		for(i=document.all.c.options.length-1;i>=0;i--)
		{
			document.all.c.options.remove(i);
		}
		for(j=0;j<city[pid].length;j++)
		{
			var oOption = document.createElement("OPTION");
			document.all.c.options.add(oOption);
			oOption.innerText = city[pid][j][1];
			oOption.value = city[pid][j][0];
		}
	}
	else
	{
		for(i=document.all.c.options.length-1;i>=0;i--)
		{
			document.all.c.options.remove(i);
		}
		var oOption = document.createElement("OPTION");
		document.all.c.options.add(oOption);
		oOption.innerText = "--City--";
		oOption.value = "0";
	}
}
function InitDistrict()
{
	var cid = "33";
	if(cid!=0)
	{
		for(i=document.all.d.options.length-1;i>=0;i--)
		{
			document.all.d.options.remove(i);
		}
		for(j=0;j<district[cid].length;j++)
		{
			var oOption = document.createElement("OPTION");
			document.all.d.options.add(oOption);
			oOption.innerText = district[cid][j][1];
			oOption.value = district[cid][j][0];
		}
	}
	else{
		for(i=document.all.d.options.length;i>=0;i--){
			document.all.d.options.remove(i);
		}
		var oOption = document.createElement("OPTION");
		document.all.d.options.add(oOption);
		oOption.innerText = "--District--";
		oOption.value="0";
		oOption.selected = true;
	}
}

