var continents = [
	{ key : "1", parentKey : "-1", value : "Asia" },
	{ key : "2", parentKey : "-1", value : "Europe" },
	{ key : "3", parentKey : "-1", value : "The Americas" },
	{ key : "4", parentKey : "-1", value : "Oceania" },
	{ key : "5", parentKey : "-1", value : "Africa" }
];

var country = [
	{ key : "201", parentKey : "2", value : "Albania" }, 
	{ key : "101", parentKey : "1", value : "Afghanistan" }, 
	{ key : "102", parentKey : "1", value : "United Arab Emirates" }, 
	{ key : "103", parentKey : "1", value : "Oman" }, 
	{ key : "104", parentKey : "1", value : "Azerbaijan" }, 
	{ key : "501", parentKey : "5", value : "Egypt" }, 
	{ key : "202", parentKey : "2", value : "Ireland" }, 
	{ key : "203", parentKey : "2", value : "Estonia" }, 
	{ key : "204", parentKey : "2", value : "Andorra" }, 
	{ key : "205", parentKey : "2", value : "Austria" }, 
	{ key : "401", parentKey : "4", value : "Australia" }, 
	{ key : "105", parentKey : "1", value : "Pakistan" }, 
	{ key : "106", parentKey : "1", value : "Palestine" }, 
	{ key : "107", parentKey : "1", value : "Bahrain" }, 
	{ key : "206", parentKey : "2", value : "Belarus" }, 
	{ key : "207", parentKey : "2", value : "Bulgaria" }, 
	{ key : "208", parentKey : "2", value : "Belgium" },
	{ key : "209", parentKey : "2", value : "Iceland" }, 
	{ key : "210", parentKey : "2", value : "Bosnia-Herzegovinia" }, 
	{ key : "211", parentKey : "2", value : "Poland" }, 
	{ key : "108", parentKey : "1", value : "Bhutan" }, 
	{ key : "109", parentKey : "1", value : "North Korea" }, 
	{ key : "212", parentKey : "2", value : "Denmark" }, 
	{ key : "213", parentKey : "2", value : "Germany" }, 
	{ key : "214", parentKey : "2", value : "Russia" }, 
	{ key : "215", parentKey : "2", value : "France" }, 
	{ key : "216", parentKey : "2", value : "Vatican" }, 
	{ key : "110", parentKey : "1", value : "Philippines" }, 
	{ key : "402", parentKey : "4", value : "Fiji" }, 
	{ key : "217", parentKey : "2", value : "Finland" }, 
	{ key : "301", parentKey : "3", value : "Costarica" }, 
	{ key : "302", parentKey : "3", value : "Greenland" }, 
	{ key : "111", parentKey : "1", value : "Georgia" }, 
	{ key : "403", parentKey : "4", value : "Guam" }, 
	{ key : "112", parentKey : "1", value : "Kazakhstan" }, 
	{ key : "113", parentKey : "1", value : "Korea" }, 
	{ key : "218", parentKey : "2", value : "The Netherlands" }, 
	{ key : "114", parentKey : "1", value : "Kyrgyzstan" }, 
	{ key : "303", parentKey : "3", value : "Canada" }, 
	{ key : "115", parentKey : "1", value : "Cambodia" }, 
	{ key : "219", parentKey : "2", value : "Czech Republic" }, 
	{ key : "116", parentKey : "1", value : "Qatar" }, 
	{ key : "117", parentKey : "1", value : "Kuwait" }, 
	{ key : "220", parentKey : "2", value : "Croatia" }, 
	{ key : "221", parentKey : "2", value : "Latvia" }, 
	{ key : "118", parentKey : "1", value : "Lao" }, 
	{ key : "119", parentKey : "1", value : "Lebanon" }, 
	{ key : "222", parentKey : "2", value : "Lithuania" }, 
	{ key : "223", parentKey : "2", value : "Liechtenstein" }, 
	{ key : "224", parentKey : "2", value : "Luxembourg" }, 
	{ key : "225", parentKey : "2", value : "Romania" }, 
	{ key : "120", parentKey : "1", value : "Maldives" }, 
	{ key : "226", parentKey : "2", value : "Malta" }, 
	{ key : "121", parentKey : "1", value : "Malaysia" }, 
	{ key : "227", parentKey : "2", value : "Macedonia" }, 
	{ key : "404", parentKey : "4", value : "Marshall Islands" }, 
	{ key : "304", parentKey : "3", value : "United States" }, 
	{ key : "122", parentKey : "1", value : "Mongolia" }, 
	{ key : "123", parentKey : "1", value : "Bangladesh" }, 
	{ key : "124", parentKey : "1", value : "Myanmar" }, 
	{ key : "228", parentKey : "2", value : "Moldova" }, 
	{ key : "229", parentKey : "2", value : "Monaco" }, 
	{ key : "305", parentKey : "3", value : "Mexico" }, 
	{ key : "502", parentKey : "5", value : "South Africa" }, 
	{ key : "230", parentKey : "2", value : "Yugoslavia" }, 
	{ key : "405", parentKey : "4", value : "Nauru" }, 
	{ key : "125", parentKey : "1", value : "Nepal" }, 
	{ key : "231", parentKey : "2", value : "Norway" }, 
	{ key : "232", parentKey : "2", value : "Portugal" }, 
	{ key : "126", parentKey : "1", value : "Japan" }, 
	{ key : "233", parentKey : "2", value : "Sweden" }, 
	{ key : "234", parentKey : "2", value : "Swiss" }, 
	{ key : "306", parentKey : "3", value : "El Salvador" }, 
	{ key : "127", parentKey : "1", value : "Cyprus" }, 
	{ key : "128", parentKey : "1", value : "Saudi Arabia" }, 
	{ key : "235", parentKey : "2", value : "San Marino" }, 
	{ key : "129", parentKey : "1", value : "Sri Lanka" }, 
	{ key : "236", parentKey : "2", value : "Slovakia" }, 
	{ key : "237", parentKey : "2", value : "Slovenia" }, 
	{ key : "406", parentKey : "4", value : "Solomon Islands" }, 
	{ key : "130", parentKey : "1", value : "Tajikistan" }, 
	{ key : "131", parentKey : "1", value : "Thailand" }, 
	{ key : "503", parentKey : "5", value : "Tunisia" }, 
	{ key : "132", parentKey : "1", value : "Turkey" }, 
	{ key : "133", parentKey : "1", value : "Turkmenstan" }, 
	{ key : "134", parentKey : "1", value : "Brunei" }, 
	{ key : "238", parentKey : "2", value : "Ukraine" }, 
	{ key : "135", parentKey : "1", value : "Uzbekistan" }, 
	{ key : "239", parentKey : "2", value : "Spain" }, 
	{ key : "240", parentKey : "2", value : "Greece" }, 
	{ key : "136", parentKey : "1", value : "Sikkim" }, 
	{ key : "137", parentKey : "1", value : "Singapore" }, 
	{ key : "407", parentKey : "4", value : "New Zealand" }, 
	{ key : "241", parentKey : "2", value : "Hungary" }, 
	{ key : "138", parentKey : "1", value : "Syria" }, 
	{ key : "139", parentKey : "1", value : "Armenia" }, 
	{ key : "140", parentKey : "1", value : "Yemen" }, 
	{ key : "141", parentKey : "1", value : "Iraq" }, 
	{ key : "142", parentKey : "1", value : "Iran" }, 
	{ key : "143", parentKey : "1", value : "Israel" }, 
	{ key : "242", parentKey : "2", value : "Italy" }, 
	{ key : "144", parentKey : "1", value : "India" }, 
	{ key : "145", parentKey : "1", value : "Indonesia" }, 
	{ key : "243", parentKey : "2", value : "United Kingdom" }, 
	{ key : "146", parentKey : "1", value : "Jordan" }, 
	{ key : "147", parentKey : "1", value : "Viet Nam" }, 
	{ key : "148", parentKey : "1", value : "China" }, 
	{ key : "149", parentKey : "1", value : "Hong Kong" }, 
	{ key : "150", parentKey : "1", value : "Macao" }, 
	{ key : "151", parentKey : "1", value : "Taiwan" }
];

var provinces = [
	{ key : "0100", parentKey : "148", value : "Beijing" },
	{ key : "0200", parentKey : "148", value : "Tianjin" },
	{ key : "0300", parentKey : "148", value : "Shanghai" },
	{ key : "0400", parentKey : "148", value : "Chongqing" },
	{ key : "0500", parentKey : "148", value : "Hebei" },
	{ key : "0600", parentKey : "148", value : "Shanxi" },
	{ key : "0700", parentKey : "148", value : "Neimeng" },
	{ key : "0800", parentKey : "148", value : "Liaoning" },
	{ key : "0900", parentKey : "148", value : "Jilin" },
	{ key : "1000", parentKey : "148", value : "Heilongjiang" },
	{ key : "1100", parentKey : "148", value : "Jiangsu" },
	{ key : "1200", parentKey : "148", value : "Zhejiang" },
	{ key : "1300", parentKey : "148", value : "Anhui" },
	{ key : "1400", parentKey : "148", value : "Fujian" },
	{ key : "1500", parentKey : "148", value : "Jiangxi" },
	{ key : "1600", parentKey : "148", value : "Shandong" },
	{ key : "1700", parentKey : "148", value : "He’nan" },
	{ key : "1800", parentKey : "148", value : "Hubei" },
	{ key : "1900", parentKey : "148", value : "Hunan" },
	{ key : "2000", parentKey : "148", value : "Guangdong" },
	{ key : "2100", parentKey : "148", value : "Guangxi" },
	{ key : "2200", parentKey : "148", value : "Hainan" },
	{ key : "2300", parentKey : "148", value : "Sichuan" },
	{ key : "2400", parentKey : "148", value : "Guizhou" },
	{ key : "2500", parentKey : "148", value : "Yu’nan" },
	{ key : "2600", parentKey : "148", value : "Xizang" },
	{ key : "2700", parentKey : "148", value : "Shanxi" },
	{ key : "2800", parentKey : "148", value : "Gansu" },
	{ key : "2900", parentKey : "148", value : "Qinghai" },
	{ key : "3000", parentKey : "148", value : "Ningxia" },
	{ key : "3100", parentKey : "148", value : "Xinjiang" },
	{ key : "3200", parentKey : "148", value : "Hong Kong" },
	{ key : "3300", parentKey : "148", value : "Macao" },
	{ key : "3400", parentKey : "148", value : "Taiwan" }
];

