// 156ページfunction selectMenu(mySelect){theForm = document.myForm;lclass = mySelect.options[mySelect.selectedIndex].value;if(lclass=="print"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/print_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/print_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/print_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/print_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/print_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/print_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/print_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/print_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/print_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/print_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/print_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/print_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/print_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/print_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/print_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/print_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/print_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/print_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/print_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/print_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/print_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/print_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/print_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/print_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/print_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/print_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/print_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/print_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/print_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/print_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/print_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/print_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/print_kyusyu_01.html";		}if(lclass=="writer"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/writer_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/writer_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/writer_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/writer_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/writer_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/writer_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/writer_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/writer_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/writer_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/writer_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/writer_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/writer_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/writer_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/writer_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/writer_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/writer_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/writer_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/writer_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/writer_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/writer_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/writer_kyusyu_01.html";		}if(lclass=="web"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/web_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/web_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/web_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/web_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/web_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/web_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/web_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/web_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/web_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/web_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/web_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/web_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/web_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/web_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/web_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/web_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/web_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/web_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/web_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/web_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/web_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/web_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/web_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/web_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/web_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/web_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/web_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/web_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/web_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/web_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/web_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/web_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/web_kyusyu_01.html";		}if(lclass=="se"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/se_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/se_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/se_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/se_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/se_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/se_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/se_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/se_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/se_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/se_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/se_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/se_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/se_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/se_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/se_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/se_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/se_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/se_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/se_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/se_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/se_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/se_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/se_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/se_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/se_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/se_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/se_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/se_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/se_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/se_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/se_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/se_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/se_kyusyu_01.html";		}if(lclass=="mobile"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/mobile_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/mobile_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/mobile_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/mobile_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/mobile_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/mobile_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/mobile_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/mobile_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/mobile_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/mobile_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/mobile_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/mobile_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/mobile_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/mobile_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/mobile_kyusyu_01.html";		}if(lclass=="mmedia"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/mmedia_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/mmedia_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/mmedia_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/mmedia_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/mmedia_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/mmedia_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/mmedia_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/mmedia_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/mmedia_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/mmedia_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/mmedia_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/mmedia_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/mmedia_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/mmedia_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/mmedia_kyusyu_01.html";		}		if(lclass=="camera"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/camera_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/camera_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/camera_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/camera_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/camera_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/camera_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/camera_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/camera_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/camera_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/camera_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/camera_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/camera_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/camera_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/camera_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/camera_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/camera_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/camera_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/camera_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/camera_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/camera_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/camera_kyusyu_01.html";		}			if(lclass=="movie"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/movie_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/movie_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/movie_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/movie_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/movie_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/movie_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/movie_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/movie_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/movie_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/movie_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/movie_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/movie_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/movie_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/movie_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/movie_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/movie_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/movie_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/movie_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/movie_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/movie_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/movie_kyusyu_01.html";		}if(lclass=="event"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/event_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/event_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/event_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/event_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/event_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/event_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/event_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/event_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/event_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/event_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/event_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/event_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/event_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/event_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/event_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/event_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/event_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/event_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/event_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/event_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/event_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/event_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/event_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/event_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/event_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/event_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/event_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/event_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/event_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/event_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/event_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/event_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/event_kyusyu_01.html";		}if(lclass=="fashion"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/fashion_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/fashion_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/fashion_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/fashion_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/fashion_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/fashion_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/fashion_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/fashion_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/fashion_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/fashion_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/fashion_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/fashion_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/fashion_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/fashion_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/fashion_kyusyu_01.html";		}if(lclass=="sales"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/sales_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/sales_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/sales_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/sales_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/sales_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/sales_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/sales_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/sales_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/sales_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/sales_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/sales_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/sales_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/sales_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/sales_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/sales_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/sales_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/sales_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/sales_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/sales_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/sales_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/sales_kyusyu_01.html";		}if(lclass=="planner"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/planner_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/planner_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/planner_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/planner_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/planner_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/planner_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/planner_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/planner_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/planner_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/planner_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/planner_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/planner_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/planner_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/planner_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/planner_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/planner_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/planner_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/planner_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/planner_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/planner_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/planner_kyusyu_01.html";		}if(lclass=="soho"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/soho_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/soho_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/soho_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/soho_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/soho_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/soho_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/soho_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/soho_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/soho_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/soho_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/soho_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/soho_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/soho_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/soho_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/soho_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/soho_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/soho_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/soho_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/soho_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/soho_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/soho_kyusyu_01.html";		}if(lclass=="product"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/product_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/product_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/product_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/product_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/product_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/product_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/product_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/product_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/product_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/product_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/product_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/product_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/product_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/product_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/product_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/product_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/product_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/product_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/product_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/product_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/product_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/product_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/product_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/product_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/product_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/product_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/product_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/product_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/product_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/product_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/product_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/product_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/product_kyusyu_01.html";		}if(lclass=="other"){	theForm.myMenu2.options.length = 48;	theForm.myMenu2.options[0].text="都道府県名をご選択下さい";	theForm.myMenu2.options[0].value="navigation08_02.html";	theForm.myMenu2.options[1].text="北海道";	theForm.myMenu2.options[1].value="/class/other_ht_01.html";	theForm.myMenu2.options[2].text="青森県";	theForm.myMenu2.options[2].value="/class/other_ht_01.html";	theForm.myMenu2.options[3].text="岩手県";	theForm.myMenu2.options[3].value="/class/other_ht_01.html";	theForm.myMenu2.options[4].text="宮城県";	theForm.myMenu2.options[4].value="/class/other_ht_01.html";	theForm.myMenu2.options[5].text="秋田県";	theForm.myMenu2.options[5].value="/class/other_ht_01.html";	theForm.myMenu2.options[6].text="山形県";	theForm.myMenu2.options[6].value="/class/other_ht_01.html";	theForm.myMenu2.options[7].text="福島県";	theForm.myMenu2.options[7].value="/class/other_ht_01.html";	theForm.myMenu2.options[8].text="茨城県";	theForm.myMenu2.options[8].value="/class/other_kanto_01.html";	theForm.myMenu2.options[9].text="栃木県";	theForm.myMenu2.options[9].value="/class/other_kanto_01.html";	theForm.myMenu2.options[10].text="群馬県";	theForm.myMenu2.options[10].value="/class/other_kanto_01.html";	theForm.myMenu2.options[11].text="埼玉県";	theForm.myMenu2.options[11].value="/class/other_kanto_01.html";	theForm.myMenu2.options[12].text="千葉県";	theForm.myMenu2.options[12].value="/class/other_kanto_01.html";	theForm.myMenu2.options[13].text="東京都";	theForm.myMenu2.options[13].value="/class/other_kanto_01.html";	theForm.myMenu2.options[14].text="神奈川県";	theForm.myMenu2.options[14].value="/class/other_kanto_01.html";	theForm.myMenu2.options[15].text="新潟県";	theForm.myMenu2.options[15].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[16].text="富山県";	theForm.myMenu2.options[16].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[17].text="石川県";	theForm.myMenu2.options[17].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[18].text="福井県";	theForm.myMenu2.options[18].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[19].text="山梨県";	theForm.myMenu2.options[19].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[20].text="長野県";	theForm.myMenu2.options[20].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[21].text="岐阜県";	theForm.myMenu2.options[21].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[22].text="静岡県";	theForm.myMenu2.options[22].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[23].text="愛知県";	theForm.myMenu2.options[23].value="/class/other_tyubu_01.html";	theForm.myMenu2.options[24].text="三重県";	theForm.myMenu2.options[24].value="/class/other_kinki_01.html";	theForm.myMenu2.options[25].text="滋賀県";	theForm.myMenu2.options[25].value="/class/other_kinki_01.html";	theForm.myMenu2.options[26].text="京都府";	theForm.myMenu2.options[26].value="/class/other_kinki_01.html";	theForm.myMenu2.options[27].text="大阪府";	theForm.myMenu2.options[27].value="/class/other_kinki_01.html";	theForm.myMenu2.options[28].text="兵庫県";	theForm.myMenu2.options[28].value="/class/other_kinki_01.html";	theForm.myMenu2.options[29].text="奈良県";	theForm.myMenu2.options[29].value="/class/other_kinki_01.html";	theForm.myMenu2.options[30].text="和歌山県";	theForm.myMenu2.options[30].value="/class/other_kinki_01.html";	theForm.myMenu2.options[31].text="鳥取県";	theForm.myMenu2.options[31].value="/class/other_tyugoku_01.html";		theForm.myMenu2.options[32].text="島根県";	theForm.myMenu2.options[32].value="/class/other_tyugoku_01.html";		theForm.myMenu2.options[33].text="岡山県";	theForm.myMenu2.options[33].value="/class/other_tyugoku_01.html";		theForm.myMenu2.options[34].text="広島県";	theForm.myMenu2.options[34].value="/class/other_tyugoku_01.html";		theForm.myMenu2.options[35].text="山口県";	theForm.myMenu2.options[35].value="/class/other_tyugoku_01.html";		theForm.myMenu2.options[36].text="徳島県";	theForm.myMenu2.options[36].value="/class/other_shikoku_01.html";		theForm.myMenu2.options[37].text="香川県";	theForm.myMenu2.options[37].value="/class/other_shikoku_01.html";		theForm.myMenu2.options[38].text="愛媛県";	theForm.myMenu2.options[38].value="/class/other_shikoku_01.html";		theForm.myMenu2.options[39].text="高知県";	theForm.myMenu2.options[39].value="/class/other_shikoku_01.html";		theForm.myMenu2.options[40].text="福岡県";	theForm.myMenu2.options[40].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[41].text="佐賀県";	theForm.myMenu2.options[41].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[42].text="長崎県";	theForm.myMenu2.options[42].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[43].text="熊本県";	theForm.myMenu2.options[43].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[44].text="大分県";	theForm.myMenu2.options[44].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[45].text="宮崎県";	theForm.myMenu2.options[45].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[46].text="鹿児島県";	theForm.myMenu2.options[46].value="/class/other_kyusyu_01.html";		theForm.myMenu2.options[47].text="沖縄県";	theForm.myMenu2.options[47].value="/class/other_kyusyu_01.html";		}	}function selectJump(myArea){theForm = document.myForm;location.href = myArea.options[myArea.selectedIndex].value;}