/* 地図絞り込み検索で使用するselectプルダウンを動的に変更する */
/* 一部のブラウザを考慮し、jQueryより自由度と安定感があるので古典的に */

function loadCities(prefname,cityId) {
var city = window.document.getElementById(cityId); //市郡名
city.options.length = 0; // 常に事前に選択肢数をクリアする必要あり
city.options[0]= new Option("市区郡↓","");
if (prefname == "hokkaido")
{
city.options[1]= new Option("札幌市中央区","001");
city.options[2]= new Option("札幌市北区","002");
city.options[3]= new Option("札幌市東区","003");
city.options[4]= new Option("札幌市白石区","004");
city.options[5]= new Option("札幌市厚別区","005");
city.options[6]= new Option("札幌市豊平区","006");
city.options[7]= new Option("札幌市清田区","007");
city.options[8]= new Option("札幌市南区","008");
city.options[9]= new Option("札幌市西区","009");
city.options[10]= new Option("札幌市手稲区","010");
city.options[11]= new Option("赤平市","027");
city.options[12]= new Option("芦別市","025");
city.options[13]= new Option("石狩市","043");
city.options[14]= new Option("岩見沢市","019");
city.options[15]= new Option("歌志内市","036");
city.options[16]= new Option("恵庭市","040");
city.options[17]= new Option("江別市","026");
city.options[18]= new Option("小樽市","012");
city.options[19]= new Option("北広島市","042");
city.options[20]= new Option("砂川市","035");
city.options[21]= new Option("滝川市","034");
city.options[22]= new Option("伊達市","041");
city.options[23]= new Option("千歳市","033");
city.options[24]= new Option("苫小牧市","022");
city.options[25]= new Option("登別市","039");
city.options[26]= new Option("美唄市","024");
city.options[27]= new Option("深川市","037");
city.options[28]= new Option("三笠市","031");
city.options[29]= new Option("室蘭市","014");
city.options[30]= new Option("夕張市","018");
city.options[31]= new Option("虻田郡","115");
city.options[32]= new Option("石狩郡","102");
city.options[33]= new Option("磯谷郡","114");
city.options[34]= new Option("岩内郡","116");
city.options[35]= new Option("有珠郡","139");
city.options[36]= new Option("浦河郡","146");
city.options[37]= new Option("雨竜郡","124");
city.options[38]= new Option("樺戸郡","123");
city.options[39]= new Option("様似郡","147");
city.options[40]= new Option("沙流郡","142");
city.options[41]= new Option("島牧郡","162");
city.options[42]= new Option("積丹郡","118");
city.options[43]= new Option("白老郡","140");
city.options[44]= new Option("寿都郡","113");
city.options[45]= new Option("空知郡","121");
city.options[46]= new Option("新冠郡","143");
city.options[47]= new Option("日高郡","144");
city.options[48]= new Option("古宇郡","117");
city.options[49]= new Option("古平郡","119");
city.options[50]= new Option("幌泉郡","148");
city.options[51]= new Option("夕張郡","122");
city.options[52]= new Option("勇払郡","141");
city.options[53]= new Option("余市郡","120");
city.options[54]= new Option("函館市","011");
city.options[55]= new Option("北斗市","044");
city.options[56]= new Option("奥尻郡","111");
city.options[57]= new Option("上磯郡","104");
city.options[58]= new Option("亀田郡","105");
city.options[59]= new Option("茅部郡","106");
city.options[60]= new Option("久遠郡","110");
city.options[61]= new Option("瀬棚郡","112");
city.options[62]= new Option("爾志郡","109");
city.options[63]= new Option("檜山郡","108");
city.options[64]= new Option("二海郡","163");
city.options[65]= new Option("松前郡","103");
city.options[66]= new Option("山越郡","107");
city.options[67]= new Option("網走市","020");
city.options[68]= new Option("帯広市","016");
city.options[69]= new Option("北見市","017");
city.options[70]= new Option("釧路市","015");
city.options[71]= new Option("根室市","032");
city.options[72]= new Option("紋別市","028");
city.options[73]= new Option("阿寒郡","156");
city.options[74]= new Option("足寄郡","152");
city.options[75]= new Option("厚岸郡","154");
city.options[76]= new Option("網走郡","135");
city.options[77]= new Option("河西郡","150");
city.options[78]= new Option("河東郡","149");
city.options[79]= new Option("川上郡","155");
city.options[80]= new Option("釧路郡","158");
city.options[81]= new Option("標津郡","160");
city.options[82]= new Option("斜里郡","136");
city.options[83]= new Option("白糠郡","157");
city.options[84]= new Option("十勝郡","153");
city.options[85]= new Option("常呂郡","137");
city.options[86]= new Option("中川郡","126");
city.options[87]= new Option("野付郡","159");
city.options[88]= new Option("広尾郡","151");
city.options[89]= new Option("目梨郡","161");
city.options[90]= new Option("紋別郡","138");
city.options[91]= new Option("旭川市","013");
city.options[92]= new Option("士別市","029");
city.options[93]= new Option("名寄市","030");
city.options[94]= new Option("富良野市","038");
city.options[95]= new Option("留萌市","021");
city.options[96]= new Option("稚内市","023");
city.options[97]= new Option("枝幸郡","132");
city.options[98]= new Option("上川郡","125");
city.options[99]= new Option("宗谷郡","131");
city.options[100]= new Option("天塩郡","130");
city.options[101]= new Option("苫前郡","129");
city.options[102]= new Option("増毛郡","127");
city.options[103]= new Option("利尻郡","134");
city.options[104]= new Option("留萌郡","128");
city.options[105]= new Option("礼文郡","133");
}
else if (prefname == "aomori")
{
city.options[1]= new Option("青森市","001");
city.options[2]= new Option("弘前市","002");
city.options[3]= new Option("八戸市","003");
city.options[4]= new Option("黒石市","004");
city.options[5]= new Option("五所川原市","005");
city.options[6]= new Option("つがる市","009");
city.options[7]= new Option("十和田市","006");
city.options[8]= new Option("平川市","010");
city.options[9]= new Option("三沢市","007");
city.options[10]= new Option("むつ市","008");
city.options[11]= new Option("東津軽郡","101");
city.options[12]= new Option("西津軽郡","102");
city.options[13]= new Option("中津軽郡","103");
city.options[14]= new Option("南津軽郡","104");
city.options[15]= new Option("北津軽郡","105");
city.options[16]= new Option("上北郡","106");
city.options[17]= new Option("下北郡","107");
city.options[18]= new Option("三戸郡","108");
}
else if (prefname == "iwate")
{
city.options[1]= new Option("盛岡市","001");
city.options[2]= new Option("一関市","009");
city.options[3]= new Option("奥州市","004");
city.options[4]= new Option("大船渡市","003");
city.options[5]= new Option("釜石市","011");
city.options[6]= new Option("北上市","006");
city.options[7]= new Option("久慈市","007");
city.options[8]= new Option("遠野市","008");
city.options[9]= new Option("二戸市","013");
city.options[10]= new Option("花巻市","005");
city.options[11]= new Option("八幡平市","014");
city.options[12]= new Option("宮古市","002");
city.options[13]= new Option("陸前高田市","010");
city.options[14]= new Option("岩手郡","101");
city.options[15]= new Option("紫波郡","102");
city.options[16]= new Option("和賀郡","104");
city.options[17]= new Option("胆沢郡","105");
city.options[18]= new Option("西磐井郡","106");
city.options[19]= new Option("気仙郡","108");
city.options[20]= new Option("上閉伊郡","109");
city.options[21]= new Option("下閉伊郡","110");
city.options[22]= new Option("九戸郡","111");
city.options[23]= new Option("二戸郡","112");
}
else if (prefname == "miyagi")
{
city.options[1]= new Option("仙台市青葉区","001");
city.options[2]= new Option("仙台市宮城野区","002");
city.options[3]= new Option("仙台市若林区","003");
city.options[4]= new Option("仙台市太白区","004");
city.options[5]= new Option("仙台市泉区","005");
city.options[6]= new Option("石巻市","006");
city.options[7]= new Option("岩沼市","014");
city.options[8]= new Option("大崎市","008");
city.options[9]= new Option("角田市","012");
city.options[10]= new Option("栗原市","016");
city.options[11]= new Option("気仙沼市","009");
city.options[12]= new Option("塩竈市","007");
city.options[13]= new Option("白石市","010");
city.options[14]= new Option("多賀城市","013");
city.options[15]= new Option("登米市","015");
city.options[16]= new Option("名取市","011");
city.options[17]= new Option("東松島市","017");
city.options[18]= new Option("伊具郡","103");
city.options[19]= new Option("牡鹿郡","111");
city.options[20]= new Option("刈田郡","101");
city.options[21]= new Option("加美郡","107");
city.options[22]= new Option("黒川郡","106");
city.options[23]= new Option("柴田郡","102");
city.options[24]= new Option("遠田郡","110");
city.options[25]= new Option("宮城郡","105");
city.options[26]= new Option("本吉郡","112");
city.options[27]= new Option("亘理郡","104");
}
else if (prefname == "akita")
{
city.options[1]= new Option("秋田市","001");
city.options[2]= new Option("大館市","003");
city.options[3]= new Option("男鹿市","006");
city.options[4]= new Option("潟上市","010");
city.options[5]= new Option("鹿角市","009");
city.options[6]= new Option("北秋田市","011");
city.options[7]= new Option("仙北市","012");
city.options[8]= new Option("大仙市","008");
city.options[9]= new Option("にかほ市","013");
city.options[10]= new Option("能代市","002");
city.options[11]= new Option("湯沢市","007");
city.options[12]= new Option("由利本荘市","005");
city.options[13]= new Option("横手市","004");
city.options[14]= new Option("雄勝郡","108");
city.options[15]= new Option("鹿角郡","101");
city.options[16]= new Option("北秋田郡","102");
city.options[17]= new Option("仙北郡","106");
city.options[18]= new Option("南秋田郡","104");
city.options[19]= new Option("山本郡","103");
}
else if (prefname == "yamagata")
{
city.options[1]= new Option("山形市","001");
city.options[2]= new Option("尾花沢市","012");
city.options[3]= new Option("上山市","007");
city.options[4]= new Option("寒河江市","006");
city.options[5]= new Option("酒田市","004");
city.options[6]= new Option("新庄市","005");
city.options[7]= new Option("鶴岡市","003");
city.options[8]= new Option("天童市","010");
city.options[9]= new Option("長井市","009");
city.options[10]= new Option("南陽市","013");
city.options[11]= new Option("東根市","011");
city.options[12]= new Option("村山市","008");
city.options[13]= new Option("米沢市","002");
city.options[14]= new Option("飽海郡","022");
city.options[15]= new Option("北村山郡","016");
city.options[16]= new Option("西置賜郡","019");
city.options[17]= new Option("西村山郡","015");
city.options[18]= new Option("東置賜郡","018");
city.options[19]= new Option("東田川郡","020");
city.options[20]= new Option("東村山郡","014");
city.options[21]= new Option("最上郡","017");
}
else if (prefname == "fukushima")
{
city.options[1]= new Option("福島市","001");
city.options[2]= new Option("会津若松市","002");
city.options[3]= new Option("いわき市","004");
city.options[4]= new Option("喜多方市","008");
city.options[5]= new Option("郡山市","003");
city.options[6]= new Option("白河市","005");
city.options[7]= new Option("須賀川市","007");
city.options[8]= new Option("相馬市","009");
city.options[9]= new Option("田村市","011");
city.options[10]= new Option("伊達市","013");
city.options[11]= new Option("二本松市","010");
city.options[12]= new Option("南相馬市","012");
city.options[13]= new Option("本宮市","014");
city.options[14]= new Option("安達郡","102");
city.options[15]= new Option("石川郡","110");
city.options[16]= new Option("岩瀬郡","103");
city.options[17]= new Option("大沼郡","107");
city.options[18]= new Option("河沼郡","106");
city.options[19]= new Option("相馬郡","113");
city.options[20]= new Option("伊達郡","101");
city.options[21]= new Option("田村郡","111");
city.options[22]= new Option("西白河郡","108");
city.options[23]= new Option("東白川郡","109");
city.options[24]= new Option("双葉郡","112");
city.options[25]= new Option("南会津郡","104");
city.options[26]= new Option("耶麻郡","105");
}
else if (prefname == "ibaraki")
{
city.options[1]= new Option("水戸市","001");
city.options[2]= new Option("石岡市","005");
city.options[3]= new Option("潮来市","021");
city.options[4]= new Option("稲敷市","024");
city.options[5]= new Option("牛久市","018");
city.options[6]= new Option("小美玉市","032");
city.options[7]= new Option("笠間市","015");
city.options[8]= new Option("鹿嶋市","020");
city.options[9]= new Option("かすみがうら市","025");
city.options[10]= new Option("神栖市","027");
city.options[11]= new Option("北茨城市","014");
city.options[12]= new Option("古河市","004");
city.options[13]= new Option("桜川市","029");
city.options[14]= new Option("下妻市","010");
city.options[15]= new Option("常総市","011");
city.options[16]= new Option("高萩市","013");
city.options[17]= new Option("筑西市","006");
city.options[18]= new Option("つくば市","019");
city.options[19]= new Option("つくばみらい市","031");
city.options[20]= new Option("土浦市","003");
city.options[21]= new Option("取手市","016");
city.options[22]= new Option("那珂市","026");
city.options[23]= new Option("行方市","028");
city.options[24]= new Option("坂東市","017");
city.options[25]= new Option("日立市","002");
city.options[26]= new Option("常陸太田市","012");
city.options[27]= new Option("常陸大宮市","023");
city.options[28]= new Option("ひたちなか市","009");
city.options[29]= new Option("鉾田市","030");
city.options[30]= new Option("守谷市","022");
city.options[31]= new Option("結城市","007");
city.options[32]= new Option("龍ヶ崎市","008");
city.options[33]= new Option("稲敷郡","107");
city.options[34]= new Option("北相馬郡","113");
city.options[35]= new Option("久慈郡","104");
city.options[36]= new Option("猿島郡","112");
city.options[37]= new Option("那珂郡","103");
city.options[38]= new Option("東茨城郡","101");
city.options[39]= new Option("結城郡","111");
}
else if (prefname == "tochigi")
{
city.options[1]= new Option("宇都宮市","001");
city.options[2]= new Option("足利市","002");
city.options[3]= new Option("大田原市","010");
city.options[4]= new Option("小山市","008");
city.options[5]= new Option("鹿沼市","005");
city.options[6]= new Option("さくら市","013");
city.options[7]= new Option("佐野市","004");
city.options[8]= new Option("下野市","015");
city.options[9]= new Option("栃木市","003");
city.options[10]= new Option("那須烏山市","014");
city.options[11]= new Option("那須塩原市","012");
city.options[12]= new Option("日光市","006");
city.options[13]= new Option("真岡市","009");
city.options[14]= new Option("矢板市","011");
city.options[15]= new Option("河内郡","101");
city.options[16]= new Option("塩谷郡","105");
city.options[17]= new Option("下都賀郡","104");
city.options[18]= new Option("那須郡","106");
city.options[19]= new Option("芳賀郡","103");
}
else if (prefname == "gunma")
{
city.options[1]= new Option("前橋市","001");
city.options[2]= new Option("安中市","011");
city.options[3]= new Option("伊勢崎市","004");
city.options[4]= new Option("太田市","005");
city.options[5]= new Option("桐生市","003");
city.options[6]= new Option("渋川市","008");
city.options[7]= new Option("高崎市","002");
city.options[8]= new Option("館林市","007");
city.options[9]= new Option("富岡市","010");
city.options[10]= new Option("沼田市","006");
city.options[11]= new Option("藤岡市","009");
city.options[12]= new Option("みどり市","012");
city.options[13]= new Option("吾妻郡","107");
city.options[14]= new Option("邑楽郡","110");
city.options[15]= new Option("甘楽郡","105");
city.options[16]= new Option("北群馬郡","103");
city.options[17]= new Option("佐波郡","109");
city.options[18]= new Option("多野郡","104");
city.options[19]= new Option("利根郡","108");
}
else if (prefname == "saitama")
{
city.options[1]= new Option("さいたま市西区","0011");
city.options[2]= new Option("さいたま市北区","0012");
city.options[3]= new Option("さいたま市大宮区","0013");
city.options[4]= new Option("さいたま市見沼区","0014");
city.options[5]= new Option("さいたま市中央区","0015");
city.options[6]= new Option("さいたま市桜区","0016");
city.options[7]= new Option("さいたま市浦和区","0017");
city.options[8]= new Option("さいたま市南区","0018");
city.options[9]= new Option("さいたま市緑区","0019");
city.options[10]= new Option("さいたま市岩槻区","0020");
city.options[11]= new Option("上尾市","0190");
city.options[12]= new Option("朝霞市","0270");
city.options[13]= new Option("入間市","0250");
city.options[14]= new Option("桶川市","0310");
city.options[15]= new Option("春日部市","0140");
city.options[16]= new Option("加須市","0100");
city.options[17]= new Option("川口市","0040");
city.options[18]= new Option("川越市","0025");
city.options[19]= new Option("北本市","0330");
city.options[20]= new Option("行田市","0060");
city.options[21]= new Option("久喜市","0320");
city.options[22]= new Option("熊谷市","0030");
city.options[23]= new Option("鴻巣市","0170");
city.options[24]= new Option("越谷市","0220");
city.options[25]= new Option("坂戸市","0390");
city.options[26]= new Option("幸手市","0400");
city.options[27]= new Option("狭山市","0150");
city.options[28]= new Option("志木市","0280");
city.options[29]= new Option("草加市","0210");
city.options[30]= new Option("秩父市","0070");
city.options[31]= new Option("鶴ヶ島市","0410");
city.options[32]= new Option("所沢市","0080");
city.options[33]= new Option("戸田市","0240");
city.options[34]= new Option("新座市","0300");
city.options[35]= new Option("蓮田市","0380");
city.options[36]= new Option("羽生市","0160");
city.options[37]= new Option("飯能市","0090");
city.options[38]= new Option("東松山市","0120");
city.options[39]= new Option("日高市","0420");
city.options[40]= new Option("深谷市","0180");
city.options[41]= new Option("富士見市","0350");
city.options[42]= new Option("ふじみ野市","0360");
city.options[43]= new Option("本庄市","0110");
city.options[44]= new Option("三郷市","0370");
city.options[45]= new Option("八潮市","0340");
city.options[46]= new Option("吉川市","0430");
city.options[47]= new Option("和光市","0290");
city.options[48]= new Option("蕨市","0230");
city.options[49]= new Option("入間郡","0450");
city.options[50]= new Option("大里郡","0490");
city.options[51]= new Option("北足立郡","0440");
city.options[52]= new Option("北葛飾郡","0520");
city.options[53]= new Option("児玉郡","0480");
city.options[54]= new Option("秩父郡","0470");
city.options[55]= new Option("比企郡","0460");
city.options[56]= new Option("南埼玉郡","0510");
}
else if (prefname == "chiba")
{
city.options[1]= new Option("千葉市稲毛区","002");
city.options[2]= new Option("千葉市中央区","003");
city.options[3]= new Option("千葉市花見川区","001");
city.options[4]= new Option("千葉市緑区","005");
city.options[5]= new Option("千葉市美浜区","006");
city.options[6]= new Option("千葉市若葉区","004");
city.options[7]= new Option("旭市","020");
city.options[8]= new Option("我孫子市","027");
city.options[9]= new Option("いすみ市","040");
city.options[10]= new Option("市川市","008");
city.options[11]= new Option("市原市","024");
city.options[12]= new Option("印西市","036");
city.options[13]= new Option("浦安市","033");
city.options[14]= new Option("柏市","022");
city.options[15]= new Option("勝浦市","023");
city.options[16]= new Option("香取市","014");
city.options[17]= new Option("鎌ケ谷市","029");
city.options[18]= new Option("鴨川市","028");
city.options[19]= new Option("木更津市","011");
city.options[20]= new Option("君津市","030");
city.options[21]= new Option("佐倉市","017");
city.options[22]= new Option("白井市","037");
city.options[23]= new Option("匝瑳市","019");
city.options[24]= new Option("袖ケ浦市","032");
city.options[25]= new Option("館山市","010");
city.options[26]= new Option("銚子市","007");
city.options[27]= new Option("東金市","018");
city.options[28]= new Option("富里市","038");
city.options[29]= new Option("流山市","025");
city.options[30]= new Option("習志野市","021");
city.options[31]= new Option("成田市","016");
city.options[32]= new Option("野田市","013");
city.options[33]= new Option("富津市","031");
city.options[34]= new Option("船橋市","009");
city.options[35]= new Option("松戸市","012");
city.options[36]= new Option("南房総市","041");
city.options[37]= new Option("茂原市","015");
city.options[38]= new Option("八街市","035");
city.options[39]= new Option("八千代市","026");
city.options[40]= new Option("山武市","042");
city.options[41]= new Option("四街道市","034");
city.options[42]= new Option("安房郡","107");
city.options[43]= new Option("夷隅郡","106");
city.options[44]= new Option("印旛郡","101");
city.options[45]= new Option("香取郡","102");
city.options[46]= new Option("山武郡","104");
city.options[47]= new Option("長生郡","105");
}
else if (prefname == "tokyo")
{
city.options[1]= new Option("足立区","016");
city.options[2]= new Option("荒川区","015");
city.options[3]= new Option("板橋区","033");
city.options[4]= new Option("江戸川区","018");
city.options[5]= new Option("大田区","028");
city.options[6]= new Option("葛飾区","017");
city.options[7]= new Option("北区","031");
city.options[8]= new Option("江東区","013");
city.options[9]= new Option("渋谷区","023");
city.options[10]= new Option("品川区","026");
city.options[11]= new Option("新宿区","019");
city.options[12]= new Option("杉並区","025");
city.options[13]= new Option("墨田区","010");
city.options[14]= new Option("世田谷区","021");
city.options[15]= new Option("台東区","008");
city.options[16]= new Option("中央区","003");
city.options[17]= new Option("千代田区","001");
city.options[18]= new Option("豊島区","032");
city.options[19]= new Option("中野区","024");
city.options[20]= new Option("練馬区","034");
city.options[21]= new Option("港区","005");
city.options[22]= new Option("文京区","006");
city.options[23]= new Option("目黒区","020");
city.options[24]= new Option("昭島市","041");
city.options[25]= new Option("あきる野市","060");
city.options[26]= new Option("稲城市","059");
city.options[27]= new Option("青梅市","039");
city.options[28]= new Option("清瀬市","055");
city.options[29]= new Option("国立市","049");
city.options[30]= new Option("小金井市","044");
city.options[31]= new Option("国分寺市","048");
city.options[32]= new Option("小平市","045");
city.options[33]= new Option("狛江市","053");
city.options[34]= new Option("立川市","036");
city.options[35]= new Option("多摩市","058");
city.options[36]= new Option("西東京市","050");
city.options[37]= new Option("調布市","042");
city.options[38]= new Option("八王子市","035");
city.options[39]= new Option("羽村市","061");
city.options[40]= new Option("東久留米市","056");
city.options[41]= new Option("東村山市","047");
city.options[42]= new Option("東大和市","054");
city.options[43]= new Option("日野市","046");
city.options[44]= new Option("府中市","040");
city.options[45]= new Option("福生市","052");
city.options[46]= new Option("町田市","043");
city.options[47]= new Option("三鷹市","038");
city.options[48]= new Option("武蔵野市","037");
city.options[49]= new Option("武蔵村山市","057");
city.options[50]= new Option("西多摩郡","062");
city.options[51]= new Option("大島町","063");
city.options[52]= new Option("小笠原村","065");
city.options[53]= new Option("神津島村","066");
city.options[54]= new Option("利島村","068");
city.options[55]= new Option("新島村","067");
city.options[56]= new Option("八丈島","064");
city.options[57]= new Option("三宅村","069");
}
else if (prefname == "kanagawa")
{
city.options[1]= new Option("横浜市青葉区","017");
city.options[2]= new Option("横浜市旭区","008");
city.options[3]= new Option("横浜市泉区","016");
city.options[4]= new Option("横浜市磯子区","009");
city.options[5]= new Option("横浜市神奈川区","002");
city.options[6]= new Option("横浜市金沢区","010");
city.options[7]= new Option("横浜市港南区","006");
city.options[8]= new Option("横浜市港北区","011");
city.options[9]= new Option("横浜市栄区","015");
city.options[10]= new Option("横浜市瀬谷区","014");
city.options[11]= new Option("横浜市都筑区","018");
city.options[12]= new Option("横浜市鶴見区","001");
city.options[13]= new Option("横浜市戸塚区","013");
city.options[14]= new Option("横浜市中区","004");
city.options[15]= new Option("横浜市西区","003");
city.options[16]= new Option("横浜市保土ヶ谷区","007");
city.options[17]= new Option("横浜市緑区","012");
city.options[18]= new Option("横浜市南区","005");
city.options[19]= new Option("川崎市麻生区","025");
city.options[20]= new Option("川崎市川崎区","019");
city.options[21]= new Option("川崎市幸区","020");
city.options[22]= new Option("川崎市多摩区","023");
city.options[23]= new Option("川崎市高津区","022");
city.options[24]= new Option("川崎市中原区","021");
city.options[25]= new Option("川崎市宮前区","024");
city.options[26]= new Option("相模原市中央区","051");
city.options[27]= new Option("相模原市緑区","052");
city.options[28]= new Option("相模原市南区","053");
city.options[29]= new Option("厚木市","036");
city.options[30]= new Option("綾瀬市","042");
city.options[31]= new Option("伊勢原市","038");
city.options[32]= new Option("海老名市","039");
city.options[33]= new Option("小田原市","030");
city.options[34]= new Option("鎌倉市","028");
city.options[35]= new Option("座間市","040");
city.options[36]= new Option("逗子市","032");
city.options[37]= new Option("茅ヶ崎市","031");
city.options[38]= new Option("秦野市","035");
city.options[39]= new Option("平塚市","027");
city.options[40]= new Option("藤沢市","029");
city.options[41]= new Option("三浦市","034");
city.options[42]= new Option("南足柄市","041");
city.options[43]= new Option("大和市","037");
city.options[44]= new Option("横須賀市","026");
city.options[45]= new Option("愛甲郡","048");
city.options[46]= new Option("足柄上郡","046");
city.options[47]= new Option("足柄下郡","047");
city.options[48]= new Option("高座郡","044");
city.options[49]= new Option("中郡","045");
city.options[50]= new Option("三浦郡","043");
}
else if (prefname == "yamanashi")
{
city.options[1]= new Option("甲府市","001");
city.options[2]= new Option("上野原市","012");
city.options[3]= new Option("大月市","006");
city.options[4]= new Option("甲斐市","009");
city.options[5]= new Option("甲州市","003");
city.options[6]= new Option("中央市","013");
city.options[7]= new Option("都留市","004");
city.options[8]= new Option("韮崎市","007");
city.options[9]= new Option("笛吹市","010");
city.options[10]= new Option("富士吉田市","002");
city.options[11]= new Option("北杜市","011");
city.options[12]= new Option("南アルプス市","008");
city.options[13]= new Option("山梨市","005");
city.options[14]= new Option("北都留郡","108");
city.options[15]= new Option("中巨摩郡","105");
city.options[16]= new Option("西八代郡","103");
city.options[17]= new Option("南巨摩郡","104");
city.options[18]= new Option("南都留郡","107");
}
else if (prefname == "nagano")
{
city.options[1]= new Option("長野市","001");
city.options[2]= new Option("安曇野市","019");
city.options[3]= new Option("飯田市","005");
city.options[4]= new Option("飯山市","013");
city.options[5]= new Option("伊那市","009");
city.options[6]= new Option("上田市","003");
city.options[7]= new Option("大町市","012");
city.options[8]= new Option("岡谷市","004");
city.options[9]= new Option("駒ヶ根市","010");
city.options[10]= new Option("小諸市","008");
city.options[11]= new Option("佐久市","017");
city.options[12]= new Option("塩尻市","015");
city.options[13]= new Option("須坂市","007");
city.options[14]= new Option("諏訪市","006");
city.options[15]= new Option("千曲市","016");
city.options[16]= new Option("茅野市","014");
city.options[17]= new Option("東御市","018");
city.options[18]= new Option("中野市","011");
city.options[19]= new Option("松本市","002");
city.options[20]= new Option("上伊那郡","105");
city.options[21]= new Option("上高井郡","113");
city.options[22]= new Option("上水内郡","115");
city.options[23]= new Option("木曽郡","107");
city.options[24]= new Option("北安曇郡","110");
city.options[25]= new Option("北佐久郡","102");
city.options[26]= new Option("下伊那郡","106");
city.options[27]= new Option("下高井郡","114");
city.options[28]= new Option("下水内郡","116");
city.options[29]= new Option("諏訪郡","104");
city.options[30]= new Option("小県郡","103");
city.options[31]= new Option("埴科郡","112");
city.options[32]= new Option("東筑摩郡","108");
city.options[33]= new Option("南佐久郡","101");
}
else if (prefname == "niigata")
{
city.options[1]= new Option("新潟市秋葉区","0005");
city.options[2]= new Option("新潟市北区","0001");
city.options[3]= new Option("新潟市江南区","0004");
city.options[4]= new Option("新潟市中央区","0003");
city.options[5]= new Option("新潟市西蒲区","0008");
city.options[6]= new Option("新潟市西区","0007");
city.options[7]= new Option("新潟市東区","0002");
city.options[8]= new Option("新潟市南区","0006");
city.options[9]= new Option("阿賀野市","0180");
city.options[10]= new Option("糸魚川市","0140");
city.options[11]= new Option("魚沼市","0190");
city.options[12]= new Option("小千谷市","0070");
city.options[13]= new Option("柏崎市","0050");
city.options[14]= new Option("加茂市","0080");
city.options[15]= new Option("五泉市","0160");
city.options[16]= new Option("佐渡市","0170");
city.options[17]= new Option("三条市","0040");
city.options[18]= new Option("新発田市","0060");
city.options[19]= new Option("上越市","0030");
city.options[20]= new Option("胎内市","0210");
city.options[21]= new Option("燕市","0120");
city.options[22]= new Option("十日町市","0090");
city.options[23]= new Option("長岡市","0020");
city.options[24]= new Option("見附市","0100");
city.options[25]= new Option("南魚沼市","0200");
city.options[26]= new Option("妙高市","0150");
city.options[27]= new Option("村上市","0110");
city.options[28]= new Option("岩船郡","1090");
city.options[29]= new Option("刈羽郡","1080");
city.options[30]= new Option("北蒲原郡","1000");
city.options[31]= new Option("三島郡","1040");
city.options[32]= new Option("中魚沼郡","1060");
city.options[33]= new Option("西蒲原郡","1010");
city.options[34]= new Option("東蒲原郡","1030");
city.options[35]= new Option("南魚沼郡","1070");
city.options[36]= new Option("南蒲原郡","1020");

}
else if (prefname == "toyama")
{
city.options[1]= new Option("富山市","001");
city.options[2]= new Option("射水市","003");
city.options[3]= new Option("魚津市","004");
city.options[4]= new Option("小矢部市","009");
city.options[5]= new Option("黒部市","007");
city.options[6]= new Option("高岡市","002");
city.options[7]= new Option("砺波市","008");
city.options[8]= new Option("滑川市","006");
city.options[9]= new Option("南砺市","010");
city.options[10]= new Option("氷見市","005");
city.options[11]= new Option("下新川郡","103");
city.options[12]= new Option("中新川郡","102");
}
else if (prefname == "ishikawa")
{
city.options[1]= new Option("金沢市","001");
city.options[2]= new Option("加賀市","006");
city.options[3]= new Option("かほく市","009");
city.options[4]= new Option("小松市","003");
city.options[5]= new Option("珠洲市","005");
city.options[6]= new Option("七尾市","002");
city.options[7]= new Option("能美市","010");
city.options[8]= new Option("羽咋市","007");
city.options[9]= new Option("白山市","008");
city.options[10]= new Option("輪島市","004");
city.options[11]= new Option("石川郡","103");
city.options[12]= new Option("鹿島郡","106");
city.options[13]= new Option("河北郡","104");
city.options[14]= new Option("能美郡","102");
city.options[15]= new Option("羽咋郡","105");
city.options[16]= new Option("鳳珠郡","107");
}
else if (prefname == "fukui")
{
city.options[1]= new Option("福井市","001");
city.options[2]= new Option("あわら市","008");
city.options[3]= new Option("越前市","003");
city.options[4]= new Option("大野市","005");
city.options[5]= new Option("小浜市","004");
city.options[6]= new Option("勝山市","006");
city.options[7]= new Option("坂井市","009");
city.options[8]= new Option("鯖江市","007");
city.options[9]= new Option("敦賀市","002");
city.options[10]= new Option("今立郡","104");
city.options[11]= new Option("大飯郡","109");
city.options[12]= new Option("南条郡","105");
city.options[13]= new Option("丹生郡","106");
city.options[14]= new Option("三方郡","107");
city.options[15]= new Option("三方上中郡","111");
city.options[16]= new Option("吉田郡","101");
}
else if (prefname == "gifu")
{
city.options[1]= new Option("岐阜市","001");
city.options[2]= new Option("恵那市","010");
city.options[3]= new Option("大垣市","002");
city.options[4]= new Option("海津市","021");
city.options[5]= new Option("各務原市","013");
city.options[6]= new Option("可児市","014");
city.options[7]= new Option("郡上市","019");
city.options[8]= new Option("下呂市","020");
city.options[9]= new Option("関市","005");
city.options[10]= new Option("高山市","003");
city.options[11]= new Option("多治見市","004");
city.options[12]= new Option("土岐市","012");
city.options[13]= new Option("中津川市","006");
city.options[14]= new Option("羽島市","009");
city.options[15]= new Option("飛騨市","018");
city.options[16]= new Option("瑞浪市","008");
city.options[17]= new Option("瑞穂市","016");
city.options[18]= new Option("美濃市","007");
city.options[19]= new Option("美濃加茂市","011");
city.options[20]= new Option("本巣市","017");
city.options[21]= new Option("山県市","015");
city.options[22]= new Option("安八郡","105");
city.options[23]= new Option("揖斐郡","106");
city.options[24]= new Option("大野郡","115");
city.options[25]= new Option("可児郡","111");
city.options[26]= new Option("加茂郡","110");
city.options[27]= new Option("羽島郡","101");
city.options[28]= new Option("不破郡","104");
city.options[29]= new Option("本巣郡","107");
city.options[30]= new Option("養老郡","103");
}
else if (prefname == "shizuoka")
{
city.options[1]= new Option("静岡市葵区","0001");
city.options[2]= new Option("静岡市駿河区","0002");
city.options[3]= new Option("静岡市清水区","0003");
city.options[4]= new Option("浜松市北区","0024");
city.options[5]= new Option("浜松市天竜区","0026");
city.options[6]= new Option("浜松市中区","0020");
city.options[7]= new Option("浜松市西区","0022");
city.options[8]= new Option("浜松市浜北区","0025");
city.options[9]= new Option("浜松市東区","0021");
city.options[10]= new Option("浜松市南区","0023");
city.options[11]= new Option("熱海市","0040");
city.options[12]= new Option("伊豆の国市","0220");
city.options[13]= new Option("伊豆市","0190");
city.options[14]= new Option("伊東市","0070");
city.options[15]= new Option("磐田市","0100");
city.options[16]= new Option("御前崎市","0200");
city.options[17]= new Option("掛川市","0120");
city.options[18]= new Option("菊川市","0210");
city.options[19]= new Option("湖西市","0180");
city.options[20]= new Option("御殿場市","0140");
city.options[21]= new Option("島田市","0080");
city.options[22]= new Option("下田市","0160");
city.options[23]= new Option("裾野市","0170");
city.options[24]= new Option("沼津市","0030");
city.options[25]= new Option("袋井市","0150");
city.options[26]= new Option("富士市","0090");
city.options[27]= new Option("藤枝市","0130");
city.options[28]= new Option("富士宮市","0060");
city.options[29]= new Option("牧之原市","0230");
city.options[30]= new Option("三島市","0050");
city.options[31]= new Option("焼津市","0110");
city.options[32]= new Option("賀茂郡","1001");
city.options[33]= new Option("周智郡","1008");
city.options[34]= new Option("駿東郡","1003");
city.options[35]= new Option("田方郡","1002");
city.options[36]= new Option("榛原郡","1007");
}
else if (prefname == "aichi")
{
city.options[1]= new Option("名古屋市熱田区","009");
city.options[2]= new Option("名古屋市北区","003");
city.options[3]= new Option("名古屋市昭和区","007");
city.options[4]= new Option("名古屋市千種区","001");
city.options[5]= new Option("名古屋市天白区","016");
city.options[6]= new Option("名古屋市中区","006");
city.options[7]= new Option("名古屋市中川区","010");
city.options[8]= new Option("名古屋市中村区","005");
city.options[9]= new Option("名古屋市西区","004");
city.options[10]= new Option("名古屋市東区","002");
city.options[11]= new Option("名古屋市瑞穂区","008");
city.options[12]= new Option("名古屋市緑区","014");
city.options[13]= new Option("名古屋市港区","011");
city.options[14]= new Option("名古屋市南区","012");
city.options[15]= new Option("名古屋市名東区","015");
city.options[16]= new Option("名古屋市守山区","013");
city.options[17]= new Option("あま市","055");
city.options[18]= new Option("愛西市","050");
city.options[19]= new Option("安城市","031");
city.options[20]= new Option("一宮市","022");
city.options[21]= new Option("稲沢市","038");
city.options[22]= new Option("犬山市","034");
city.options[23]= new Option("岩倉市","046");
city.options[24]= new Option("大府市","041");
city.options[25]= new Option("岡崎市","021");
city.options[26]= new Option("尾張旭市","044");
city.options[27]= new Option("春日井市","025");
city.options[28]= new Option("蒲郡市","033");
city.options[29]= new Option("刈谷市","029");
city.options[30]= new Option("北名古屋市","052");
city.options[31]= new Option("清須市","051");
city.options[32]= new Option("江南市","036");
city.options[33]= new Option("小牧市","037");
city.options[34]= new Option("新城市","039");
city.options[35]= new Option("瀬戸市","023");
city.options[36]= new Option("高浜市","045");
city.options[37]= new Option("田原市","049");
city.options[38]= new Option("知多市","042");
city.options[39]= new Option("知立市","043");
city.options[40]= new Option("津島市","027");
city.options[41]= new Option("東海市","040");
city.options[42]= new Option("常滑市","035");
city.options[43]= new Option("豊明市","047");
city.options[44]= new Option("豊川市","026");
city.options[45]= new Option("豊田市","030");
city.options[46]= new Option("豊橋市","020");
city.options[47]= new Option("西尾市","032");
city.options[48]= new Option("日進市","048");
city.options[49]= new Option("半田市","024");
city.options[50]= new Option("碧南市","028");
city.options[51]= new Option("みよし市","054");
city.options[52]= new Option("弥富市","053");
city.options[53]= new Option("愛知郡","101");
city.options[54]= new Option("海部郡","104");
city.options[55]= new Option("北設楽郡","109");
city.options[56]= new Option("知多郡","105");
city.options[57]= new Option("西春日井郡","102");
city.options[58]= new Option("丹羽郡","103");
city.options[59]= new Option("額田郡","107");
}
else if (prefname == "mie")
{
city.options[1]= new Option("津市","001");
city.options[2]= new Option("伊賀市","006");
city.options[3]= new Option("伊勢市","003");
city.options[4]= new Option("いなべ市","014");
city.options[5]= new Option("尾鷲市","009");
city.options[6]= new Option("亀山市","010");
city.options[7]= new Option("熊野市","012");
city.options[8]= new Option("桑名市","005");
city.options[9]= new Option("志摩市","015");
city.options[10]= new Option("鈴鹿市","007");
city.options[11]= new Option("鳥羽市","011");
city.options[12]= new Option("名張市","008");
city.options[13]= new Option("松阪市","004");
city.options[14]= new Option("四日市市","002");
city.options[15]= new Option("員弁郡","102");
city.options[16]= new Option("北牟婁郡","113");
city.options[17]= new Option("桑名郡","101");
city.options[18]= new Option("多気郡","108");
city.options[19]= new Option("三重郡","103");
city.options[20]= new Option("南牟婁郡","114");
city.options[21]= new Option("度会郡","109");
}
else if (prefname == "shiga")
{
city.options[1]= new Option("大津市","001");
city.options[2]= new Option("近江八幡市","004");
city.options[3]= new Option("草津市","006");
city.options[4]= new Option("甲賀市","009");
city.options[5]= new Option("湖南市","011");
city.options[6]= new Option("高島市","012");
city.options[7]= new Option("長浜市","003");
city.options[8]= new Option("東近江市","005");
city.options[9]= new Option("彦根市","002");
city.options[10]= new Option("米原市","013");
city.options[11]= new Option("守山市","007");
city.options[12]= new Option("野洲市","010");
city.options[13]= new Option("栗東市","008");
city.options[14]= new Option("犬上郡","106");
city.options[15]= new Option("愛知郡","105");
city.options[16]= new Option("蒲生郡","103");
}
else if (prefname == "kyoto")
{
city.options[1]= new Option("京都市右京区","005");
city.options[2]= new Option("京都市上京区","001");
city.options[3]= new Option("京都市北区","006");
city.options[4]= new Option("京都市左京区","004");
city.options[5]= new Option("京都市下京区","003");
city.options[6]= new Option("京都市中京区","002");
city.options[7]= new Option("京都市西京区","010");
city.options[8]= new Option("京都市東山区","008");
city.options[9]= new Option("京都市伏見区","009");
city.options[10]= new Option("京都市南区","007");
city.options[11]= new Option("京都市山科区","011");
city.options[12]= new Option("綾部市","014");
city.options[13]= new Option("宇治市","015");
city.options[14]= new Option("亀岡市","017");
city.options[15]= new Option("木津川市","025");
city.options[16]= new Option("京田辺市","022");
city.options[17]= new Option("京丹後市","023");
city.options[18]= new Option("城陽市","018");
city.options[19]= new Option("長岡京市","020");
city.options[20]= new Option("南丹市","024");
city.options[21]= new Option("福知山市","012");
city.options[22]= new Option("舞鶴市","013");
city.options[23]= new Option("宮津市","016");
city.options[24]= new Option("向日市","019");
city.options[25]= new Option("八幡市","021");
city.options[26]= new Option("乙訓郡","101");
city.options[27]= new Option("久世郡","102");
city.options[28]= new Option("相楽郡","104");
city.options[29]= new Option("綴喜郡","103");
city.options[30]= new Option("船井郡","106");
city.options[31]= new Option("与謝郡","109");
}
else if (prefname == "osaka")
{
city.options[1]= new Option("大阪市旭区","0118");
city.options[2]= new Option("大阪市阿倍野区","0121");
city.options[3]= new Option("大阪市生野区","0117");
city.options[4]= new Option("大阪市北区","0101");
city.options[5]= new Option("大阪市此花区","0105");
city.options[6]= new Option("大阪市城東区","0119");
city.options[7]= new Option("大阪市住之江区","0122");
city.options[8]= new Option("大阪市住吉区","0123");
city.options[9]= new Option("大阪市大正区","0110");
city.options[10]= new Option("大阪市中央区","0106");
city.options[11]= new Option("大阪市鶴見区","0120");
city.options[12]= new Option("大阪市天王寺区","0111");
city.options[13]= new Option("大阪市浪速区","0112");
city.options[14]= new Option("大阪市西区","0108");
city.options[15]= new Option("大阪市西成区","0126");
city.options[16]= new Option("大阪市西淀川区","0113");
city.options[17]= new Option("大阪市東淀川区","0114");
city.options[18]= new Option("大阪市東住吉区","0124");
city.options[19]= new Option("大阪市東成区","0116");
city.options[20]= new Option("大阪市平野区","0125");
city.options[21]= new Option("大阪市福島区","0104");
city.options[22]= new Option("大阪市港区","0109");
city.options[23]= new Option("大阪市都島区","0103");
city.options[24]= new Option("大阪市淀川区","0115");
city.options[25]= new Option("堺市北区","0206");
city.options[26]= new Option("堺市堺区","0201");
city.options[27]= new Option("堺市西区","0204");
city.options[28]= new Option("堺市中区","0202");
city.options[29]= new Option("堺市東区","0203");
city.options[30]= new Option("堺市南区","0205");
city.options[31]= new Option("堺市美原区","0207");
city.options[32]= new Option("池田市","0320");
city.options[33]= new Option("和泉市","0470");
city.options[34]= new Option("泉大津市","0350");
city.options[35]= new Option("泉佐野市","0410");
city.options[36]= new Option("大阪狭山市","0600");
city.options[37]= new Option("貝塚市","0360");
city.options[38]= new Option("柏原市","0490");
city.options[39]= new Option("交野市","0580");
city.options[40]= new Option("門真市","0510");
city.options[41]= new Option("河内長野市","0440");
city.options[42]= new Option("岸和田市","0340");
city.options[43]= new Option("四條畷市","0570");
city.options[44]= new Option("吹田市","0310");
city.options[45]= new Option("摂津市","0520");
city.options[46]= new Option("泉南市","0560");
city.options[47]= new Option("大東市","0460");
city.options[48]= new Option("高石市","0530");
city.options[49]= new Option("高槻市","0330");
city.options[50]= new Option("豊中市","0300");
city.options[51]= new Option("富田林市","0420");
city.options[52]= new Option("寝屋川市","0430");
city.options[53]= new Option("羽曳野市","0500");
city.options[54]= new Option("茨木市","0390");
city.options[55]= new Option("阪南市","0590");
city.options[56]= new Option("東大阪市","0550");
city.options[57]= new Option("枚方市","0380");
city.options[58]= new Option("藤井寺市","0540");
city.options[59]= new Option("松原市","0450");
city.options[60]= new Option("箕面市","0480");
city.options[61]= new Option("守口市","0370");
city.options[62]= new Option("八尾市","0400");
city.options[63]= new Option("泉南郡","1030");
city.options[64]= new Option("泉北郡","1020");
city.options[65]= new Option("豊能郡","1010");
city.options[66]= new Option("三島郡","1000");
city.options[67]= new Option("南河内郡","1040");
}
else if (prefname == "hyogo")
{
city.options[1]= new Option("神戸市北区","008");
city.options[2]= new Option("神戸市須磨区","006");
city.options[3]= new Option("神戸市垂水区","007");
city.options[4]= new Option("神戸市中央区","003");
city.options[5]= new Option("神戸市長田区","005");
city.options[6]= new Option("神戸市灘区","002");
city.options[7]= new Option("神戸市西区","009");
city.options[8]= new Option("神戸市兵庫区","004");
city.options[9]= new Option("神戸市東灘区","001");
city.options[10]= new Option("相生市","017");
city.options[11]= new Option("明石市","012");
city.options[12]= new Option("赤穂市","021");
city.options[13]= new Option("朝来市","034");
city.options[14]= new Option("芦屋市","015");
city.options[15]= new Option("尼崎市","011");
city.options[16]= new Option("淡路市","035");
city.options[17]= new Option("伊丹市","016");
city.options[18]= new Option("小野市","027");
city.options[19]= new Option("加古川市","019");
city.options[20]= new Option("加西市","029");
city.options[21]= new Option("加東市","037");
city.options[22]= new Option("川西市","026");
city.options[23]= new Option("宍粟市","036");
city.options[24]= new Option("篠山市","030");
city.options[25]= new Option("洲本市","014");
city.options[26]= new Option("高砂市","025");
city.options[27]= new Option("宝塚市","023");
city.options[28]= new Option("たつの市","020");
city.options[29]= new Option("丹波市","032");
city.options[30]= new Option("豊岡市","018");
city.options[31]= new Option("西宮市","013");
city.options[32]= new Option("西脇市","022");
city.options[33]= new Option("姫路市","010");
city.options[34]= new Option("三木市","024");
city.options[35]= new Option("三田市","028");
city.options[36]= new Option("南あわじ市","033");
city.options[37]= new Option("養父市","031");
city.options[38]= new Option("赤穂郡","109");
city.options[39]= new Option("揖保郡","108");
city.options[40]= new Option("加古郡","105");
city.options[41]= new Option("川辺郡","101");
city.options[42]= new Option("神崎郡","107");
city.options[43]= new Option("佐用郡","110");
city.options[44]= new Option("多可郡","104");
city.options[45]= new Option("美方郡","114");
}
else if (prefname == "nara")
{
city.options[1]= new Option("奈良市","001");
city.options[2]= new Option("生駒市","009");
city.options[3]= new Option("宇陀市","012");
city.options[4]= new Option("香芝市","010");
city.options[5]= new Option("橿原市","005");
city.options[6]= new Option("葛城市","011");
city.options[7]= new Option("五條市","007");
city.options[8]= new Option("御所市","008");
city.options[9]= new Option("桜井市","006");
city.options[10]= new Option("天理市","004");
city.options[11]= new Option("大和郡山市","003");
city.options[12]= new Option("大和高田市","002");
city.options[13]= new Option("生駒郡","103");
city.options[14]= new Option("宇陀郡","105");
city.options[15]= new Option("北葛城郡","107");
city.options[16]= new Option("磯城郡","104");
city.options[17]= new Option("高市郡","106");
city.options[18]= new Option("山辺郡","102");
city.options[19]= new Option("吉野郡","108");
}
else if (prefname == "wakayama")
{
city.options[1]= new Option("和歌山市","001");
city.options[2]= new Option("有田市","004");
city.options[3]= new Option("岩出市","009");
city.options[4]= new Option("海南市","002");
city.options[5]= new Option("紀の川市","008");
city.options[6]= new Option("御坊市","005");
city.options[7]= new Option("新宮市","007");
city.options[8]= new Option("田辺市","006");
city.options[9]= new Option("橋本市","003");
city.options[10]= new Option("有田郡","104");
city.options[11]= new Option("伊都郡","103");
city.options[12]= new Option("海草郡","101");
city.options[13]= new Option("西牟婁郡","106");
city.options[14]= new Option("東牟婁郡","107");
city.options[15]= new Option("日高郡","105");
}
else if (prefname == "tottori")
{
city.options[1]= new Option("鳥取市","001");
city.options[2]= new Option("倉吉市","003");
city.options[3]= new Option("境港市","004");
city.options[4]= new Option("米子市","002");
city.options[5]= new Option("岩美郡","005");
city.options[6]= new Option("西伯郡","009");
city.options[7]= new Option("東伯郡","008");
city.options[8]= new Option("日野郡","010");
city.options[9]= new Option("八頭郡","006");
}
else if (prefname == "shimane")
{
city.options[1]= new Option("松江市","001");
city.options[2]= new Option("出雲市","003");
city.options[3]= new Option("雲南市","009");
city.options[4]= new Option("大田市","005");
city.options[5]= new Option("江津市","007");
city.options[6]= new Option("浜田市","002");
city.options[7]= new Option("益田市","004");
city.options[8]= new Option("安来市","006");
city.options[9]= new Option("飯石郡","103");
city.options[10]= new Option("邑智郡","106");
city.options[11]= new Option("隠岐郡","109");
city.options[12]= new Option("鹿足郡","108");
city.options[13]= new Option("仁多郡","102");
}
else if (prefname == "okayama")
{
city.options[1]= new Option("岡山市北区","0011");
city.options[2]= new Option("岡山市中区","0012");
city.options[3]= new Option("岡山市東区","0013");
city.options[4]= new Option("岡山市南区","0014");
city.options[5]= new Option("赤磐市","0120");
city.options[6]= new Option("浅口市","0150");
city.options[7]= new Option("井原市","0060");
city.options[8]= new Option("笠岡市","0050");
city.options[9]= new Option("倉敷市","0020");
city.options[10]= new Option("瀬戸内市","0110");
city.options[11]= new Option("総社市","0070");
city.options[12]= new Option("高梁市","0080");
city.options[13]= new Option("玉野市","0040");
city.options[14]= new Option("津山市","0030");
city.options[15]= new Option("新見市","0090");
city.options[16]= new Option("備前市","0100");
city.options[17]= new Option("真庭市","0130");
city.options[18]= new Option("美作市","0140");
city.options[19]= new Option("英田郡","1008");
city.options[20]= new Option("浅口郡","1003");
city.options[21]= new Option("小田郡","1004");
city.options[22]= new Option("加賀郡","1010");
city.options[23]= new Option("勝田郡","1007");
city.options[24]= new Option("久米郡","1009");
city.options[25]= new Option("都窪郡","1002");
city.options[26]= new Option("苫田郡","1006");
city.options[27]= new Option("真庭郡","1005");
city.options[28]= new Option("和気郡","1001");
}
else if (prefname == "hiroshima")
{
city.options[1]= new Option("広島市安芸区","007");
city.options[2]= new Option("広島市安佐北区","006");
city.options[3]= new Option("広島市安佐南区","005");
city.options[4]= new Option("広島市佐伯区","008");
city.options[5]= new Option("広島市中区","001");
city.options[6]= new Option("広島市西区","004");
city.options[7]= new Option("広島市東区","002");
city.options[8]= new Option("広島市南区","003");
city.options[9]= new Option("安芸高田市","021");
city.options[10]= new Option("江田島市","022");
city.options[11]= new Option("大竹市","014");
city.options[12]= new Option("尾道市","011");
city.options[13]= new Option("呉市","009");
city.options[14]= new Option("庄原市","019");
city.options[15]= new Option("竹原市","016");
city.options[16]= new Option("廿日市市","020");
city.options[17]= new Option("東広島市","015");
city.options[18]= new Option("福山市","010");
city.options[19]= new Option("府中市","017");
city.options[20]= new Option("三原市","012");
city.options[21]= new Option("三次市","018");
city.options[22]= new Option("安芸郡","101");
city.options[23]= new Option("神石郡","111");
city.options[24]= new Option("世羅郡","107");
city.options[25]= new Option("豊田郡","105");
city.options[26]= new Option("山県郡","103");
}
else if (prefname == "yamaguchi")
{
city.options[1]= new Option("山口市","001");
city.options[2]= new Option("岩国市","008");
city.options[3]= new Option("宇部市","003");
city.options[4]= new Option("山陽小野田市","009");
city.options[5]= new Option("下松市","007");
city.options[6]= new Option("下関市","002");
city.options[7]= new Option("周南市","005");
city.options[8]= new Option("長門市","013");
city.options[9]= new Option("萩市","004");
city.options[10]= new Option("光市","010");
city.options[11]= new Option("防府市","006");
city.options[12]= new Option("美祢市","011");
city.options[13]= new Option("柳井市","012");
city.options[14]= new Option("阿武郡","107");
city.options[15]= new Option("大島郡","101");
city.options[16]= new Option("玖珂郡","102");
city.options[17]= new Option("熊毛郡","103");
}
else if (prefname == "tokushima")
{
city.options[1]= new Option("徳島市","001");
city.options[2]= new Option("阿南市","004");
city.options[3]= new Option("阿波市","007");
city.options[4]= new Option("小松島市","003");
city.options[5]= new Option("鳴門市","002");
city.options[6]= new Option("三好市","008");
city.options[7]= new Option("美馬市","006");
city.options[8]= new Option("吉野川市","005");
city.options[9]= new Option("板野郡","101");
city.options[10]= new Option("海部郡","109");
city.options[11]= new Option("勝浦郡","107");
city.options[12]= new Option("那賀郡","108");
city.options[13]= new Option("美馬郡","105");
city.options[14]= new Option("名西郡","104");
city.options[15]= new Option("名東郡","103");
city.options[16]= new Option("三好郡","106");
}
else if (prefname == "kagawa")
{
city.options[1]= new Option("高松市","001");
city.options[2]= new Option("観音寺市","005");
city.options[3]= new Option("坂出市","003");
city.options[4]= new Option("さぬき市","006");
city.options[5]= new Option("善通寺市","004");
city.options[6]= new Option("東かがわ市","007");
city.options[7]= new Option("丸亀市","002");
city.options[8]= new Option("三豊市","008");
city.options[9]= new Option("綾歌郡","104");
city.options[10]= new Option("香川郡","103");
city.options[11]= new Option("木田郡","102");
city.options[12]= new Option("小豆郡","101");
city.options[13]= new Option("仲多度郡","105");
}
else if (prefname == "ehime")
{
city.options[1]= new Option("松山市","001");
city.options[2]= new Option("今治市","002");
city.options[3]= new Option("伊予市","010");
city.options[4]= new Option("宇和島市","003");
city.options[5]= new Option("大洲市","007");
city.options[6]= new Option("西条市","006");
city.options[7]= new Option("四国中央市","008");
city.options[8]= new Option("西予市","013");
city.options[9]= new Option("東温市","014");
city.options[10]= new Option("新居浜市","005");
city.options[11]= new Option("八幡浜市","004");
city.options[12]= new Option("伊予郡","104");
city.options[13]= new Option("越智郡","102");
city.options[14]= new Option("上浮穴郡","105");
city.options[15]= new Option("喜多郡","106");
city.options[16]= new Option("北宇和郡","108");
city.options[17]= new Option("西宇和郡","107");
city.options[18]= new Option("南宇和郡","109");
}
else if (prefname == "kochi")
{
city.options[1]= new Option("高知市","001");
city.options[2]= new Option("安芸市","003");
city.options[3]= new Option("香美市","011");
city.options[4]= new Option("香南市","010");
city.options[5]= new Option("四万十市","007");
city.options[6]= new Option("宿毛市","008");
city.options[7]= new Option("須崎市","006");
city.options[8]= new Option("土佐市","005");
city.options[9]= new Option("土佐清水市","009");
city.options[10]= new Option("南国市","004");
city.options[11]= new Option("室戸市","002");
city.options[12]= new Option("吾川郡","104");
city.options[13]= new Option("安芸郡","101");
city.options[14]= new Option("高岡郡","105");
city.options[15]= new Option("土佐郡","103");
city.options[16]= new Option("長岡郡","102");
city.options[17]= new Option("幡多郡","106");
}
else if (prefname == "fukuoka")
{
city.options[1]= new Option("福岡市早良区","007");
city.options[2]= new Option("福岡市城南区","006");
city.options[3]= new Option("福岡市中央区","003");
city.options[4]= new Option("福岡市西区","005");
city.options[5]= new Option("福岡市博多区","002");
city.options[6]= new Option("福岡市東区","001");
city.options[7]= new Option("福岡市南区","004");
city.options[8]= new Option("朝倉市","022");
city.options[9]= new Option("飯塚市","018");
city.options[10]= new Option("糸島市","035");
city.options[11]= new Option("うきは市","038");
city.options[12]= new Option("大川市","025");
city.options[13]= new Option("大野城市","032");
city.options[14]= new Option("大牟田市","016");
city.options[15]= new Option("小郡市","029");
city.options[16]= new Option("春日市","031");
city.options[17]= new Option("嘉麻市","021");
city.options[18]= new Option("古賀市","036");
city.options[19]= new Option("北九州市小倉北区","010");
city.options[20]= new Option("北九州市小倉南区","009");
city.options[21]= new Option("北九州市戸畑区","013");
city.options[22]= new Option("北九州市門司区","008");
city.options[23]= new Option("北九州市八幡西区","012");
city.options[24]= new Option("北九州市八幡東区","011");
city.options[25]= new Option("北九州市若松区","014");
city.options[26]= new Option("久留米市","015");
city.options[27]= new Option("田川市","019");
city.options[28]= new Option("太宰府市","034");
city.options[29]= new Option("筑後市","024");
city.options[30]= new Option("筑紫野市","030");
city.options[31]= new Option("中間市","028");
city.options[32]= new Option("直方市","017");
city.options[33]= new Option("福津市","037");
city.options[34]= new Option("豊前市","027");
city.options[35]= new Option("みやま市","040");
city.options[36]= new Option("宮若市","039");
city.options[37]= new Option("宗像市","033");
city.options[38]= new Option("柳川市","020");
city.options[39]= new Option("八女市","023");
city.options[40]= new Option("行橋市","026");
city.options[41]= new Option("朝倉郡","107");
city.options[42]= new Option("遠賀郡","104");
city.options[43]= new Option("糟屋郡","102");
city.options[44]= new Option("嘉穂郡","106");
city.options[45]= new Option("鞍手郡","105");
city.options[46]= new Option("田川郡","115");
city.options[47]= new Option("筑紫郡","101");
city.options[48]= new Option("築上郡","117");
city.options[49]= new Option("三井郡","110");
city.options[50]= new Option("三潴郡","111");
city.options[51]= new Option("京都郡","116");
city.options[52]= new Option("八女郡","112");
}
else if (prefname == "saga")
{
city.options[1]= new Option("佐賀市","001");
city.options[2]= new Option("伊万里市","005");
city.options[3]= new Option("嬉野市","009");
city.options[4]= new Option("小城市","008");
city.options[5]= new Option("鹿島市","007");
city.options[6]= new Option("唐津市","002");
city.options[7]= new Option("神埼市","010");
city.options[8]= new Option("多久市","004");
city.options[9]= new Option("武雄市","006");
city.options[10]= new Option("鳥栖市","003");
city.options[11]= new Option("神埼郡","102");
city.options[12]= new Option("杵島郡","106");
city.options[13]= new Option("西松浦郡","105");
city.options[14]= new Option("東松浦郡","104");
city.options[15]= new Option("藤津郡","107");
city.options[16]= new Option("三養基郡","103");
}
else if (prefname == "nagasaki")
{
city.options[1]= new Option("長崎市","001");
city.options[2]= new Option("壱岐市","010");
city.options[3]= new Option("諫早市","004");
city.options[4]= new Option("雲仙市","012");
city.options[5]= new Option("大村市","005");
city.options[6]= new Option("西海市","011");
city.options[7]= new Option("佐世保市","002");
city.options[8]= new Option("島原市","003");
city.options[9]= new Option("対馬市","009");
city.options[10]= new Option("平戸市","007");
city.options[11]= new Option("五島市","006");
city.options[12]= new Option("松浦市","008");
city.options[13]= new Option("南島原市","013");
city.options[14]= new Option("北松浦郡","105");
city.options[15]= new Option("西彼杵郡","101");
city.options[16]= new Option("東彼杵郡","102");
city.options[17]= new Option("南松浦郡","106");
}
else if (prefname == "kumamoto")
{
city.options[1]= new Option("熊本市","001");
city.options[2]= new Option("阿蘇市","014");
city.options[3]= new Option("天草市","008");
city.options[4]= new Option("荒尾市","004");
city.options[5]= new Option("宇城市","013");
city.options[6]= new Option("宇土市","011");
city.options[7]= new Option("上天草市","012");
city.options[8]= new Option("菊池市","010");
city.options[9]= new Option("合志市","015");
city.options[10]= new Option("玉名市","006");
city.options[11]= new Option("人吉市","003");
city.options[12]= new Option("水俣市","005");
city.options[13]= new Option("八代市","002");
city.options[14]= new Option("山鹿市","007");
city.options[15]= new Option("葦北郡","109");
city.options[16]= new Option("阿蘇郡","104");
city.options[17]= new Option("天草郡","111");
city.options[18]= new Option("上益城郡","105");
city.options[19]= new Option("菊池郡","102");
city.options[20]= new Option("球磨郡","110");
city.options[21]= new Option("下益城郡","106");
city.options[22]= new Option("玉名郡","101");
city.options[23]= new Option("八代郡","108");
}
else if (prefname == "oita")
{
city.options[1]= new Option("大分市","001");
city.options[2]= new Option("宇佐市","011");
city.options[3]= new Option("臼杵市","006");
city.options[4]= new Option("杵築市","010");
city.options[5]= new Option("国東市","014");
city.options[6]= new Option("佐伯市","005");
city.options[7]= new Option("竹田市","008");
city.options[8]= new Option("津久見市","007");
city.options[9]= new Option("中津市","003");
city.options[10]= new Option("日田市","004");
city.options[11]= new Option("豊後大野市","012");
city.options[12]= new Option("豊後高田市","009");
city.options[13]= new Option("別府市","002");
city.options[14]= new Option("由布市","013");
city.options[15]= new Option("玖珠郡","107");
city.options[16]= new Option("速見郡","103");
city.options[17]= new Option("東国東郡","102");
}
else if (prefname == "miyazaki")
{
city.options[1]= new Option("宮崎市","001");
city.options[2]= new Option("えびの市","009");
city.options[3]= new Option("串間市","007");
city.options[4]= new Option("小林市","005");
city.options[5]= new Option("西都市","008");
city.options[6]= new Option("日南市","004");
city.options[7]= new Option("延岡市","003");
city.options[8]= new Option("日向市","006");
city.options[9]= new Option("都城市","002");
city.options[10]= new Option("北諸県郡","012");
city.options[11]= new Option("児湯郡","015");
city.options[12]= new Option("西臼杵郡","017");
city.options[13]= new Option("西諸県郡","014");
city.options[14]= new Option("東臼杵郡","016");
city.options[15]= new Option("東諸県郡","013");
}
else if (prefname == "kagoshima")
{
city.options[1]= new Option("鹿児島市","001");
city.options[2]= new Option("姶良市","019");
city.options[3]= new Option("阿久根市","006");
city.options[4]= new Option("奄美市","007");
city.options[5]= new Option("伊佐市","009");
city.options[6]= new Option("いちき串木野市","005");
city.options[7]= new Option("出水市","008");
city.options[8]= new Option("指宿市","010");
city.options[9]= new Option("鹿屋市","003");
city.options[10]= new Option("霧島市","012");
city.options[11]= new Option("薩摩川内市","002");
city.options[12]= new Option("志布志市","017");
city.options[13]= new Option("曽於市","016");
city.options[14]= new Option("垂水市","014");
city.options[15]= new Option("西之表市","013");
city.options[16]= new Option("日置市","015");
city.options[17]= new Option("枕崎市","004");
city.options[18]= new Option("南九州市","018");
city.options[19]= new Option("南さつま市","011");
city.options[20]= new Option("姶良郡","108");
city.options[21]= new Option("出水郡","106");
city.options[22]= new Option("大島郡","112");
city.options[23]= new Option("鹿児島郡","101");
city.options[24]= new Option("肝属郡","110");
city.options[25]= new Option("熊毛郡","111");
city.options[26]= new Option("薩摩郡","105");
city.options[27]= new Option("曽於郡","109");
}
else if (prefname == "okinawa")
{
city.options[1]= new Option("那覇市","001");
city.options[2]= new Option("石垣市","006");
city.options[3]= new Option("糸満市","009");
city.options[4]= new Option("浦添市","007");
city.options[5]= new Option("うるま市","002");
city.options[6]= new Option("沖縄市","010");
city.options[7]= new Option("宜野湾市","004");
city.options[8]= new Option("豊見城市","011");
city.options[9]= new Option("名護市","008");
city.options[10]= new Option("南城市","012");
city.options[11]= new Option("宮古島市","005");
city.options[12]= new Option("国頭郡","101");
city.options[13]= new Option("島尻郡","103");
city.options[14]= new Option("中頭郡","102");
city.options[15]= new Option("宮古郡","104");
city.options[16]= new Option("八重山郡","105");
}

}