var cities = [
	{ key : "0101", parentKey : "0100", value : "Dongcheng" },
	{ key : "0102", parentKey : "0100", value : "Xicheng" },
	{ key : "0103", parentKey : "0100", value : "Chongwen" },
	{ key : "0104", parentKey : "0100", value : "Xuanwu" },
	{ key : "0105", parentKey : "0100", value : "Chaoyang" },
	{ key : "0106", parentKey : "0100", value : "Fengtai" },
	{ key : "0107", parentKey : "0100", value : "Shijingshan" },
	{ key : "0108", parentKey : "0100", value : "Haidian" },
	{ key : "0109", parentKey : "0100", value : "Mentougou" },
	{ key : "0110", parentKey : "0100", value : "Fangshan" },
	{ key : "0111", parentKey : "0100", value : "Tongzhou" },
	{ key : "0112", parentKey : "0100", value : "Shunyi" },
	{ key : "0113", parentKey : "0100", value : "Yanqing" },
	{ key : "0114", parentKey : "0100", value : "Changping" },
	{ key : "0115", parentKey : "0100", value : "Huairou" },
	{ key : "0116", parentKey : "0100", value : "Miyun" },
	{ key : "0117", parentKey : "0100", value : "Ping’gu" },
	{ key : "0118", parentKey : "0100", value : "Daxing" },
	{ key : "0199", parentKey : "0100", value : "Others" },
	{ key : "0201", parentKey : "0200", value : "Heping" },
	{ key : "0202", parentKey : "0200", value : "Hedong" },
	{ key : "0203", parentKey : "0200", value : "Hexi" },
	{ key : "0204", parentKey : "0200", value : "Nankai" },
	{ key : "0205", parentKey : "0200", value : "Hebei" },
	{ key : "0206", parentKey : "0200", value : "Hongqiao" },
	{ key : "0207", parentKey : "0200", value : "Tang’gu" },
	{ key : "0208", parentKey : "0200", value : "Dagang" },
	{ key : "0209", parentKey : "0200", value : "Dongli" },
	{ key : "0210", parentKey : "0200", value : "Xiqing" },
	{ key : "0211", parentKey : "0200", value : "Jin’nan" },
	{ key : "0212", parentKey : "0200", value : "Beichen" },
	{ key : "0213", parentKey : "0200", value : "Ji County" },
	{ key : "0214", parentKey : "0200", value : "Baodi" },
	{ key : "0215", parentKey : "0200", value : "Wuqing" },
	{ key : "0216", parentKey : "0200", value : "Ninghe" },
	{ key : "0217", parentKey : "0200", value : "Jinghai" },
	{ key : "0218", parentKey : "0200", value : "Han’gu" },
	{ key : "0299", parentKey : "0200", value : "Others" },
	{ key : "0301", parentKey : "0300", value : "Huangpu" },
	{ key : "0302", parentKey : "0300", value : "Luwan" },
	{ key : "0303", parentKey : "0300", value : "Xuhui" },
	{ key : "0304", parentKey : "0300", value : "Changning" },
	{ key : "0305", parentKey : "0300", value : "Jing’an" },
	{ key : "0306", parentKey : "0300", value : "Putuo" },
	{ key : "0307", parentKey : "0300", value : "Zhabei" },
	{ key : "0308", parentKey : "0300", value : "Hongkou" },
	{ key : "0309", parentKey : "0300", value : "Yangpu" },
	{ key : "0310", parentKey : "0300", value : "Minhang" },
	{ key : "0311", parentKey : "0300", value : "Baoshan" },
	{ key : "0312", parentKey : "0300", value : "Jiading" },
	{ key : "0313", parentKey : "0300", value : "New Pudong" },
	{ key : "0314", parentKey : "0300", value : "Jinshan" },
	{ key : "0315", parentKey : "0300", value : "Songjiang" },
	{ key : "0316", parentKey : "0300", value : "Chongming" },
	{ key : "0317", parentKey : "0300", value : "Qingpu" },
	{ key : "0318", parentKey : "0300", value : "Nanhui" },
	{ key : "0319", parentKey : "0300", value : "Fengxian" },
	{ key : "0399", parentKey : "0300", value : "Others" },
	{ key : "0401", parentKey : "0400", value : "Yuzhong" },
	{ key : "0402", parentKey : "0400", value : "Dadukou" },
	{ key : "0403", parentKey : "0400", value : "Jiangbei" },
	{ key : "0404", parentKey : "0400", value : "Shapingba" },
	{ key : "0405", parentKey : "0400", value : "Jiulongpo" },
	{ key : "0406", parentKey : "0400", value : "Nan’an" },
	{ key : "0407", parentKey : "0400", value : "Beibei" },
	{ key : "0408", parentKey : "0400", value : "Wansheng" },
	{ key : "0409", parentKey : "0400", value : "Shuangqiao" },
	{ key : "0410", parentKey : "0400", value : "Yubei" },
	{ key : "0411", parentKey : "0400", value : "Banan" },
	{ key : "0412", parentKey : "0400", value : "Wanzhou" },
	{ key : "0413", parentKey : "0400", value : "Fuling" },
	{ key : "0414", parentKey : "0400", value : "Hechuan" },
	{ key : "0415", parentKey : "0400", value : "Yongchuan" },
	{ key : "0416", parentKey : "0400", value : "Jiangjin" },
	{ key : "0417", parentKey : "0400", value : "Nanchuan" },
	{ key : "0418", parentKey : "0400", value : "Changshou" },
	{ key : "0419", parentKey : "0400", value : "Qijiang" },
	{ key : "0420", parentKey : "0400", value : "Tongnan" },
	{ key : "0421", parentKey : "0400", value : "Tongliang" },
	{ key : "0422", parentKey : "0400", value : "Dazu" },
	{ key : "0423", parentKey : "0400", value : "Rongchang" },
	{ key : "0424", parentKey : "0400", value : "Bishan" },
	{ key : "0425", parentKey : "0400", value : "Dianjiang" },
	{ key : "0426", parentKey : "0400", value : "Wulong" },
	{ key : "0427", parentKey : "0400", value : "Fengdu" },
	{ key : "0428", parentKey : "0400", value : "Chengkou" },
	{ key : "0429", parentKey : "0400", value : "Liangping" },
	{ key : "0430", parentKey : "0400", value : "Qianjiang" },
	{ key : "0431", parentKey : "0400", value : "Fengjie" },
	{ key : "0432", parentKey : "0400", value : "Kaixian" },
	{ key : "0433", parentKey : "0400", value : "Yuyang" },
	{ key : "0434", parentKey : "0400", value : "Zhongxian" },
	{ key : "0435", parentKey : "0400", value : "Wuxi" },
	{ key : "0436", parentKey : "0400", value : "Wushan" },
	{ key : "0437", parentKey : "0400", value : "Shizhu Tujia Autonomous County" },
	{ key : "0438", parentKey : "0400", value : "Xiushan Tujia and Miao Autonomous County" },
	{ key : "0439", parentKey : "0400", value : "Youyang Tujia and Miao Autonomous County" },
	{ key : "0440", parentKey : "0400", value : "Pengshui Miao and Tujia Autonomous County" },
	{ key : "0499", parentKey : "0400", value : "Others" },
	{ key : "0601", parentKey : "0600", value : "Taiyuan" },
	{ key : "0602", parentKey : "0600", value : "Datong" },
	{ key : "0603", parentKey : "0600", value : "Shuozhou" },
	{ key : "0604", parentKey : "0600", value : "Yangquan" },
	{ key : "0605", parentKey : "0600", value : "Changzhi" },
	{ key : "0606", parentKey : "0600", value : "Jincheng" },
	{ key : "0607", parentKey : "0600", value : "Xinzhou" },
	{ key : "0608", parentKey : "0600", value : "Lüliang" },
	{ key : "0609", parentKey : "0600", value : "Jinzhong" },
	{ key : "0610", parentKey : "0600", value : "Linfen" },
	{ key : "0611", parentKey : "0600", value : "Yuncheng" },
	{ key : "0699", parentKey : "0600", value : "Others" },
	{ key : "0501", parentKey : "0500", value : "Shijiazhuang" },
	{ key : "0502", parentKey : "0500", value : "Zhangjiakou" },
	{ key : "0503", parentKey : "0500", value : "Chengde" },
	{ key : "0504", parentKey : "0500", value : "Qinhuangdao" },
	{ key : "0505", parentKey : "0500", value : "Tangshan" },
	{ key : "0506", parentKey : "0500", value : "Langfang" },
	{ key : "0507", parentKey : "0500", value : "Baoding" },
	{ key : "0508", parentKey : "0500", value : "Cangzhou" },
	{ key : "0509", parentKey : "0500", value : "Hengshui" },
	{ key : "0510", parentKey : "0500", value : "Xingtai" },
	{ key : "0511", parentKey : "0500", value : "Handan" },
	{ key : "0599", parentKey : "0500", value : "Others" },
	{ key : "0801", parentKey : "0800", value : "Shenyang" },
	{ key : "0802", parentKey : "0800", value : "Chaoyang" },
	{ key : "0803", parentKey : "0800", value : "Fuxin" },
	{ key : "0804", parentKey : "0800", value : "Tieling" },
	{ key : "0805", parentKey : "0800", value : "Fushun" },
	{ key : "0806", parentKey : "0800", value : "Benxi" },
	{ key : "0807", parentKey : "0800", value : "Liaoyang" },
	{ key : "0808", parentKey : "0800", value : "Anshan" },
	{ key : "0809", parentKey : "0800", value : "Dandong" },
	{ key : "0810", parentKey : "0800", value : "Dalian" },
	{ key : "0811", parentKey : "0800", value : "Yingkou" },
	{ key : "0812", parentKey : "0800", value : "Panjin" },
	{ key : "0813", parentKey : "0800", value : "Jinzhou" },
	{ key : "0814", parentKey : "0800", value : "Huludao" },
	{ key : "0899", parentKey : "0800", value : "Others" },
	{ key : "0901", parentKey : "0900", value : "Changchun" },
	{ key : "0902", parentKey : "0900", value : "Baicheng" },
	{ key : "0903", parentKey : "0900", value : "Songyuan" },
	{ key : "0904", parentKey : "0900", value : "Jilin" },
	{ key : "0905", parentKey : "0900", value : "Siping" },
	{ key : "0906", parentKey : "0900", value : "Liaoyuan" },
	{ key : "0907", parentKey : "0900", value : "Tonghua" },
	{ key : "0908", parentKey : "0900", value : "Baishan" },
	{ key : "0909", parentKey : "0900", value : "Yanbian Chaoxian Autonomous Prefecture" },
	{ key : "0999", parentKey : "0900", value : "Others" },
	{ key : "1101", parentKey : "1100", value : "Nanjing" },
	{ key : "1102", parentKey : "1100", value : "Xuzhou" },
	{ key : "1103", parentKey : "1100", value : "Lianyungang" },
	{ key : "1104", parentKey : "1100", value : "Suqian" },
	{ key : "1105", parentKey : "1100", value : "Huaiyin" },
	{ key : "1106", parentKey : "1100", value : "Yancheng" },
	{ key : "1107", parentKey : "1100", value : "Yangzhou" },
	{ key : "1108", parentKey : "1100", value : "Taizhou" },
	{ key : "1109", parentKey : "1100", value : "Nantong" },
	{ key : "1110", parentKey : "1100", value : "Zhenjiang" },
	{ key : "1111", parentKey : "1100", value : "Changzhou" },
	{ key : "1112", parentKey : "1100", value : "Wuxi" },
	{ key : "1113", parentKey : "1100", value : "Suzhou" },
	{ key : "1114", parentKey : "1100", value : "Huai’an" },
	{ key : "1199", parentKey : "1100", value : "Others" },
	{ key : "1201", parentKey : "1200", value : "Hangzhou" },
	{ key : "1202", parentKey : "1200", value : "Huzhou" },
	{ key : "1203", parentKey : "1200", value : "Jiaxing" },
	{ key : "1204", parentKey : "1200", value : "Zhoushan" },
	{ key : "1205", parentKey : "1200", value : "Ningbo" },
	{ key : "1206", parentKey : "1200", value : "Shaoxing" },
	{ key : "1207", parentKey : "1200", value : "Jinhua" },
	{ key : "1208", parentKey : "1200", value : "Taizhou" },
	{ key : "1209", parentKey : "1200", value : "Wenzhou" },
	{ key : "1210", parentKey : "1200", value : "Lishui" },
	{ key : "1211", parentKey : "1200", value : "Quzhou" },
	{ key : "1299", parentKey : "1200", value : "Others" },
	{ key : "1301", parentKey : "1300", value : "Hefei" },
	{ key : "1302", parentKey : "1300", value : "Suzhou" },
	{ key : "1303", parentKey : "1300", value : "Huaibei" },
	{ key : "1304", parentKey : "1300", value : "Fuyang" },
	{ key : "1305", parentKey : "1300", value : "Bengbu" },
	{ key : "1306", parentKey : "1300", value : "Huainan" },
	{ key : "1307", parentKey : "1300", value : "Chuzhou" },
	{ key : "1308", parentKey : "1300", value : "Ma’anshan" },
	{ key : "1309", parentKey : "1300", value : "Wuhu" },
	{ key : "1310", parentKey : "1300", value : "Tongling" },
	{ key : "1311", parentKey : "1300", value : "Anqing" },
	{ key : "1312", parentKey : "1300", value : "Huangshan" },
	{ key : "1313", parentKey : "1300", value : "Lü’an" },
	{ key : "1314", parentKey : "1300", value : "Chaohu" },
	{ key : "1315", parentKey : "1300", value : "Chizhou" },
	{ key : "1316", parentKey : "1300", value : "Xuancheng" },
	{ key : "1317", parentKey : "1300", value : "Bozhou" },
	{ key : "1399", parentKey : "1300", value : "Others" },
	{ key : "1401", parentKey : "1400", value : "Fuzhou" },
	{ key : "1402", parentKey : "1400", value : "Nanping" },
	{ key : "1403", parentKey : "1400", value : "Sanming" },
	{ key : "1404", parentKey : "1400", value : "Putian" },
	{ key : "1405", parentKey : "1400", value : "Quanzhou" },
	{ key : "1406", parentKey : "1400", value : "Xiamen" },
	{ key : "1407", parentKey : "1400", value : "Zhangzhou" },
	{ key : "1408", parentKey : "1400", value : "Longyan" },
	{ key : "1409", parentKey : "1400", value : "Ningde" },
	{ key : "1499", parentKey : "1400", value : "Others" },
	{ key : "1501", parentKey : "1500", value : "Nanchang" },
	{ key : "1502", parentKey : "1500", value : "Jiujiang" },
	{ key : "1503", parentKey : "1500", value : "Jingdezhen" },
	{ key : "1504", parentKey : "1500", value : "Yingtan" },
	{ key : "1505", parentKey : "1500", value : "Xinyu" },
	{ key : "1506", parentKey : "1500", value : "Pingxiang" },
	{ key : "1507", parentKey : "1500", value : "Ganzhou" },
	{ key : "1508", parentKey : "1500", value : "Shangrao" },
	{ key : "1509", parentKey : "1500", value : "Fuzhou" },
	{ key : "1510", parentKey : "1500", value : "Yichun" },
	{ key : "1511", parentKey : "1500", value : "Ji’an" },
	{ key : "1599", parentKey : "1500", value : "Others" },
	{ key : "1601", parentKey : "1600", value : "Ji’nan" },
	{ key : "1602", parentKey : "1600", value : "Liaocheng" },
	{ key : "1603", parentKey : "1600", value : "Dezhou" },
	{ key : "1604", parentKey : "1600", value : "Dongying" },
	{ key : "1605", parentKey : "1600", value : "Zibo" },
	{ key : "1606", parentKey : "1600", value : "Weifang" },
	{ key : "1607", parentKey : "1600", value : "Yandai" },
	{ key : "1608", parentKey : "1600", value : "Weihai" },
	{ key : "1609", parentKey : "1600", value : "Qingdao" },
	{ key : "1610", parentKey : "1600", value : "Rizhao" },
	{ key : "1611", parentKey : "1600", value : "Linyi" },
	{ key : "1612", parentKey : "1600", value : "Zaozhuang" },
	{ key : "1613", parentKey : "1600", value : "Ji’ning" },
	{ key : "1614", parentKey : "1600", value : "Taian" },
	{ key : "1615", parentKey : "1600", value : "Laiwu" },
	{ key : "1616", parentKey : "1600", value : "Binzhou" },
	{ key : "1617", parentKey : "1600", value : "Heze" },
	{ key : "1699", parentKey : "1600", value : "Others" },
	{ key : "1701", parentKey : "1700", value : "Zhengzhou" },
	{ key : "1802", parentKey : "1700", value : "Sanmenxia" },
	{ key : "1703", parentKey : "1700", value : "Luoyang" },
	{ key : "1704", parentKey : "1700", value : "Jiaozuo" },
	{ key : "1705", parentKey : "1700", value : "Xinxiang" },
	{ key : "1706", parentKey : "1700", value : "Hebi" },
	{ key : "1707", parentKey : "1700", value : "Anyang" },
	{ key : "1708", parentKey : "1700", value : "Puyang" },
	{ key : "1709", parentKey : "1700", value : "Kaifeng" },
	{ key : "1710", parentKey : "1700", value : "Shangqiu" },
	{ key : "1711", parentKey : "1700", value : "Xuchang" },
	{ key : "1712", parentKey : "1700", value : "Luohe" },
	{ key : "1713", parentKey : "1700", value : "Pingdingshan" },
	{ key : "1714", parentKey : "1700", value : "Nanyang" },
	{ key : "1715", parentKey : "1700", value : "Xinyang" },
	{ key : "1716", parentKey : "1700", value : "Jiyuan" },
	{ key : "1717", parentKey : "1700", value : "Zhoukou" },
	{ key : "1718", parentKey : "1700", value : "Zhumadian" },
	{ key : "1799", parentKey : "1700", value : "Others" },
	{ key : "1001", parentKey : "1000", value : "Harbin" },
	{ key : "1001", parentKey : "1000", value : "Qiqihar" },
	{ key : "1002", parentKey : "1000", value : "Heihe" },
	{ key : "1003", parentKey : "1000", value : "Daqing" },
	{ key : "1004", parentKey : "1000", value : "Yichun" },
	{ key : "1005", parentKey : "1000", value : "Hegang" },
	{ key : "1006", parentKey : "1000", value : "Kiamusze" },
	{ key : "1007", parentKey : "1000", value : "Shuangyashan" },
	{ key : "1008", parentKey : "1000", value : "Qitaihe" },
	{ key : "1009", parentKey : "1000", value : "Jixi" },
	{ key : "1010", parentKey : "1000", value : "Mudanjiang" },
	{ key : "1011", parentKey : "1000", value : "Suihua" },
	{ key : "1012", parentKey : "1000", value : "Greater Higgnan Prefecture" },
	{ key : "1099", parentKey : "1000", value : "Others" },
	{ key : "1801", parentKey : "1800", value : "Wuhan" },
	{ key : "1802", parentKey : "1800", value : "Shiyan" },
	{ key : "1803", parentKey : "1800", value : "Xiangfan" },
	{ key : "1804", parentKey : "1800", value : "Jingmen" },
	{ key : "1805", parentKey : "1800", value : "Xiaogan" },
	{ key : "1806", parentKey : "1800", value : "Huang’gang" },
	{ key : "1807", parentKey : "1800", value : "E’zhou" },
	{ key : "1808", parentKey : "1800", value : "Huangshi" },
	{ key : "1809", parentKey : "1800", value : "Xian’ning" },
	{ key : "1810", parentKey : "1800", value : "Jingzhou" },
	{ key : "1811", parentKey : "1800", value : "Yichang" },
	{ key : "1812", parentKey : "1800", value : "Suizhou" },
	{ key : "1813", parentKey : "1800", value : "Xiantao" },
	{ key : "1814", parentKey : "1800", value : "Tianmen" },
	{ key : "1815", parentKey : "1800", value : "Qianjiang" },
	{ key : "1815", parentKey : "1800", value : "Shennongjia" },
	{ key : "1816", parentKey : "1800", value : "Enshi Tujia & Miao Autonomous Prefecture" },
	{ key : "1899", parentKey : "1800", value : "Others" },
	{ key : "1901", parentKey : "1900", value : "Changsha" },
	{ key : "1902", parentKey : "1900", value : "Zhangjiajie" },
	{ key : "1903", parentKey : "1900", value : "Changde" },
	{ key : "1904", parentKey : "1900", value : "Yiyang" },
	{ key : "1905", parentKey : "1900", value : "Yueyang" },
	{ key : "1906", parentKey : "1900", value : "Zhuzhou" },
	{ key : "1907", parentKey : "1900", value : "Xiangtan" },
	{ key : "1908", parentKey : "1900", value : "Hengyang" },
	{ key : "1909", parentKey : "1900", value : "Chenzhou" },
	{ key : "1910", parentKey : "1900", value : "Yongzhou" },
	{ key : "1911", parentKey : "1900", value : "Shaoyang" },
	{ key : "1912", parentKey : "1900", value : "Huaihua" },
	{ key : "1913", parentKey : "1900", value : "Loudi" },
	{ key : "1914", parentKey : "1900", value : "Xiangxi Tujia & Miao Perfecture" },
	{ key : "1915", parentKey : "1900", value : "Jinshi" },
	{ key : "1999", parentKey : "1900", value : "Others" },
	{ key : "2001", parentKey : "2000", value : "Guangzhou" },
	{ key : "2002", parentKey : "2000", value : "Qinyuan" },
	{ key : "2003", parentKey : "2000", value : "Shaoguan" },
	{ key : "2004", parentKey : "2000", value : "Heyuan" },
	{ key : "2005", parentKey : "2000", value : "Meizhou" },
	{ key : "2006", parentKey : "2000", value : "Chaozhou" },
	{ key : "2007", parentKey : "2000", value : "Shantou" },
	{ key : "2008", parentKey : "2000", value : "Jieyang" },
	{ key : "2009", parentKey : "2000", value : "Shanwei" },
	{ key : "2010", parentKey : "2000", value : "Huizhou" },
	{ key : "2011", parentKey : "2000", value : "Dong’guan" },
	{ key : "2012", parentKey : "2000", value : "Shenzhen" },
	{ key : "2013", parentKey : "2000", value : "Zhuhai" },
	{ key : "2014", parentKey : "2000", value : "Zhongshan" },
	{ key : "2015", parentKey : "2000", value : "Jiangmen" },
	{ key : "2016", parentKey : "2000", value : "Foshan" },
	{ key : "2017", parentKey : "2000", value : "Zhaoqing" },
	{ key : "2018", parentKey : "2000", value : "Yunfu" },
	{ key : "2019", parentKey : "2000", value : "Yangjiang" },
	{ key : "2020", parentKey : "2000", value : "Maoming" },
	{ key : "2021", parentKey : "2000", value : "Zhanjiang" },
	{ key : "2099", parentKey : "2000", value : "Others" },
	{ key : "2201", parentKey : "2200", value : "Haikou" },
	{ key : "2202", parentKey : "2200", value : "Sanya" },
	{ key : "2203", parentKey : "2200", value : "Qiongshan" },
	{ key : "2204", parentKey : "2200", value : "Wenchang" },
	{ key : "2205", parentKey : "2200", value : "Qionghai" },
	{ key : "2206", parentKey : "2200", value : "Wan’ning" },
	{ key : "2207", parentKey : "2200", value : "Dongfang" },
	{ key : "2208", parentKey : "2200", value : "Danzhou" },
	{ key : "2209", parentKey : "2200", value : "Lin’gao" },
	{ key : "2210", parentKey : "2200", value : "Chengmai" },
	{ key : "2211", parentKey : "2200", value : "Anding" },
	{ key : "2212", parentKey : "2200", value : "Tunchang" },
	{ key : "2213", parentKey : "2200", value : "Changjiang Li Autonomous Prefecture" },
	{ key : "2214", parentKey : "2200", value : "Baisha Li Autonomous Prefecture" },
	{ key : "2215", parentKey : "2200", value : "Qiongzhong Li & Miao Autonomous Prefecture" },
	{ key : "2216", parentKey : "2200", value : "Lingshui Li Autonomous Prefecture" },
	{ key : "2217", parentKey : "2200", value : "Baoting Li & Miao Autonomous Prefecture" },
	{ key : "2218", parentKey : "2200", value : "Ledong Li Autonomous Prefecture" },
	{ key : "2219", parentKey : "2200", value : "Wuzhishan" },
	{ key : "2299", parentKey : "2200", value : "Others" },
	{ key : "2301", parentKey : "2300", value : "Chengdu" },
	{ key : "2302", parentKey : "2300", value : "Guangyuan" },
	{ key : "2303", parentKey : "2300", value : "Miaoyang" },
	{ key : "2304", parentKey : "2300", value : "Deyang" },
	{ key : "2305", parentKey : "2300", value : "Nanchong" },
	{ key : "2306", parentKey : "2300", value : "Guang’an" },
	{ key : "2307", parentKey : "2300", value : "Suining" },
	{ key : "2308", parentKey : "2300", value : "Neijiang" },
	{ key : "2309", parentKey : "2300", value : "Leshan" },
	{ key : "2310", parentKey : "2300", value : "Zigong" },
	{ key : "2311", parentKey : "2300", value : "Luzhou" },
	{ key : "2312", parentKey : "2300", value : "Yibin" },
	{ key : "2313", parentKey : "2300", value : "Panzhihua" },
	{ key : "2314", parentKey : "2300", value : "Bazhong" },
	{ key : "2315", parentKey : "2300", value : "Dazhou" },
	{ key : "2316", parentKey : "2300", value : "Ziyang" },
	{ key : "2317", parentKey : "2300", value : "Meishan" },
	{ key : "2318", parentKey : "2300", value : "Ya’an" },
	{ key : "2319", parentKey : "2300", value : "Aba Tibetan & Qiang Autonomous Prefecture" },
	{ key : "2320", parentKey : "2300", value : "Ganzi Tibertan Autonomous Prefecture" },
	{ key : "2321", parentKey : "2300", value : "Liangshan Yi Autonomous Prefecture" },
	{ key : "2399", parentKey : "2300", value : "Others" },
	{ key : "3401", parentKey : "3400", value : "Taipei" },
	{ key : "3402", parentKey : "3400", value : "Kaohsiung" },
	{ key : "3403", parentKey : "3400", value : "Tainan" },
	{ key : "3404", parentKey : "3400", value : "Taichung" },
	{ key : "3405", parentKey : "3400", value : "Keelung" },
	{ key : "3406", parentKey : "3400", value : "Hsinchu" },
	{ key : "3407", parentKey : "3400", value : "Chiayi" },
	{ key : "3408", parentKey : "3400", value : "Taipei’xian" },
	{ key : "3409", parentKey : "3400", value : "Yilan’xian" },
	{ key : "3410", parentKey : "3400", value : "Hsinchu’xian" },
	{ key : "3411", parentKey : "3400", value : "Taoyuan’xian" },
	{ key : "3412", parentKey : "3400", value : "Miaoli’xian" },
	{ key : "3413", parentKey : "3400", value : "Taichung’xian" },
	{ key : "3414", parentKey : "3400", value : "Changhua’xian" },
	{ key : "3415", parentKey : "3400", value : "Nantou’xian" },
	{ key : "3416", parentKey : "3400", value : "Chiayi’xian" },
	{ key : "3417", parentKey : "3400", value : "Yunlin’xian" },
	{ key : "3418", parentKey : "3400", value : "Tainan’xian" },
	{ key : "3419", parentKey : "3400", value : "Kaohsiung’xian" },
	{ key : "3420", parentKey : "3400", value : "Pingtung’xian" },
	{ key : "3421", parentKey : "3400", value : "Taitung’xian" },
	{ key : "3422", parentKey : "3400", value : "Hualien’xian" },
	{ key : "3423", parentKey : "3400", value : "Peng-hu’xian" },
	{ key : "3499", parentKey : "3400", value : "Others" },
	{ key : "2401", parentKey : "2400", value : "Guiyang" },
	{ key : "2402", parentKey : "2400", value : "Liupanshui" },
	{ key : "2403", parentKey : "2400", value : "Zunyi" },
	{ key : "2404", parentKey : "2400", value : "Bijie" },
	{ key : "2405", parentKey : "2400", value : "Tongren" },
	{ key : "2406", parentKey : "2400", value : "Anshun" },
	{ key : "2407", parentKey : "2400", value : "Qiandongnan Miao & Dong Autonomous Prefecture" },
	{ key : "2408", parentKey : "2400", value : "Qian’nan Buyi & Miao Autonomous Prefecture" },
	{ key : "2409", parentKey : "2400", value : "Qianxinan Buyi & Miao Autonomous Prefecture" },
	{ key : "2499", parentKey : "2400", value : "Others" },
	{ key : "2501", parentKey : "2500", value : "Kunming" },
	{ key : "2502", parentKey : "2500", value : "Qujing" },
	{ key : "2503", parentKey : "2500", value : "Yuxi" },
	{ key : "2504", parentKey : "2500", value : "Lijiang" },
	{ key : "2505", parentKey : "2500", value : "Zhaotong" },
	{ key : "2506", parentKey : "2500", value : "Pu’er" },
	{ key : "2507", parentKey : "2500", value : "Lincang" },
	{ key : "2508", parentKey : "2500", value : "Baoshan" },
	{ key : "2509", parentKey : "2500", value : "Dehong Dai & Jingpo Autonomous Prefecture" },
	{ key : "2510", parentKey : "2500", value : "Nujiang Lisu Autonomnous Prefecture" },
	{ key : "2511", parentKey : "2500", value : "Diqing Tibetan Autonomous Prefecture" },
	{ key : "2512", parentKey : "2500", value : "Dali Bai Autonomous Prefecture" },
	{ key : "2513", parentKey : "2500", value : "Chuxiong Yi Autonomous Prefecture" },
	{ key : "2514", parentKey : "2500", value : "Honghe Ha’ni & Yi Autonomous Prefecture" },
	{ key : "2515", parentKey : "2500", value : "Wenshan Zhuang & Miao Autonomous Prefecture" },
	{ key : "2516", parentKey : "2500", value : "Xishuangban’na Dai Autonomous Prefecture" },
	{ key : "2599", parentKey : "2500", value : "Others" },
	{ key : "2701", parentKey : "2700", value : "Xi’an" },
	{ key : "2702", parentKey : "2700", value : "Yan’an" },
	{ key : "2703", parentKey : "2700", value : "Tongchuan" },
	{ key : "2704", parentKey : "2700", value : "Weinan" },
	{ key : "2705", parentKey : "2700", value : "Xianyang" },
	{ key : "2706", parentKey : "2700", value : "Baoji" },
	{ key : "2707", parentKey : "2700", value : "Hanzhong" },
	{ key : "2708", parentKey : "2700", value : "Yulin" },
	{ key : "2709", parentKey : "2700", value : "Shangluo" },
	{ key : "2710", parentKey : "2700", value : "Ankang" },
	{ key : "2799", parentKey : "2700", value : "Others" },
	{ key : "2801", parentKey : "2800", value : "Lanzhou" },
	{ key : "2802", parentKey : "2800", value : "Jiayuguan" },
	{ key : "2803", parentKey : "2800", value : "Jinchang" },
	{ key : "2804", parentKey : "2800", value : "Baiyin" },
	{ key : "2805", parentKey : "2800", value : "Tianshui" },
	{ key : "2806", parentKey : "2800", value : "Jiuquan" },
	{ key : "2807", parentKey : "2800", value : "Zhangyi" },
	{ key : "2808", parentKey : "2800", value : "Wuwei" },
	{ key : "2809", parentKey : "2800", value : "Qingyang" },
	{ key : "2810", parentKey : "2800", value : "Pingliang" },
	{ key : "2811", parentKey : "2800", value : "Dingxi" },
	{ key : "2812", parentKey : "2800", value : "Longnan" },
	{ key : "2813", parentKey : "2800", value : "Linxia Hui Autonomous Prefecture" },
	{ key : "2814", parentKey : "2800", value : "Gan’nan Tibetan Autonomous Prefecture" },
	{ key : "2815", parentKey : "2800", value : "Yumen" },
	{ key : "2816", parentKey : "2800", value : "Dunhuang" },
	{ key : "2899", parentKey : "2800", value : "Others" },
	{ key : "2901", parentKey : "2900", value : "Xi’ning" },
	{ key : "2902", parentKey : "2900", value : "Haidong" },
	{ key : "2903", parentKey : "2900", value : "Haibei Tibetan Autonomous Prefecture" },
	{ key : "2904", parentKey : "2900", value : "Hainan Tibetan Autonomous Prefecture" },
	{ key : "2905", parentKey : "2900", value : "Huangnan Tibetan Autonomous Prefecture" },
	{ key : "2906", parentKey : "2900", value : "Guoluo Tibetan Autonomous Prefecture" },
	{ key : "2907", parentKey : "2900", value : "Yushu Tibetan Autonomous Prefecture" },
	{ key : "2908", parentKey : "2900", value : "Haixi Mongolia & Tibetan Autonomous Prefecture" },
	{ key : "2999", parentKey : "2900", value : "Others" },
	{ key : "0701", parentKey : "0700", value : "Hohhot" },
	{ key : "0702", parentKey : "0700", value : "Baotou" },
	{ key : "0703", parentKey : "0700", value : "Wuhai" },
	{ key : "0704", parentKey : "0700", value : "Chifeng" },
	{ key : "0705", parentKey : "0700", value : "Hulun Buir" },
	{ key : "0706", parentKey : "0700", value : "Hinggan League" },
	{ key : "0707", parentKey : "0700", value : "Xilinguo League" },
	{ key : "0708", parentKey : "0700", value : "Ulanqab" },
	{ key : "0709", parentKey : "0700", value : "Bayan Nur" },
	{ key : "0710", parentKey : "0700", value : "Alxa League" },
	{ key : "0711", parentKey : "0700", value : "Erdos" },
	{ key : "0712", parentKey : "0700", value : "Tongliao" },
	{ key : "0799", parentKey : "0700", value : "Others" },
	{ key : "2101", parentKey : "2100", value : "Nan’ning" },
	{ key : "2102", parentKey : "2100", value : "Guilin" },
	{ key : "2103", parentKey : "2100", value : "Liuzhou" },
	{ key : "2104", parentKey : "2100", value : "Wuzhou" },
	{ key : "2105", parentKey : "2100", value : "Guigang" },
	{ key : "2106", parentKey : "2100", value : "Yulin" },
	{ key : "2107", parentKey : "2100", value : "Qinzhou" },
	{ key : "2108", parentKey : "2100", value : "Beihai" },
	{ key : "2109", parentKey : "2100", value : "Fangchenggang" },
	{ key : "2110", parentKey : "2100", value : "Baise" },
	{ key : "2111", parentKey : "2100", value : "Hechi" },
	{ key : "2112", parentKey : "2100", value : "Hezhou" },
	{ key : "2113", parentKey : "2100", value : "Chongzuo" },
	{ key : "2114", parentKey : "2100", value : "Pingxiang" },
	{ key : "2115", parentKey : "2100", value : "Laibin" },
	{ key : "2199", parentKey : "2100", value : "Others" },
	{ key : "2601", parentKey : "2600", value : "Lhasa" },
	{ key : "2602", parentKey : "2600", value : "Nagqu" },
	{ key : "2603", parentKey : "2600", value : "Changdu" },
	{ key : "2604", parentKey : "2600", value : "Nyingchi" },
	{ key : "2605", parentKey : "2600", value : "Shan’nan" },
	{ key : "2606", parentKey : "2600", value : "Shigatse" },
	{ key : "2607", parentKey : "2600", value : "Ali" },
	{ key : "2699", parentKey : "2600", value : "Others" },
	{ key : "3001", parentKey : "3000", value : "Yinchuan" },
	{ key : "3002", parentKey : "3000", value : "Shizuishan" },
	{ key : "3003", parentKey : "3000", value : "Wuzhong" },
	{ key : "3004", parentKey : "3000", value : "Guyuan" },
	{ key : "3099", parentKey : "3000", value : "Others" },
	{ key : "3101", parentKey : "3100", value : "Urumqi" },
	{ key : "3102", parentKey : "3100", value : "Karamay" },
	{ key : "3103", parentKey : "3100", value : "Shihezi" },
	{ key : "3104", parentKey : "3100", value : "Kaschgar" },
	{ key : "3105", parentKey : "3100", value : "Asku" },
	{ key : "3106", parentKey : "3100", value : "Hotan" },
	{ key : "3107", parentKey : "3100", value : "Turpan" },
	{ key : "3108", parentKey : "3100", value : "Hami" },
	{ key : "3109", parentKey : "3100", value : "Kizilsu Kirghiz Autonomous Prefecture" },
	{ key : "3110", parentKey : "3100", value : "Bo’ertala Mongolia Prefecture" },
	{ key : "3111", parentKey : "3100", value : "Changji Hui Autonomous Prefecture" },
	{ key : "3112", parentKey : "3100", value : "Bayin’guoleng Mongolia Autonomous Prefecture" },
	{ key : "3113", parentKey : "3100", value : "Ili Kazak Autonomous Prefecture" },
	{ key : "3199", parentKey : "3100", value : "Others" },
	{ key : "3201", parentKey : "3200", value : "Lowloon City" },
	{ key : "3202", parentKey : "3200", value : "Central and Western Region" },
	{ key : "3203", parentKey : "3200", value : "Dongqu" },
	{ key : "3204", parentKey : "3200", value : "Kwun Tong" },
	{ key : "3205", parentKey : "3200", value : "Nanqu" },
	{ key : "3206", parentKey : "3200", value : "ShamShui Po" },
	{ key : "3207", parentKey : "3200", value : "Wong Tai Sin" },
	{ key : "3208", parentKey : "3200", value : "Wanchai" },
	{ key : "3209", parentKey : "3200", value : "Yau Tsim Mong" },
	{ key : "3210", parentKey : "3200", value : "Islands" },
	{ key : "3211", parentKey : "3200", value : "Kwai Tsing" },
	{ key : "3212", parentKey : "3200", value : "Beiqu" },
	{ key : "3213", parentKey : "3200", value : "Sai Kung" },
	{ key : "3214", parentKey : "3200", value : "Sha Tin" },
	{ key : "3215", parentKey : "3200", value : "Tuen Mun" },
	{ key : "3216", parentKey : "3200", value : "Tai Po" },
	{ key : "3217", parentKey : "3200", value : "Tsuen Wan" },
	{ key : "3218", parentKey : "3200", value : "Yuanlang" },
	{ key : "3299", parentKey : "3200", value : "Others" },
	{ key : "3301", parentKey : "3300", value : "Macau Peninsula" },
	{ key : "3302", parentKey : "3300", value : "Taipa" },
	{ key : "3303", parentKey : "3300", value : "Coloane" },
	{ key : "3399", parentKey : "3300", value : "Others" }
];

var positions = [
	{ key : "0100", parentKey : "-1", value : "Senior Management" }, 
	{ key : "0200", parentKey : "-1", value : "Finance / Audit / Stastics" }, 
	{ key : "0300", parentKey : "-1", value : "Sale / Retail" }, 
	{ key : "0400", parentKey : "-1", value : "Design / Originality / Art" }, 
	{ key : "0500", parentKey : "-1", value : "Marketing / Advertising / Media" }, 
	{ key : "0600", parentKey : "-1", value : "Human Resources / Administration / Civil Service" }, 
	{ key : "0700", parentKey : "-1", value : "Trade / Distribution / Purchase" }, 
	{ key : "0800", parentKey : "-1", value : "Mechanic / Logistics / Other Services" }, 
	{ key : "0900", parentKey : "-1", value : "Computer / Internet" }, 
	{ key : "1000", parentKey : "-1", value : "Electron / Electronic Appliance / Telecommunication" }, 
	{ key : "1100", parentKey : "-1", value : "Machine / Automobile / Instruments and Meters" }, 
	{ key : "1200", parentKey : "-1", value : "Construction / Real Estate / Architecture / Decration / Property" }, 
	{ key : "1300", parentKey : "-1", value : "Finance / Insurance" }, 
	{ key : "1400", parentKey : "-1", value : "Education / Training" }, 
	{ key : "1500", parentKey : "-1", value : "Light Industry" }, 
	{ key : "1600", parentKey : "-1", value : "Electricity / Energy / Power" }, 
	{ key : "1700", parentKey : "-1", value : "News / Entertainment / Film / Writing" }, 
	{ key : "1800", parentKey : "-1", value : "Hotels / Catering / Tourism / Sports" }, 
	{ key : "1900", parentKey : "-1", value : "Chemical / Biologic / Pharmacy / Environmental Protection" }, 
	{ key : "2000", parentKey : "-1", value : "Medicine / Nursing / Facial / Health Care" }, 
	{ key : "2100", parentKey : "-1", value : "Production Process Management" }, 
	{ key : "2200", parentKey : "-1", value : "Consulting / Advice / Office" }, 
	{ key : "2300", parentKey : "-1", value : "Mine & Metallurgy / Material / Aviation" }, 
	{ key : "2400", parentKey : "-1", value : "Agriculture / Foresty / Animal Husbandry / Fishery" }, 
	{ key : "2500", parentKey : "-1", value : "State Organs / Party-masses Organization" }, 
	{ key : "9900", parentKey : "-1", value : "Others" }
];
var majors = [
	{ key : "0100", parentKey : "-1", value : "Electronic Information" }, 
	{ key : "0200", parentKey : "-1", value : "Management Science and Engineering" }, 
	{ key : "0300", parentKey : "-1", value : "Business Administration" }, 
	{ key : "0400", parentKey : "-1", value : "Public Administration" }, 
	{ key : "0500", parentKey : "-1", value : "Enginery" }, 
	{ key : "0600", parentKey : "-1", value : "Civil Engineering and Architecture" }, 
	{ key : "0700", parentKey : "-1", value : "Linguistics and Literature" }, 
	{ key : "0800", parentKey : "-1", value : "Pedagogics" }, 
	{ key : "0900", parentKey : "-1", value : "Laws" }, 
	{ key : "1000", parentKey : "-1", value : "Economics" }, 
	{ key : "1100", parentKey : "-1", value : "Philosophy" }, 
	{ key : "1200", parentKey : "-1", value : "Arts" }, 
	{ key : "1300", parentKey : "-1", value : "History" }, 
	{ key : "1400", parentKey : "-1", value : "Mathematics" }, 
	{ key : "1500", parentKey : "-1", value : "Physics" }, 
	{ key : "1600", parentKey : "-1", value : "Chemistry" }, 
	{ key : "1700", parentKey : "-1", value : "Astronomy & Geology & Geography" }, 
	{ key : "1800", parentKey : "-1", value : "Mechanics" }, 
	{ key : "1900", parentKey : "-1", value : "Materials" }, 
	{ key : "2000", parentKey : "-1", value : "Environmental Science and Safety" }, 
	{ key : "2100", parentKey : "-1", value : "Instruments and Apparatuses" }, 
	{ key : "2200", parentKey : "-1", value : "Energy & Power" }, 
	{ key : "2300", parentKey : "-1", value : "Water Conservancy & Hydraulic Engineering" }, 
	{ key : "2400", parentKey : "-1", value : "Surveying & Mapping" }, 
	{ key : "2500", parentKey : "-1", value : "Pharmaceutical Engineering" }, 
	{ key : "2600", parentKey : "-1", value : "Science of Traffic &Transportation" }, 
	{ key : "2700", parentKey : "-1", value : "Naval Architecture and Ocean Engineering" }, 
	{ key : "2800", parentKey : "-1", value : "Science of Textile & Food Engineering" }, 
	{ key : "2900", parentKey : "-1", value : "Aeronautics" }, 
	{ key : "3000", parentKey : "-1", value : "Weapons Systems" }, 
	{ key : "3100", parentKey : "-1", value : "Biology Science" }, 
	{ key : "3200", parentKey : "-1", value : "Public Security &Technology" }, 
	{ key : "3300", parentKey : "-1", value : "Agricultural Engineering" }, 
	{ key : "3400", parentKey : "-1", value : "Medical Science" }, 
	{ key : "3500", parentKey : "-1", value : "Library and Archive Science" }
];