function loadDomain(radioName,selectId) {
var how = document.getElementsByName(radioName); //検索方法
var domain = window.document.getElementById(selectId); //診療科目｜症状
domain.options.length = 0; // 常に事前に選択肢数をクリアする必要あり
if (how[0].checked)
{
domain.options[0]= new Option("診療科目↓","");
domain.options[1]= new Option("内科","0");
domain.options[2]= new Option("呼吸器内科","2");
domain.options[3]= new Option("消化器内科","3");
domain.options[4]= new Option("循環器内科","1");
domain.options[5]= new Option("胃腸内科","4");
domain.options[6]= new Option("神経内科","5");
domain.options[7]= new Option("腎臓内科","6");
domain.options[8]= new Option("血液内科","8");
domain.options[9]= new Option("アレルギー科","35");
domain.options[10]= new Option("--------------------","");
domain.options[11]= new Option("小児科","9");
domain.options[12]= new Option("小児外科","10");
domain.options[13]= new Option("--------------------","");
domain.options[14]= new Option("産婦人科","23");
domain.options[15]= new Option("婦人科","24");
domain.options[16]= new Option("--------------------","");
domain.options[17]= new Option("整形外科","12");
domain.options[18]= new Option("リハビリ科","34");
domain.options[19]= new Option("リウマチ科","36");
domain.options[20]= new Option("--------------------","");
domain.options[21]= new Option("心療内科","7");
domain.options[22]= new Option("精神科","21");
domain.options[23]= new Option("神経科","22");
domain.options[24]= new Option("--------------------","");
domain.options[25]= new Option("耳鼻科(耳鼻咽喉科)","25");
domain.options[26]= new Option("眼科","29");
domain.options[27]= new Option("皮膚科","27");
domain.options[28]= new Option("美容皮膚科","62");
domain.options[29]= new Option("--------------------","");
domain.options[30]= new Option("歯科","39");
domain.options[31]= new Option("小児歯科","40");
domain.options[32]= new Option("矯正歯科","41");
domain.options[33]= new Option("歯科口腔外科","42");
domain.options[34]= new Option("--------------------","");
domain.options[35]= new Option("人工透析","49");
domain.options[36]= new Option("人間ドック","50");
domain.options[37]= new Option("脳ドック","54");
domain.options[38]= new Option("健康診断","58");
domain.options[39]= new Option("救急","48");
domain.options[40]= new Option("--------------------","");
domain.options[41]= new Option("外科","11");
domain.options[42]= new Option("心臓血管外科(心臓外科)","14");
domain.options[43]= new Option("脳神経外科(脳外科)","13");
domain.options[44]= new Option("胸部外科","15");
domain.options[45]= new Option("呼吸器外科","17");
domain.options[46]= new Option("消化器外科","18");
domain.options[47]= new Option("--------------------","");
domain.options[48]= new Option("美容外科","20");
domain.options[49]= new Option("形成外科","19");
domain.options[50]= new Option("--------------------","");
domain.options[51]= new Option("肛門科","30");
domain.options[52]= new Option("泌尿器科","28");
domain.options[53]= new Option("性病科","31");
domain.options[54]= new Option("--------------------","");
domain.options[55]= new Option("放射線科","32");
domain.options[56]= new Option("麻酔科","33");
domain.options[57]= new Option("内分泌科","43");
}
else if (how[1].checked)
{
domain.options[0]= new Option("部位・症状↓","");
domain.options[1]= new Option("【頭部】------------------","");
domain.options[2]= new Option("頭痛（突然の激しい痛み）","13+5+1");
domain.options[3]= new Option("頭痛（繰り返す痛み）","13+0+22");
domain.options[4]= new Option("頭痛（慢性の痛み）","5+13");
domain.options[5]= new Option("めまい","13+5+25+0");
domain.options[6]= new Option("失神","1+14+0");
domain.options[7]= new Option("意識障害","13+5+0");
domain.options[8]= new Option("【目】--------------------","");
domain.options[9]= new Option("目の痛み、かゆみ、充血、乾き、目やに","29");
domain.options[10]= new Option("視力の低下（頭痛、嘔吐、片麻痺）","29+13");
domain.options[11]= new Option("まぶたの違和感","29");
domain.options[12]= new Option("視野が狭くなる","13+29");
domain.options[13]= new Option("白目が黄色くなる","0");
domain.options[14]= new Option("眼球がとび出る（動悸、のぼせ）","0");
domain.options[15]= new Option("【耳・鼻】----------------","");
domain.options[16]= new Option("耳の痛み、耳鳴り","25+0");
domain.options[17]= new Option("耳の下の腫れ・痛み","0");
domain.options[18]= new Option("難聴","25+5");
domain.options[19]= new Option("鼻みず、鼻づまり、鼻血、嗅覚の異常","25");
domain.options[20]= new Option("花粉症","25+35+0");
domain.options[21]= new Option("いびき","25+2");
domain.options[22]= new Option("【口内・歯】--------------","");
domain.options[23]= new Option("口の中・舌が痛む","39+0");
domain.options[24]= new Option("口臭","39+0");
domain.options[25]= new Option("舌がもつれる","5+13");
domain.options[26]= new Option("唇の異常（乾く、腫れる、発疹）","25+0+27");
domain.options[27]= new Option("歯のトラブル","39");
domain.options[28]= new Option("【顔面】------------------","");
domain.options[29]= new Option("皮膚の炎症、できもの、かゆみ","27");
domain.options[30]= new Option("麻痺","5");
domain.options[31]= new Option("【のど・首】--------------","");
domain.options[32]= new Option("喉の痛み","25+2");
domain.options[33]= new Option("咳・痰","0+2");
domain.options[34]= new Option("声がれ","25");
domain.options[35]= new Option("飲み込めない","25");
domain.options[36]= new Option("首が腫れる","0");
domain.options[37]= new Option("首の痛み","12+5");
domain.options[38]= new Option("【胸部】------------------","");
domain.options[39]= new Option("胸の痛み","1+2+0");
domain.options[40]= new Option("呼吸困難（急性）","0+2");
domain.options[41]= new Option("呼吸困難（慢性）","0+2+1");
domain.options[42]= new Option("【腹部】------------------","");
domain.options[43]= new Option("腹痛（みずおち）","3+0+1");
domain.options[44]= new Option("腹痛（下腹部(男)）","3+0+28");
domain.options[45]= new Option("腹痛（下腹部(女)）","3+0+24");
domain.options[46]= new Option("腹痛（便秘・下痢）","3+0");
domain.options[47]= new Option("血便、肛門の痛み","30+11");
domain.options[48]= new Option("【背中・腰部】------------","");
domain.options[49]= new Option("背中の痛み","12+0+13+28");
domain.options[50]= new Option("腰の痛み（急性）","12+5+0+27");
domain.options[51]= new Option("腰の痛み（慢性）","12+5+24+22");
domain.options[52]= new Option("【手足】------------------","");
domain.options[53]= new Option("関節痛","12+0");
domain.options[54]= new Option("関節以外の痛み","14+0+5+22");
domain.options[55]= new Option("手足のしびれ","0+5+12");
domain.options[56]= new Option("手足のふるえ、麻痺","0+5+13");
domain.options[57]= new Option("【排尿の異常】------------","");
domain.options[58]= new Option("残尿感、多尿、血尿、頻尿、尿失禁など","28");
domain.options[59]= new Option("頻尿とのどの乾き","28+0");
domain.options[60]= new Option("【皮膚】------------------","");
domain.options[61]= new Option("発疹（発熱）","9+0");
domain.options[62]= new Option("発疹（発熱なし）","27+0");
domain.options[63]= new Option("皮膚のかゆみ、変色（発熱なし）","27+0+3");
domain.options[64]= new Option("【全身】------------------","");
domain.options[65]= new Option("発熱（短期間の高熱（38度以上））","0+3+2+25+28");
domain.options[66]= new Option("発熱（長期間の発熱（微熱））","0+3+2+28");
domain.options[67]= new Option("発熱（周期的な発熱）","0+25+8");
domain.options[68]= new Option("痙攣（意識障害、頭痛）","13+5");
domain.options[69]= new Option("痙攣（発熱）","0+13+5");
domain.options[70]= new Option("痙攣（発熱なし）","0+1+28");
domain.options[71]= new Option("倦怠感、だるい","0+2+1+3");
domain.options[72]= new Option("ほてり（慢性的）","0+5+24");
domain.options[73]= new Option("ほてり（一時的）","0+21");
domain.options[74]= new Option("寒気、冷え","0+1");
domain.options[75]= new Option("【こころの病気】----------","");
domain.options[76]= new Option("動悸、めまい、不眠、倦怠感など","21+7+0");
domain.options[77]= new Option("過度の不安、過呼吸、意欲低下","21+7");
domain.options[78]= new Option("幻覚、幻聴","21");
domain.options[79]= new Option("摂食障害","21+7");
domain.options[80]= new Option("アルコール、薬物依存","21");
domain.options[81]= new Option("物忘れ","5+21");
domain.options[82]= new Option("【こどもの病気】----------","");
domain.options[83]= new Option("０〜15歳までの内科的疾患は小児科","9");
domain.options[84]= new Option("発熱、頭痛、腹痛、咳、下痢、嘔吐、ケイレン","9");
domain.options[85]= new Option("目のトラブル","29");
domain.options[86]= new Option("耳・鼻・のどのトラブル","25");
domain.options[87]= new Option("皮膚の発疹、かゆみ、腫れ、痛みなど","9+27");
domain.options[88]= new Option("歯の痛み","40");
domain.options[89]= new Option("外傷","9+10");
domain.options[90]= new Option("突き指などの打撲、足腕などの骨折","12");
domain.options[91]= new Option("【女性の病気】------------","");
domain.options[92]= new Option("のぼせ、ほてり、発汗、動悸、めまい","24+23");
domain.options[93]= new Option("下腹部の痛み、こぶ、腫れ","24+23");
domain.options[94]= new Option("月経不順、月経痛、不正性器出血","24+23");
domain.options[95]= new Option("乳房のしこり、違和感","11");
domain.options[96]= new Option("【男性生殖器の病気】------","");
domain.options[97]= new Option("生殖器の異常、下腹部の痛み","28");
domain.options[98]= new Option("【性欲の減退】------------","");
domain.options[99]= new Option("性欲低下（男性）","0+21+7");
domain.options[100]= new Option("性欲低下（女性）","24+21");
domain.options[101]= new Option("性的不能","21+28+0");
}

}