var industry = [
	{ key : "01", parentKey : "-1", value : "Computer Software" }, 
	{ key : "02", parentKey : "-1", value : "Technology of Electronics / Semiconductor / Integrated Circuit" }, 
	{ key : "03", parentKey : "-1", value : "Finance / Investment / Securities" }, 
	{ key : "04", parentKey : "-1", value : "Trade / Import-Export" }, 
	{ key : "05", parentKey : "-1", value : "Fast-moving Consumer Goods(Food, Beverage, Makeup)" }, 
	{ key : "06", parentKey : "-1", value : "Clothing / Spinning / Leather" }, 
	{ key : "07", parentKey : "-1", value : "Professional Services(Consulting, Human Resources)" }, 
	{ key : "08", parentKey : "-1", value : "Pharmacy / Biological Engineering" }, 
	{ key : "09", parentKey : "-1", value : "Architecture and Engineering" }, 
	{ key : "11", parentKey : "-1", value : "Catering Industry" }, 
	{ key : "12", parentKey : "-1", value : "Advertising" }, 
	{ key : "13", parentKey : "-1", value : "Print Media / Publishing" }, 
	{ key : "14", parentKey : "-1", value : "Machine / Equipment / Heavy Industry" }, 
	{ key : "15", parentKey : "-1", value : "Printing / Packing / Paper Making" }, 
	{ key : "16", parentKey : "-1", value : "Mining / Smelting" }, 
	{ key : "17", parentKey : "-1", value : "Entertainment / Leisure / Sports" }, 
	{ key : "18", parentKey : "-1", value : "Law" }, 
	{ key : "19", parentKey : "-1", value : "Petroleum / Chemicals / Minerals / Geology" }, 
	{ key : "20", parentKey : "-1", value : "Environmental Protection" }, 
	{ key : "21", parentKey : "-1", value : "Traffic / Transportation / Distribution" }, 
	{ key : "22", parentKey : "-1", value : "Wholesale / Retail" }, 
	{ key : "23", parentKey : "-1", value : "Education / Training" }, 
	{ key : "24", parentKey : "-1", value : "Academic / Research" }, 
	{ key : "26", parentKey : "-1", value : "Real Estate Development" }, 
	{ key : "27", parentKey : "-1", value : "Personal Care & Services" }, 
	{ key : "28", parentKey : "-1", value : "Government" }, 
	{ key : "29", parentKey : "-1", value : "Agriculture / Fishery / Forestry" }, 
	{ key : "30", parentKey : "-1", value : "Others" }, 
	{ key : "31", parentKey : "-1", value : "Communicaqtion / Telecommunication / Network Equipment" }, 
	{ key : "32", parentKey : "-1", value : "Internet / E-business" }, 
	{ key : "33", parentKey : "-1", value : "Automobile & Components" }, 
	{ key : "34", parentKey : "-1", value : "Intermediary Services" }, 
	{ key : "35", parentKey : "-1", value : "Instruments and Apparatuses / Industrial Automation" }, 
	{ key : "36", parentKey : "-1", value : "Eledtrical Power / Water Conservancy" }, 
	{ key : "37", parentKey : "-1", value : "Computer Hardware" }, 
	{ key : "38", parentKey : "-1", value : "Computer Service(System、Data Service，Maintainence)" }, 
	{ key : "39", parentKey : "-1", value : "Communication / Telecommunications Operation、Value Added Service" }, 
	{ key : "40", parentKey : "-1", value : "Online Game" }, 
	{ key : "41", parentKey : "-1", value : "Accounting / Auditing" }, 
	{ key : "42", parentKey : "-1", value : "Banking" }, 
	{ key : "43", parentKey : "-1", value : "Insurance" }, 
	{ key : "44", parentKey : "-1", value : "Furniture / Home Appliance / Handicraft / Toy" }, 
	{ key : "45", parentKey : "-1", value : "Office Supplies and Equipments" }, 
	{ key : "46", parentKey : "-1", value : "Medical Treatment / Nursing / Health Care /  Hygiene" }, 
	{ key : "47", parentKey : "-1", value : "Medical Facilities / Apparatus" }, 
	{ key : "48", parentKey : "-1", value : "Public Relations / Marketing Promotion / Convention and Exhibition" }, 
	{ key : "49", parentKey : "-1", value : "Films / Media / Arts" }, 
	{ key : "50", parentKey : "-1", value : "Home Supplies / Interior Design / Decration" }, 
	{ key : "51", parentKey : "-1", value : "Property Management / Business Center" }, 
	{ key : "52", parentKey : "-1", value : "Detection / Certification" }, 
	{ key : "53", parentKey : "-1", value : "Hotels / Tourism" }, 
	{ key : "54", parentKey : "-1", value : "Facial / Health Care" }, 
	{ key : "55", parentKey : "-1", value : "Spaceflight / Aviation" }, 
	{ key : "56", parentKey : "-1", value : "Raw Material Processing" }, 
	{ key : "57", parentKey : "-1", value : "Non-profit Institutions" }, 
	{ key : "58", parentKey : "-1", value : "Congolmetrates" }
];

var sub_majors = [
	{ key : "2001", parentKey : "2000", value : "Environmental Science" }, 
	{ key : "2501", parentKey : "2500", value : "Pharmaceutical Engineering" }, 
	{ key : "2601", parentKey : "2600", value : "Transportation" }, 
	{ key : "1001", parentKey : "1000", value : "Economics" }, 
	{ key : "1501", parentKey : "1500", value : "Physics" }, 
	{ key : "3501", parentKey : "3500", value : "Library and Archive Science" }, 
	{ key : "2701", parentKey : "2700", value : "Naval Architecture and Ocean Engineering" }, 
	{ key : "2801", parentKey : "2800", value : "Food Science and Engineering" }, 
	{ key : "1401", parentKey : "1400", value : "Mathematics and Applied Mathematics" }, 
	{ key : "0401", parentKey : "0400", value : "Administrative Management" }, 
	{ key : "0701", parentKey : "0700", value : "Chinese Literature" }, 
	{ key : "2401", parentKey : "2400", value : "Surveying and Mapping Engineering" }, 
	{ key : "1901", parentKey : "1900", value : "Metallurgical Engineering" }, 
	{ key : "1801", parentKey : "1800", value : "Mechanics" }, 
	{ key : "0601", parentKey : "0600", value : "Architecture" }, 
	{ key : "2101", parentKey : "2100", value : "Measuring & Control Technology and Instrumentations" },
	{ key : "2201", parentKey : "2200", value : "Thermal Energy and Power Engineering" }, 
	{ key : "1701", parentKey : "1700", value : "Astronomy" }, 
	{ key : "2301", parentKey : "2300", value : "Hydropower Engineering" }, 
	{ key : "1601", parentKey : "1600", value : "Chemistry" }, 
	{ key : "2901", parentKey : "2900", value : "Flight Vehicle Design and Engineering" }, 
	{ key : "3401", parentKey : "3400", value : "Medcine" }, 
	{ key : "0801", parentKey : "0800", value : "Pedagogics" }, 
	{ key : "0901", parentKey : "0900", value : "Law" }, 
	{ key : "3301", parentKey : "3300", value : "Manufacture" }, 
	{ key : "3201", parentKey : "3200", value : "Productive Technique" }, 
	{ key : "0501", parentKey : "0500", value : "Machine Design & Manufacturing and Their Automation" }, 
	{ key : "3101", parentKey : "3100", value : "Biological Engineering" }, 
	{ key : "1101", parentKey : "1100", value : "Philosophy (including Ethics)" },
	{ key : "0201", parentKey : "0200", value : "Management Science" }, 
	{ key : "0101", parentKey : "0100", value : "Computer Science and Technology" }, 
	{ key : "3001", parentKey : "3000", value : "Weapon Systems and Launching Engineering" }, 
	{ key : "1201", parentKey : "1200", value : "Music, Dance, Composition" }, 
	{ key : "0301", parentKey : "0300", value : "Business Administration" }, 
	{ key : "1301", parentKey : "1300", value : "History" }, 
	{ key : "0902", parentKey : "0900", value : "Theory of Marxism" }, 
	{ key : "1202", parentKey : "1200", value : "Painting, Artistic Designing" }, 
	{ key : "0602", parentKey : "0600", value : "City's Landscaping Plan" }, 
	{ key : "1802", parentKey : "1800", value : "Applied Mechanics" }, 
	{ key : "1302", parentKey : "1300", value : "Archaeology" }, 
	{ key : "0802", parentKey : "0800", value : "Preschool Education" }, 
	{ key : "1602", parentKey : "1600", value : "Applied Chemistry" }, 
	{ key : "1002", parentKey : "1000", value : "International Economy and Trade" }, 
	{ key : "1502", parentKey : "1500", value : "Applied Physics" }, 
	{ key : "1102", parentKey : "1100", value : "Logic" }, 
	{ key : "0702", parentKey : "0700", value : "English" }, 
	{ key : "1402", parentKey : "1400", value : "Information and Computation Science" }, 
	{ key : "1702", parentKey : "1700", value : "Geology" }, 
	{ key : "1902", parentKey : "1900", value : "Metallic Materials Engineering" }, 
	{ key : "3302", parentKey : "3300", value : "Agronomy" }, 
	{ key : "0402", parentKey : "0400", value : "Public Utilities Management" }, 
	{ key : "2602", parentKey : "2600", value : "Traffic Engineering" }, 
	{ key : "2802", parentKey : "2800", value : "Light Chemical Engineering" }, 
	{ key : "3002", parentKey : "3000", value : "Detection Guidance and Control Technique" }, 
	{ key : "0302", parentKey : "0300", value : "Business Management" }, 
	{ key : "2902", parentKey : "2900", value : "Flight Vehicle Propulsion Engineering" }, 
	{ key : "0202", parentKey : "0200", value : "Information Management & Information Systems" }, 
	{ key : "2302", parentKey : "2300", value : "Hydrology and Water Resources Engineering" }, 
	{ key : "3402", parentKey : "3400", value : "Preventive Medicine" }, 
	{ key : "2202", parentKey : "2200", value : "Nuclear Engineering and Technology" }, 
	{ key : "3102", parentKey : "3100", value : "Biomedical Engineering" }, 
	{ key : "0102", parentKey : "0100", value : "Computer Science and Technology" }, 
	{ key : "2002", parentKey : "2000", value : "Ecology" }, 
	{ key : "0502", parentKey : "0500", value : "Material Processing and Control Engineering" }, 
	{ key : "3303", parentKey : "3300", value : "Horticulture" }, 
	{ key : "3103", parentKey : "3100", value : "Biological Science and Technology" }, 
	{ key : "3003", parentKey : "3000", value : "Ammunition Engineering and Explosion Technology" }, 
	{ key : "3403", parentKey : "3400", value : "Clinical Medicine and Medical Technology" }, 
	{ key : "1003", parentKey : "1000", value : "Finance" }, 
	{ key : "2903", parentKey : "2900", value : "Flight Vehicle Manufacture Engineering" }, 
	{ key : "0803", parentKey : "0800", value : "Science of Physical Culture and Sports" }, 
	{ key : "1903", parentKey : "1900", value : "Inorganic and Non-metal Materials Engineering" }, 
	{ key : "2003", parentKey : "2000", value : "Environmental Engineering" }, 
	{ key : "1703", parentKey : "1700", value : "Gemstone Identification and Processing" }, 
	{ key : "1603", parentKey : "1600", value : "Chemical Engineering and Technology" }, 
	{ key : "2203", parentKey : "2200", value : "Electric Power System and its Automation" }, 
	{ key : "2303", parentKey : "2300", value : "Habor Approach and Waterway Engineering" }, 
	{ key : "2603", parentKey : "2600", value : "Petroleum and Gas Storage and Transportation Engineering" }, 
	{ key : "2803", parentKey : "2800", value : "Packaging Engineering" }, 
	{ key : "1303", parentKey : "1300", value : "Museology" }, 
	{ key : "1203", parentKey : "1200", value : "Theatre Performance" }, 
	{ key : "1103", parentKey : "1100", value : "Science of Religion" }, 
	{ key : "0103", parentKey : "0100", value : "Computer Application" }, 
	{ key : "0203", parentKey : "0200", value : "Industrial Engineering" }, 
	{ key : "0903", parentKey : "0900", value : "Sociology" }, 
	{ key : "0703", parentKey : "0700", value : "Russian" }, 
	{ key : "0503", parentKey : "0500", value : "Industrial Design" }, 
	{ key : "0603", parentKey : "0600", value : "Landscape Planning and Design" }, 
	{ key : "0403", parentKey : "0400", value : "Tourism Management" }, 
	{ key : "0303", parentKey : "0300", value : "Sales & Marketing" }, 
	{ key : "1204", parentKey : "1200", value : "Direction / Radio & Television Editing & Directing" }, 
	{ key : "2604", parentKey : "2600", value : "Aviation Technology" }, 
	{ key : "0404", parentKey : "0400", value : "Hospitality Management" }, 
	{ key : "2204", parentKey : "2200", value : "Refrigeration and Cryogenic Technique" }, 
	{ key : "1704", parentKey : "1700", value : "Science of Geography" }, 
	{ key : "0504", parentKey : "0500", value : "Process Equipment & Control Engineering" }, 
	{ key : "1904", parentKey : "1900", value : "Multimolecular Materials and Engineering" }, 
	{ key : "0704", parentKey : "0700", value : "German" }, 
	{ key : "0604", parentKey : "0600", value : "Civil Engineering" }, 
	{ key : "2004", parentKey : "2000", value : "Safety Engineering" }, 
	{ key : "1604", parentKey : "1600", value : "Fine Chemicals" }, 
	{ key : "0304", parentKey : "0300", value : "Accounting" }, 
	{ key : "2804", parentKey : "2800", value : "Printing Engineering" }, 
	{ key : "0904", parentKey : "0900", value : "Politics and Administration" }, 
	{ key : "3404", parentKey : "3400", value : "Oral and Dental Sciences" }, 
	{ key : "0104", parentKey : "0100", value : "Computer Information Management" }, 
	{ key : "1004", parentKey : "1000", value : "Finance" }, 
	{ key : "3304", parentKey : "3300", value : "Plant Protection" }, 
	{ key : "3004", parentKey : "3000", value : "Special Energy and Pyrotechnics" }, 
	{ key : "0204", parentKey : "0200", value : "Project Management" }, 
	{ key : "2904", parentKey : "2900", value : "Flight Vehicle Environment and Life Support System Engineering" }, 
	{ key : "2805", parentKey : "2800", value : "Textile Engineering" }, 
	{ key : "1705", parentKey : "1700", value : "Geophysics" }, 
	{ key : "3405", parentKey : "3400", value : "Traditional Chinese Medcine" }, 
	{ key : "0205", parentKey : "0200", value : "Management of Agricultural Economy" }, 
	{ key : "0305", parentKey : "0300", value : "Accounting involved in Foreign Capital Enterprises" }, 
	{ key : "2605", parentKey : "2600", value : "Marine Technology" }, 
	{ key : "0105", parentKey : "0100", value : "Computer Network" }, 
	{ key : "1905", parentKey : "1900", value : "Materials Physics" }, 
	{ key : "0405", parentKey : "0400", value : "Human Resources Management" }, 
	{ key : "0605", parentKey : "0600", value : "Highway & Bridge Engineering" }, 
	{ key : "3305", parentKey : "3300", value : "Tea Science" }, 
	{ key : "0505", parentKey : "0500", value : "Mechatronic Engineering / Mechanical & Electrical Integration" }, 
	{ key : "1605", parentKey : "1600", value : "Chemical Equipment and Machinery" }, 
	{ key : "3005", parentKey : "3000", value : "Ground Motor Weapon Engineering" }, 
	{ key : "0705", parentKey : "0700", value : "French" }, 
	{ key : "0905", parentKey : "0900", value : "International Politics" }, 
	{ key : "1005", parentKey : "1000", value : "Economic Management" }, 
	{ key : "1205", parentKey : "1200", value : "Literature of Theatre Film & Television" }, 
	{ key : "0106", parentKey : "0100", value : "E-Business" }, 
	{ key : "0906", parentKey : "0900", value : "Diplomacy" }, 
	{ key : "3306", parentKey : "3300", value : "Practaculture Science" }, 
	{ key : "1906", parentKey : "1900", value : "Material Chemistry" }, 
	{ key : "3006", parentKey : "3000", value : "Electronic Warfare Technology" }, 
	{ key : "0706", parentKey : "0700", value : "Japanese" }, 
	{ key : "0406", parentKey : "0400", value : "Public Relationship Science" }, 
	{ key : "0506", parentKey : "0500", value : "Mould Design and Fabrication" }, 
	{ key : "2606", parentKey : "2600", value : "Marine Engine Engineering" }, 
	{ key : "0606", parentKey : "0600", value : "Construction Enviroment and Facilities Engineering" }, 
	{ key : "2806", parentKey : "2800", value : "Clothing Design and Engineering" }, 
	{ key : "1006", parentKey : "1000", value : "Economic Information Management" }, 
	{ key : "1706", parentKey : "1700", value : "Atmospheric Sciences" }, 
	{ key : "0306", parentKey : "0300", value : "Accounting Computerization" }, 
	{ key : "3406", parentKey : "3400", value : "Medical Jurisprudence" }, 
	{ key : "1206", parentKey : "1200", value : "Artistic Design of Theatre Film & Television" }, 
	{ key : "0107", parentKey : "0100", value : "Communication Engineering" }, 
	{ key : "0307", parentKey : "0300", value : "Financialwork" }, 
	{ key : "3307", parentKey : "3300", value : "Forest Resources" }, 
	{ key : "2607", parentKey : "2600", value : "Automotive Engineering Technology" }, 
	{ key : "1007", parentKey : "1000", value : "Industrial Trade" }, 
	{ key : "0407", parentKey : "0400", value : "Property Management" }, 
	{ key : "0707", parentKey : "0700", value : "Spainsh" }, 
	{ key : "1907", parentKey : "1900", value : "Material Science and Engineering" }, 
	{ key : "0907", parentKey : "0900", value : "Ideological and Political Education" }, 
	{ key : "1207", parentKey : "1200", value : "Photography / Animation " }, 
	{ key : "3407", parentKey : "3400", value : "Nursing Science" }, 
	{ key : "0607", parentKey : "0600", value : "Water Supply and Sewage Engineering" }, 
	{ key : "0507", parentKey : "0500", value : "Machinery Production Technique and Equipment" }, 
	{ key : "1707", parentKey : "1700", value : "Marine Science" }, 
	{ key : "3408", parentKey : "3400", value : "Pharmacy" }, 
	{ key : "0408", parentKey : "0400", value : "Administration and Management of Real Estate" }, 
	{ key : "1708", parentKey : "1700", value : "Geological Prospecting and Mining" }, 
	{ key : "0308", parentKey : "0300", value : "Financial Management" }, 
	{ key : "1208", parentKey : "1200", value : "Transmitbroadcast，Presiding，Recording" }, 
	{ key : "0708", parentKey : "0700", value : "Arabic" }, 
	{ key : "3308", parentKey : "3300", value : "Autecology" }, 
	{ key : "0908", parentKey : "0900", value : "Science of Public Security" }, 
	{ key : "0108", parentKey : "0100", value : "Electrical Engineering and Automation" }, 
	{ key : "0608", parentKey : "0600", value : "Fuel and Heat Supply and Ventilation Engineering" }, 
	{ key : "1008", parentKey : "1000", value : "International Finance" }, 
	{ key : "0109", parentKey : "0100", value : "Automation" }, 
	{ key : "3409", parentKey : "3400", value : "Psychology" }, 
	{ key : "3309", parentKey : "3300", value : "Landscape Engineering" }, 
	{ key : "0309", parentKey : "0300", value : "Technological Economy" }, 
	{ key : "0709", parentKey : "0700", value : "Korean" }, 
	{ key : "0409", parentKey : "0400", value : "Labor and Social Guarantee" }, 
	{ key : "1209", parentKey : "1200", value : "Fashion Design" }, 
	{ key : "0909", parentKey : "0900", value : "Economic Law" }, 
	{ key : "1009", parentKey : "1000", value : "Investment and Trade Management" }, 
	{ key : "1709", parentKey : "1700", value : "Petroleum Engineering" }, 
	{ key : "0609", parentKey : "0600", value : "Industrial and Civill Construction" }, 
	{ key : "0610", parentKey : "0600", value : "Interior Design" }, 
	{ key : "0410", parentKey : "0400", value : "Land Resources Management" }, 
	{ key : "3410", parentKey : "3400", value : "Medical Test" }, 
	{ key : "0710", parentKey : "0700", value : "Other Languages" }, 
	{ key : "0310", parentKey : "0300", value : "Secretarial Science" }, 
	{ key : "1010", parentKey : "1000", value : "Statistics" }, 
	{ key : "0910", parentKey : "0900", value : "International Economic Law" }, 
	{ key : "3310", parentKey : "3300", value : "Animal Production Sciences" }, 
	{ key : "0110", parentKey : "0100", value : "Electronic Information Engineering" }, 
	{ key : "1011", parentKey : "1000", value : "Auditing" }, 
	{ key : "0611", parentKey : "0600", value : "Constructional Engineering" }, 
	{ key : "0111", parentKey : "0100", value : "Electronic Science and Technology" }, 
	{ key : "0711", parentKey : "0700", value : "Journalism" }, 
	{ key : "3311", parentKey : "3300", value : "Veterinary Medicine" }, 
	{ key : "0311", parentKey : "0300", value : "International Commerce" }, 
	{ key : "3312", parentKey : "3300", value : "Fishery Science" }, 
	{ key : "0312", parentKey : "0300", value : "Logistics Management" }, 
	{ key : "0712", parentKey : "0700", value : "Broadcast and Television Journalism" }, 
	{ key : "0612", parentKey : "0600", value : "Engineering Cost Management" }, 
	{ key : "0112", parentKey : "0100", value : "Electronic Information Science and Technology" }, 
	{ key : "0113", parentKey : "0100", value : "Microelectronics" }, 
	{ key : "0713", parentKey : "0700", value : "Advertisement" }, 
	{ key : "3313", parentKey : "3300", value : "Agricultural Engineering" }, 
	{ key : "0714", parentKey : "0700", value : "Editing and Publishing" }, 
	{ key : "3314", parentKey : "3300", value : "Forestry Engineering" }, 
	{ key : "0114", parentKey : "0100", value : "Optical Information Science and Technology" }, 
	{ key : "0715", parentKey : "0700", value : "Foreign Trade English" }, 
	{ key : "0716", parentKey : "0700", value : "Commercial Affairs English" }
];

var sub_positions = [
	{ key : "1202", parentKey : "1200", value : "Real Estate Appraisal" }, 
	{ key : "1201", parentKey : "1200", value : "Real Estate Development / Planning" }, 
	{ key : "1101", parentKey : "1100", value : "Mechanical Engineer" }, 
	{ key : "0901", parentKey : "0900", value : "System Analysis / Software Architecture" }, 
	{ key : "0401", parentKey : "0400", value : "Art / Graphic Design" }, 
	{ key : "0701", parentKey : "0700", value : "Purchasing Manager" }, 
	{ key : "2401", parentKey : "2400", value : "Planting and Breeding Technique of Agriculture / Forestry / Fishing Industry" }, 
	{ key : "2501", parentKey : "2500", value : "Public Servant" }, 
	{ key : "9901", parentKey : "9900", value : "Others" }, 
	{ key : "1301", parentKey : "1300", value : "Investment Adviser / Investment Analysis" }, 
	{ key : "2301", parentKey : "2300", value : "Geological Survey" }, 
	{ key : "1101", parentKey : "1100", value : "Mould Engineer" }, 
	{ key : "0501", parentKey : "0500", value : "Technical Support  / Training" }, 
	{ key : "0801", parentKey : "0800", value : "Driver" }, 
	{ key : "1001", parentKey : "1000", value : "Electronic Engineer" }, 
	{ key : "1201", parentKey : "1200", value : "Civil Constructive / Strutural Engineer" }, 
	{ key : "1501", parentKey : "1500", value : "Technique of Food / Fast-moving Consumer Goods / Grain and Oil rationing" }, 
	{ key : "1601", parentKey : "1600", value : "Electrical Production" }, 
	{ key : "0601", parentKey : "0600", value : "Human Resources Manager" }, 
	{ key : "1701", parentKey : "1700", value : "Editor / Web Editor" }, 
	{ key : "1901", parentKey : "1900", value : "Biological Engineering / Biopharmaceuticals" }, 
	{ key : "2201", parentKey : "2200", value : "Lawyer / Legal Assistant" }, 
	{ key : "1401", parentKey : "1400", value : "Principal / Vice Principal" }, 
	{ key : "0201", parentKey : "0200", value : "Financial Manager / Director" }, 
	{ key : "0301", parentKey : "0300", value : "Sales Manager" }, 
	{ key : "2101", parentKey : "2100", value : "Production Manager / Production Foreman" }, 
	{ key : "1801", parentKey : "1800", value : "Entertainment / F&B Management" }, 
	{ key : "0101", parentKey : "0100", value : "Chairman / General Manager / CEO" }, 
	{ key : "2001", parentKey : "2000", value : "Doctor / Physicians" }, 
	{ key : "0202", parentKey : "0200", value : "Mercantile Accounting" }, 
	{ key : "0702", parentKey : "0700", value : "Storage Specialist" }, 
	{ key : "1202", parentKey : "1200", value : "Supervising Engineer" }, 
	{ key : "1502", parentKey : "1500", value : "Textile Technology" }, 
	{ key : "1602", parentKey : "1600", value : "Electric Power Supply" }, 
	{ key : "0402", parentKey : "0400", value : "Industrial Design / Product Design" }, 
	{ key : "2302", parentKey : "2300", value : "Mining / Ore Dressing" }, 
	{ key : "2002", parentKey : "2000", value : "Medical Management / Clinical Coodinator" }, 
	{ key : "0602", parentKey : "0600", value : "Administrative Specialist / Assistant" }, 
	{ key : "2202", parentKey : "2200", value : "Legal Affairs / Patent" }, 
	{ key : "2102", parentKey : "2100", value : "Quality Manager" }, 
	{ key : "1702", parentKey : "1700", value : "Writer / Copywriter" }, 
	{ key : "1902", parentKey : "1900", value : "Pharmaceutical Analysis / Research & Development" }, 
	{ key : "2502", parentKey : "2500", value : "Governement Dispatcher" }, 
	{ key : "2402", parentKey : "2400", value : "Processing of Farming, Forestry, Animal Husbandry and Fishery Products" }, 
	{ key : "0902", parentKey : "0900", value : "Software Test" }, 
	{ key : "1402", parentKey : "1400", value : "Teaching / Educational Administration" }, 
	{ key : "0502", parentKey : "0500", value : "Advertising Salesperson" }, 
	{ key : "0302", parentKey : "0300", value : "Customer Relations / Commercial Affairs / Channel" }, 
	{ key : "0802", parentKey : "0800", value : "Security / Bodyguard" }, 
	{ key : "0102", parentKey : "0100", value : "Director / Vice-Director of Sales & Martketing Department" }, 
	{ key : "1002", parentKey : "1000", value : "Electronic Components Engineer" }, 
	{ key : "1102", parentKey : "1100", value : "Electrical & Mechanical Engineer" }, 
	{ key : "1802", parentKey : "1800", value : "Cook / Bartender" }, 
	{ key : "1302", parentKey : "1300", value : "Securities / Foreign Exchange / Stock Broker " }, 
	{ key : "0903", parentKey : "0900", value : "Hardware Test" }, 
	{ key : "0803", parentKey : "0800", value : "Welding / Rivetin / Bench Worker" }, 
	{ key : "1103", parentKey : "1100", value : "Aircraft / Shipping Engineer " }, 
	{ key : "1703", parentKey : "1700", value : "Chef Editor " }, 
	{ key : "2203", parentKey : "2200", value : "Legal Advisor " }, 
	{ key : "0703", parentKey : "0700", value : "Storage / Logistics Manager" }, 
	{ key : "0103", parentKey : "0100", value : "Assistant General Manager / Assistant President / Secretary for Board of Directors" }, 
	{ key : "1003", parentKey : "1000", value : "Electrical Appliances Designing" }, 
	{ key : "2103", parentKey : "2100", value : "Manufacture Operation / Production Plan" }, 
	{ key : "1203", parentKey : "1200", value : "Project Estimator" }, 
	{ key : "0603", parentKey : "0600", value : "Human Resources Supervisor / Specialist" }, 
	{ key : "1603", parentKey : "1600", value : "Electric Power Management" }, 
	{ key : "1503", parentKey : "1500", value : "Packing / Printing / Paper Making" }, 
	{ key : "1903", parentKey : "1900", value : "Pharmaceuticals Registrar and Accreditation" }, 
	{ key : "0503", parentKey : "0500", value : "Design and Production of Advertisements" }, 
	{ key : "2303", parentKey : "2300", value : "Metallurgical Technology" }, 
	{ key : "0203", parentKey : "0200", value : "Industrial Accounting" }, 
	{ key : "1803", parentKey : "1800", value : "Server / Water / Doorman / Hostess" }, 
	{ key : "1303", parentKey : "1300", value : "Insurance Business" }, 
	{ key : "2003", parentKey : "2000", value : "Medical Technician" }, 
	{ key : "0403", parentKey : "0400", value : "Handicraft / Jewellery Design" }, 
	{ key : "0303", parentKey : "0300", value : "Sales Representative / Salesman" }, 
	{ key : "2403", parentKey : "2400", value : "Promotion of Farming, Forestry, Animal Husbandry and Fishery Products" }, 
	{ key : "1403", parentKey : "1400", value : "Higher Education" }, 
	{ key : "0704", parentKey : "0700", value : "Traffic Transportation" }, 
	{ key : "2404", parentKey : "2400", value : "Farming, Forestry, Animal Husbandry and Fishery Machinary" }, 
	{ key : "0104", parentKey : "0100", value : "Director of Chian Store" }, 
	{ key : "1104", parentKey : "1100", value : "Casting / Forging Engineer" }, 
	{ key : "0204", parentKey : "0200", value : "Cashier" }, 
	{ key : "2204", parentKey : "2200", value : "Certified Public Accountant" }, 
	{ key : "1004", parentKey : "1000", value : "Inteigent Building / Cabling System" }, 
	{ key : "1304", parentKey : "1300", value : "Finical / Economic Institution Management and Operation" }, 
	{ key : "0904", parentKey : "0900", value : "System Administrator / Network Administrator" }, 
	{ key : "0304", parentKey : "0300", value : "Property Seller" }, 
	{ key : "0804", parentKey : "0800", value : "Auto Repair" }, 
	{ key : "1404", parentKey : "1400", value : "Secondary Education" }, 
	{ key : "1804", parentKey : "1800", value : "Crewman" }, 
	{ key : "0604", parentKey : "0600", value : "Clerk / Administrative Support" }, 
	{ key : "0404", parentKey : "0400", value : "Funiture Design" }, 
	{ key : "1904", parentKey : "1900", value : "Chemical Product Technical Skill" }, 
	{ key : "0504", parentKey : "0500", value : "Advertising Copy Writer" }, 
	{ key : "1604", parentKey : "1600", value : "Electric Power Maintanence" }, 
	{ key : "2104", parentKey : "2100", value : "Production Technology" }, 
	{ key : "1704", parentKey : "1700", value : "Journalist" }, 
	{ key : "1504", parentKey : "1500", value : "Textile Dyeing and Finishing Journal" }, 
	{ key : "2304", parentKey : "2300", value : "Aviation / Spaceflight" }, 
	{ key : "1204", parentKey : "1200", value : "Water Supply Engineer" }, 
	{ key : "2004", parentKey : "2000", value : "Veterinarian / Petz Vet" }, 
	{ key : "1805", parentKey : "1800", value : "Tour Guide / Travel Consultant / Ticket Agent / Instructor" }, 
	{ key : "1705", parentKey : "1700", value : "Publishing" }, 
	{ key : "2005", parentKey : "2000", value : "Nurse / Paramedic" }, 
	{ key : "1905", parentKey : "1900", value : "Inorganic Chemical Engineering" }, 
	{ key : "1305", parentKey : "1300", value : "Treasury Supervisor / Specialist" }, 
	{ key : "2205", parentKey : "2200", value : "Certified Tax Agent" }, 
	{ key : "1205", parentKey : "1200", value : "Heating and Air-conditioning" }, 
	{ key : "1405", parentKey : "1400", value : "Primary School / Preschool Education" }, 
	{ key : "2105", parentKey : "2100", value : "Quality Engineer" }, 
	{ key : "1105", parentKey : "1100", value : "Precision Machinery / Instruments and Apparatuses / Measurement" }, 
	{ key : "1505", parentKey : "1500", value : "Plasticstechnology / Plastics Fabrication / Rubber" }, 
	{ key : "1605", parentKey : "1600", value : "Internal Combustion Engine and Hydraulic Engineer" }, 
	{ key : "1005", parentKey : "1000", value : "Telecommunication Engineer" }, 
	{ key : "2305", parentKey : "2300", value : "Materials Science" }, 
	{ key : "0905", parentKey : "0900", value : "Web Producer / Web Operation" }, 
	{ key : "0405", parentKey : "0400", value : "Toy Design" }, 
	{ key : "0805", parentKey : "0800", value : "Warter Supplier / Woodworker / Oiler / Bricklayer" }, 
	{ key : "0605", parentKey : "0600", value : "Corporate Culture / Labor Union / Party Affairs" }, 
	{ key : "0105", parentKey : "0100", value : "Director / Vice General Manager of Manufature" }, 
	{ key : "0505", parentKey : "0500", value : "Sales Planning Manager" }, 
	{ key : "0305", parentKey : "0300", value : "Pharmaceutical Sales Representative" }, 
	{ key : "0205", parentKey : "0200", value : "Statistics" }, 
	{ key : "0705", parentKey : "0700", value : "Customs Specialist" }, 
	{ key : "0406", parentKey : "0400", value : "Layout Designer" }, 
	{ key : "0706", parentKey : "0700", value : "International Trading Specialist / Assistant" }, 
	{ key : "1006", parentKey : "1000", value : "SCM / DSP / PLC Programing / Low-level Software Development " }, 
	{ key : "0806", parentKey : "0800", value : "Electrician" }, 
	{ key : "1406", parentKey : "1400", value : "Job Training" }, 
	{ key : "2206", parentKey : "2200", value : "Registered Auditor" }, 
	{ key : "0906", parentKey : "0900", value : "Web Design / Creative" }, 
	{ key : "1806", parentKey : "1800", value : "Couch" }, 
	{ key : "1206", parentKey : "1200", value : "Property Management" }, 
	{ key : "1906", parentKey : "1900", value : "Chemical Technique" }, 
	{ key : "2006", parentKey : "2000", value : "Pharmacist" }, 
	{ key : "0206", parentKey : "0200", value : "Auditing" }, 
	{ key : "0506", parentKey : "0500", value : "Sales & Marketing Planning" }, 
	{ key : "2106", parentKey : "2100", value : "Engineering Department" }, 
	{ key : "0106", parentKey : "0100", value : "Finicial Director / Vice General Manager / Chef Accountant / CFO" }, 
	{ key : "1306", parentKey : "1300", value : "Risk Management" }, 
	{ key : "0306", parentKey : "0300", value : "Medical Equipment Sales" }, 
	{ key : "1606", parentKey : "1600", value : "Lighting & Illuminating Engineering" }, 
	{ key : "1506", parentKey : "1500", value : "Ceramics / Concrete / Cement / Lime / Plater / Glass Ware" }, 
	{ key : "1106", parentKey : "1100", value : "Machinical Layout / Manufacture and Processing" }, 
	{ key : "1706", parentKey : "1700", value : "Director / Scenarist / Entertainment Planning / Production" }, 
	{ key : "0606", parentKey : "0600", value : "Entering / Rechecking" }, 
	{ key : "1407", parentKey : "1400", value : "Family Education" }, 
	{ key : "0307", parentKey : "0300", value : "Automobile and Accessories Sales" }, 
	{ key : "0407", parentKey : "0400", value : "Image Design" }, 
	{ key : "2207", parentKey : "2200", value : "Certified Public Assets Estimator" }, 
	{ key : "1307", parentKey : "1300", value : "Asset Assessment" }, 
	{ key : "0207", parentKey : "0200", value : "Tax Accounting" }, 
	{ key : "0707", parentKey : "0700", value : "Domestic Trade Specialist / Assistant" }, 
	{ key : "1907", parentKey : "1900", value : "Fine Chemicals Technique" }, 
	{ key : "1807", parentKey : "1800", value : "Athlete" }, 
	{ key : "1507", parentKey : "1500", value : "Shoemaking / Leatherworking / Handbag" }, 
	{ key : "0607", parentKey : "0600", value : "English Translator" }, 
	{ key : "0107", parentKey : "0100", value : "Vice President / Director / CHO of Human Resources" }, 
	{ key : "1607", parentKey : "1600", value : "Electrical Automation / Industrial Automation / Process Control" }, 
	{ key : "1007", parentKey : "1000", value : "Electron / Electric Appliances Maintanence" }, 
	{ key : "1707", parentKey : "1700", value : "Photographer" }, 
	{ key : "2007", parentKey : "2000", value : "Disease Control / Public Health" }, 
	{ key : "0507", parentKey : "0500", value : "Chain Operation and Expansion" }, 
	{ key : "0807", parentKey : "0800", value : "Office Funiture Maintanence" }, 
	{ key : "1107", parentKey : "1100", value : "Stamping Engineer" }, 
	{ key : "1207", parentKey : "1200", value : "Civil Construction Crew" }, 
	{ key : "2107", parentKey : "2100", value : "Technical Engineer" }, 
	{ key : "0907", parentKey : "0900", value : "Web Programmer" }, 
	{ key : "1608", parentKey : "1600", value : "Electric Power Maintanence" }, 
	{ key : "1508", parentKey : "1500", value : "Jewellery Processing" }, 
	{ key : "0608", parentKey : "0600", value : "Russian Translator" }, 
	{ key : "1908", parentKey : "1900", value : "Synthetic Resin / Rubber Chemical Engineering" }, 
	{ key : "0508", parentKey : "0500", value : "Marketing Investigation / Operational Analysis" }, 
	{ key : "0408", parentKey : "0400", value : "Designing Project Management" }, 
	{ key : "1108", parentKey : "1100", value : "Machinery Maintanence" }, 
	{ key : "1208", parentKey : "1200", value : "Construction Site Management" }, 
	{ key : "1708", parentKey : "1700", value : "Recording / Sounds Specialist" }, 
	{ key : "2208", parentKey : "2200", value : "Management Consulting" }, 
	{ key : "0708", parentKey : "0700", value : "Merchandiser" }, 
	{ key : "0208", parentKey : "0200", value : "Financial Consultant" }, 
	{ key : "1408", parentKey : "1400", value : "Admissions Apecialist" }, 
	{ key : "0808", parentKey : "0800", value : "Fireman / Boiler Operation" }, 
	{ key : "1808", parentKey : "1800", value : "Hospitality Management" }, 
	{ key : "2008", parentKey : "2000", value : "Plastic Surgeon" }, 
	{ key : "1008", parentKey : "1000", value : "Digital Production Development Engineeering" }, 
	{ key : "0108", parentKey : "0100", value : "Administrative Director / Assistant Director " }, 
	{ key : "0908", parentKey : "0900", value : "Technical Support" }, 
	{ key : "0308", parentKey : "0300", value : "IT Product Sale" }, 
	{ key : "1308", parentKey : "1300", value : "Financial Credit / Credit Investigation and Analysis" }, 
	{ key : "2108", parentKey : "2100", value : "Project Management" }, 
	{ key : "0809", parentKey : "0800", value : "Air Conditioner / Elevator" }, 
	{ key : "0509", parentKey : "0500", value : "Public Relations and Media" }, 
	{ key : "1909", parentKey : "1900", value : "Daily Chemical Technology" }, 
	{ key : "1509", parentKey : "1500", value : "Apparel Textile Designing / Platemaking / Processing" }, 
	{ key : "1809", parentKey : "1800", value : "Reception Manager / Supervisor" }, 
	{ key : "1209", parentKey : "1200", value : "Architectural Electrical Appliances" }, 
	{ key : "1709", parentKey : "1700", value : "Dresser / Stylist / Prop Master" }, 
	{ key : "2109", parentKey : "2100", value : "Device Management / Facilities Engineer" }, 
	{ key : "2009", parentKey : "2000", value : "Psychologist" }, 
	{ key : "1609", parentKey : "1600", value : "Electrical Design" }, 
	{ key : "0909", parentKey : "0900", value : "IT Project Manager" }, 
	{ key : "0109", parentKey : "0100", value : "Technical Controller / Technical Director / Chief Technology Officer / Chief Engineer / CTO" }, 
	{ key : "0709", parentKey : "0700", value : "Purchasing Specialist" }, 
	{ key : "2209", parentKey : "2200", value : "Authentication and Consulting" }, 
	{ key : "0609", parentKey : "0600", value : "Korean Translator" }, 
	{ key : "1109", parentKey : "1100", value : "CNC Engineer" }, 
	{ key : "1309", parentKey : "1300", value : "Budgeting Specialist / Settlement Officer" }, 
	{ key : "0309", parentKey : "0300", value : "Foodstuff Sale" }, 
	{ key : "1009", parentKey : "1000", value : "Semiconductor Instruments" }, 
	{ key : "0209", parentKey : "0200", value : "International Accountant" }, 
	{ key : "0409", parentKey : "0400", value : "Animation Design" }, 
	{ key : "0610", parentKey : "0600", value : "Japanese Translator" }, 
	{ key : "2110", parentKey : "2100", value : "Fire Safety Management / Fire Protection Engineer" }, 
	{ key : "1110", parentKey : "1100", value : "Fixture Engineer" }, 
	{ key : "0310", parentKey : "0300", value : "Home Appliance Sale" }, 
	{ key : "1010", parentKey : "1000", value : "Low Density Electronics Engineering Technology" }, 
	{ key : "1610", parentKey : "1600", value : "Refrigeration Equipment / Chiller Plant" }, 
	{ key : "1910", parentKey : "1900", value : "Medication Test" }, 
	{ key : "0810", parentKey : "0800", value : "Laboratory Technician" }, 
	{ key : "1510", parentKey : "1500", value : "Timber Processing / Wood, Bamboo, Cane, Palm and Straw-made Articles Industry" },
	{ key : "2210", parentKey : "2200", value : "Occupational Consultant" }, 
	{ key : "0110", parentKey : "0100", value : "Vice Genermal Manager and Director of Real Estate Engineering" }, 
	{ key : "1310", parentKey : "1300", value : "Bank Specialist" }, 
	{ key : "0710", parentKey : "0700", value : "Freight Depot Site Operator" }, 
	{ key : "1210", parentKey : "1200", value : "Constructional Materials / Product" }, 
	{ key : "0210", parentKey : "0200", value : "Real Estate Accountant" }, 
	{ key : "2010", parentKey : "2000", value : "Nutrion Consultant" }, 
	{ key : "0910", parentKey : "0900", value : "Software Development" }, 
	{ key : "1710", parentKey : "1700", value : "Performer / Dubber / Model" }, 
	{ key : "0510", parentKey : "0500", value : "Conference Assistance" }, 
	{ key : "2111", parentKey : "2100", value : "Installation Engineer" }, 
	{ key : "1911", parentKey : "1900", value : "Pharmaceutical Technology and Management" }, 
	{ key : "1511", parentKey : "1500", value : "Funiture Manufacturing" }, 
	{ key : "1211", parentKey : "1200", value : "Architectural Charting and Graphing" }, 
	{ key : "0211", parentKey : "0200", value : "Financial Analysis" }, 
	{ key : "1311", parentKey : "1300", value : "Insurance Actuary" }, 
	{ key : "2011", parentKey : "2000", value : "Maternity and Child Care" }, 
	{ key : "0311", parentKey : "0300", value : "Building Materials Selling" }, 
	{ key : "0111", parentKey : "0100", value : "Purchasing Director / Assistant Director" }, 
	{ key : "1711", parentKey : "1700", value : "Presider / Broadcaster / DJ / Singer" }, 
	{ key : "1611", parentKey : "1600", value : "Electric Motor & Electrical Engineer Technology" }, 
	{ key : "0511", parentKey : "0500", value : "Product Brand" }, 
	{ key : "0611", parentKey : "0600", value : "Administration Manager / Office Director" }, 
	{ key : "1011", parentKey : "1000", value : "Circuit Layout / Electronic Testing" }, 
	{ key : "0911", parentKey : "0900", value : "Hardware Development" }, 
	{ key : "1111", parentKey : "1100", value : "Boiler Engineer" }, 
	{ key : "0711", parentKey : "0700", value : "Courier" }, 
	{ key : "0811", parentKey : "0800", value : "Mechanical and Production Engineering Crew" }, 
	{ key : "0312", parentKey : "0300", value : "Customer Manager" }, 
	{ key : "1012", parentKey : "1000", value : "Electronic Material Engineering Technique " }, 
	{ key : "0612", parentKey : "0600", value : "Assistant Manager / Secretary" }, 
	{ key : "1312", parentKey : "1300", value : "Bank Accountant / Cashier" }, 
	{ key : "1912", parentKey : "1900", value : "Pharmaceutical Engineering / Pharmaceutical Preparation" }, 
	{ key : "0712", parentKey : "0700", value : "Documentation Specialist" }, 
	{ key : "0912", parentKey : "0900", value : "Network Engineering" }, 
	{ key : "1512", parentKey : "1500", value : "Stationery and Sporting Goods Manufacturing" }, 
	{ key : "1112", parentKey : "1100", value : "Welding Engineer" }, 
	{ key : "0112", parentKey : "0100", value : "Director / Assistant Director of Logistics Department" }, 
	{ key : "1212", parentKey : "1200", value : "Engineering Surveying and Mapping / Map Making" }, 
	{ key : "1712", parentKey : "1700", value : "Entertainment and Sports Broker / Talent" }, 
	{ key : "1612", parentKey : "1600", value : "Electric Drive / Automatic Control Engineering Technique" }, 
	{ key : "0812", parentKey : "0800", value : "Switch Operator / Hotline Consultant / Switchboard" }, 
	{ key : "0512", parentKey : "0500", value : "Corporate Planning" }, 
	{ key : "1213", parentKey : "1200", value : "Road and Bridge / Tunnel / Habor / Waterway / Fairway / Subway Engineering" }, 
	{ key : "0713", parentKey : "0700", value : "Customs Officer" }, 
	{ key : "1013", parentKey : "1000", value : "Radar / Navigation System Engineering Technique" }, 
	{ key : "0513", parentKey : "0500", value : "Location Consultant" }, 
	{ key : "1313", parentKey : "1300", value : "Investmentand Fund Project Manager" }, 
	{ key : "1113", parentKey : "1100", value : "Acoustics and Optics Technique" }, 
	{ key : "0113", parentKey : "0100", value : "Information Vice General Manager / Direvtor / CIO" }, 
	{ key : "1513", parentKey : "1500", value : "Chemical Fiber Manufacturing" }, 
	{ key : "0313", parentKey : "0300", value : "Channel Manager" }, 
	{ key : "1713", parentKey : "1700", value : "Non-Linear Editing System" }, 
	{ key : "0813", parentKey : "0800", value : "Tailor" }, 
	{ key : "1613", parentKey : "1600", value : "Cabels and Cord / Electrical Materials Engineering Technique" }, 
	{ key : "0613", parentKey : "0600", value : "French Translator" }, 
	{ key : "0913", parentKey : "0900", value : "Game Development" }, 
	{ key : "1913", parentKey : "1900", value : "Pesticide / Fertilizer" }, 
	{ key : "1914", parentKey : "1900", value : "Petroleum / Coking Processing" }, 
	{ key : "0114", parentKey : "0100", value : "Originality and Planning Director" }, 
	{ key : "1014", parentKey : "1000", value : "Broadcasting Audiovisual Equipment Engineering Technique" }, 
	{ key : "0914", parentKey : "0900", value : "Database Development and Management" }, 
	{ key : "0714", parentKey : "0700", value : "Logistics Specialist" }, 
	{ key : "0514", parentKey : "0500", value : " Planning Project Management" }, 
	{ key : "1614", parentKey : "1600", value : "Solar Energy Utilization" }, 
	{ key : "1214", parentKey : "1200", value : "Gardening / Landscaping" }, 
	{ key : "1114", parentKey : "1100", value : "Industrial Mechinery Automation" }, 
	{ key : "1514", parentKey : "1500", value : "Rare & Fresh Food / Loss Prevention" }, 
	{ key : "0614", parentKey : "0600", value : "German Translator" }, 
	{ key : "0314", parentKey : "0300", value : "Commercial Manager" }, 
	{ key : "0814", parentKey : "0800", value : "Forklift Worker" }, 
	{ key : "0915", parentKey : "0900", value : "Information Security Engineer" }, 
	{ key : "0715", parentKey : "0700", value : "Trading Manager" }, 
	{ key : "1115", parentKey : "1100", value : "Mechanical Draftsman" }, 
	{ key : "0815", parentKey : "0800", value : "Community / Household Service" }, 
	{ key : "1215", parentKey : "1200", value : "Interior & Exterior Displaying and Decrating Design" }, 
	{ key : "1015", parentKey : "1000", value : "Electronic Instruments and Measurement Engineering Technology" }, 
	{ key : "0115", parentKey : "0100", value : "Enterprises Strategic Management" }, 
	{ key : "0615", parentKey : "0600", value : "Spanish Translator" }, 
	{ key : "1915", parentKey : "1900", value : "Environment Protection Engineering" }, 
	{ key : "0315", parentKey : "0300", value : "Technical Support / Customer Train" }, 
	{ key : "0916", parentKey : "0900", value : "EPR Technique / EPR Application Consultant" }, 
	{ key : "1116", parentKey : "1100", value : "Electrical Parts Designing" }, 
	{ key : "0616", parentKey : "0600", value : "Arabic Translator" }, 
	{ key : "1016", parentKey : "1000", value : "Communication Engineering Technology" }, 
	{ key : "0816", parentKey : "0800", value : "Occupational Intermediary Service" }, 
	{ key : "1916", parentKey : "1900", value : "Environmental Monitoring Engineering Tecbnology" }, 
	{ key : "1216", parentKey : "1200", value : "Underground Construction / Geotechnical Engineering" }, 
	{ key : "0316", parentKey : "0300", value : "Pre-sales & After-sales Service(Unskilled)" }, 
	{ key : "0317", parentKey : "0300", value : "Complaint Handling / Montioring" }, 
	{ key : "0917", parentKey : "0900", value : "Technical Documentation Writer" }, 
	{ key : "1117", parentKey : "1100", value : "Automobile Technique" }, 
	{ key : "0617", parentKey : "0600", value : "Hindi Translator" }, 
	{ key : "1217", parentKey : "1200", value : "Engineering Project Manager" }, 
	{ key : "0817", parentKey : "0800", value : "Matrimonial Agency" }, 
	{ key : "1017", parentKey : "1000", value : "Sensor Engineer" }, 
	{ key : "0318", parentKey : "0300", value : "Telemarketing Specialist" }, 
	{ key : "0918", parentKey : "0900", value : "Graphy / Image / Video / Audio Developer" }, 
	{ key : "1218", parentKey : "1200", value : "Piping Engineer" }, 
	{ key : "0818", parentKey : "0800", value : "Mechanic / Trainee" }, 
	{ key : "1118", parentKey : "1100", value : "Noise Vibration Harshness(NVH)" }, 
	{ key : "0819", parentKey : "0800", value : "Receptionist" }, 
	{ key : "1119", parentKey : "1100", value : "Powertrain and Chassis System" }, 
	{ key : "1219", parentKey : "1200", value : "Real Estate Agent / Property Consultant" }, 
	{ key : "0919", parentKey : "0900", value : "Multimedia Design & Create" }, 
	{ key : "0319", parentKey : "0300", value : "Storekeeper / Store Manager / Floors Manager" }, 
	{ key : "0320", parentKey : "0300", value : "Shopping Guide" }, 
	{ key : "1220", parentKey : "1200", value : "Registration Engineer" }, 
	{ key : "1120", parentKey : "1100", value : "Spare Parts Detailing" }, 
	{ key : "0820", parentKey : "0800", value : "Convention Management and Service" }, 
	{ key : "0821", parentKey : "0800", value : "Fast Recorder" }, 
	{ key : "1221", parentKey : "1200", value : "Urban Planning / Municipal Engineering" }, 
	{ key : "1121", parentKey : "1100", value : "Airport / Station Reprersentative" }, 
	{ key : "0321", parentKey : "0300", value : "Shop Assistant" }, 
	{ key : "1222", parentKey : "1200", value : "Architectural Design" }, 
	{ key : "0822", parentKey : "0800", value : "Evaluation Appraiser" }, 
	{ key : "1122", parentKey : "1100", value : "Electric Motor Car / Special Vehicle Engineer" }, 
	{ key : "0322", parentKey : "0300", value : "Tally Clerk" }, 
	{ key : "0823", parentKey : "0800", value : "Auctioneer" }, 
	{ key : "1123", parentKey : "1100", value : "Interior & Exterior Decoration Design" }, 
	{ key : "1223", parentKey : "1200", value : "Airfield Engineering Technology" }, 
	{ key : "1224", parentKey : "1200", value : "Railway Construction Engineering Technology" }, 
	{ key : "0824", parentKey : "0800", value : "Pawnbroker" }, 
	{ key : "1124", parentKey : "1100", value : "Engine and Accessories Design" }, 
	{ key : "1125", parentKey : "1100", value : "Final Assembly Engineer" }, 
	{ key : "0825", parentKey : "0800", value : "Leaseholder" }, 
	{ key : "1225", parentKey : "1200", value : "Water Conservancy and Hydropower Engineering Technology" }, 
	{ key : "1126", parentKey : "1100", value : "Laboratory Engineer" }, 
	{ key : "0826", parentKey : "0800", value : "Weatherman" }, 
	{ key : "1226", parentKey : "1200", value : "Hydroelectric Power Technique" }, 
	{ key : "1227", parentKey : "1200", value : "Building Electricity" }, 
	{ key : "1127", parentKey : "1100", value : "Spray Finishing" }, 
	{ key : "0827", parentKey : "0800", value : "Cultural Relics Verification" }, 
	{ key : "0828", parentKey : "0800", value : "Librarian" }, 
	{ key : "1128", parentKey : "1100", value : "Automobile Design and Manufacture" }, 
	{ key : "2099", parentKey : "2000", value : "Other Medical Treatment / Nursing / Facial / Health Care Staff" }, 
	{ key : "1199", parentKey : "1100", value : "Other Staff in Machinery / Automobile / Instruments and Apparatus Section" }, 
	{ key : "0699", parentKey : "0600", value : "Other Staff in Human Resources / Administrative / Civil Service Department" }, 
	{ key : "1599", parentKey : "1500", value : "Other Light Industry Staff" }, 
	{ key : "1799", parentKey : "1700", value : "Other Staff in News / Entertainment / Film / Writing Profession" }, 
	{ key : "0599", parentKey : "0500", value : "Other Staff of Marketing / Advertising / Media Profession" }, 
	{ key : "1699", parentKey : "1600", value : "Other Staff in Electricity / Energy / Power Industry" }, 
	{ key : "1299", parentKey : "1200", value : "Other staff for Architecture / Real Estate / Decoration / Logistics" }, 
	{ key : "1499", parentKey : "1400", value : "Other staff in Education / Training Profession" }, 
	{ key : "0999", parentKey : "0900", value : "Other Staff in Computer / Network Field" }, 
	{ key : "0499", parentKey : "0400", value : "Other Staff in Design / Originality / Fine Arts Field" }, 
	{ key : "0299", parentKey : "0200", value : "Other Staff in Financial / Auditing / Stastics Profession" }, 
	{ key : "0199", parentKey : "0100", value : "Other Senior Management Staff" }, 
	{ key : "1399", parentKey : "1300", value : "Other Financial / Insurance Staff" }, 
	{ key : "1999", parentKey : "1900", value : "Other Staff in Chemical Engineering / Biological / Environmental Protection Field" }, 
	{ key : "1099", parentKey : "1000", value : "Other Staff in Electron / Appliance / Communication Field" }, 
	{ key : "2599", parentKey : "2500", value : "Other Clerk in State Organ / Part-Masses Organization Department" }, 
	{ key : "0799", parentKey : "0700", value : "Other Staff in Trading / Distribution / Purchasing Section" }, 
	{ key : "1899", parentKey : "1800", value : "Other Staff in Hotels / Catering / Tourism / Sports Field" }, 
	{ key : "2499", parentKey : "2400", value : "Other Staff in Farming, Forestry, Animal and Fishing Industry" }, 
	{ key : "0399", parentKey : "0300", value : "Other Selling and Retail Staff" }, 
	{ key : "0899", parentKey : "0800", value : "Other Technician, Logistics and other Service Staff" }, 
	{ key : "2399", parentKey : "2300", value : "Other Staff in Mining, Metallurgy, Materials, Aviation and Spaceflight Field." }, 
	{ key : "2299", parentKey : "2200", value : "Other Consulting, Advising and Firming Staff " }, 
	{ key : "2199", parentKey : "2100", value : "Other Productive Assembly Management Staff" }
];
