// 指定prefixで始まるエレメントを全て、enableで// 指定した有効/無効状態に変更するfunction toggleElements(prefix, enable) {for (var i = 0; i < chintai_search.length; i++) {if (document.chintai_search.elements[i].id.substring(0, prefix.length) == prefix) {document.chintai_search.elements[i].disabled = !enable;}}}// 指定エレメントの値を元にグループ指定を排他制御するfunction toggleGroup(element) {var enable = element.value == 'search_select_area:1';toggleElements(enable ? 'area_' : 'train_', true);toggleElements(!enable ? 'area_' : 'train_', false);}function delMenu02()	{	document.chintai_search.CustomFieldsSearchFieldIn_search_kodawari03.checked= false;}function delMenu03()	{	document.chintai_search.CustomFieldsSearchFieldIn_search_kodawari02.checked= false;}function chMenu()	{	var number = chintai_search.train_radio.options[chintai_search.train_radio.selectedIndex].value;	chintai_search.train_toho_default.selectedIndex="";	chintai_search.train_toho_jr01.selectedIndex="";	chintai_search.train_toho_jr02.selectedIndex="";	chintai_search.train_toho_jr03.selectedIndex="";	chintai_search.train_toho_jr04.selectedIndex="";	chintai_search.train_toho_jr05.selectedIndex="";	chintai_search.train_toho_jr06.selectedIndex="";	chintai_search.train_toho_jr07.selectedIndex="";	chintai_search.train_toho_hankyu01.selectedIndex="";	chintai_search.train_toho_hankyu02.selectedIndex="";	chintai_search.train_toho_hankyu03.selectedIndex="";	chintai_search.train_toho_hankyu04.selectedIndex="";	chintai_search.train_toho_hankyu05.selectedIndex="";	chintai_search.train_toho_hankyu06.selectedIndex="";	chintai_search.train_toho_hankyu07.selectedIndex="";	chintai_search.train_toho_hanshin01.selectedIndex="";	chintai_search.train_toho_hanshin02.selectedIndex="";	chintai_search.train_toho_hanshin03.selectedIndex="";	chintai_search.train_toho_hanshin04.selectedIndex="";	chintai_search.train_toho_hanshin05.selectedIndex="";	chintai_search.train_toho_hanshin06.selectedIndex="";	chintai_search.train_toho_hanshin07.selectedIndex="";	chintai_search.train_toho_rokkoliner01.selectedIndex="";	chintai_search.train_toho_rokkoliner02.selectedIndex="";	chintai_search.train_toho_rokkoliner03.selectedIndex="";	chintai_search.train_toho_rokkoliner04.selectedIndex="";	chintai_search.train_toho_rokkoliner05.selectedIndex="";	chintai_search.train_toho_rokkoliner06.selectedIndex="";		if(number == "")	{		toho_default.style.display = "block";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 住吉駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "block";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 六甲道駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "block";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 三宮駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "block";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 灘駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "block";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 摂津本山駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "block";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 甲南山手駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "block";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:JR 芦屋駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "block";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 御影駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "block";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 岡本駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "block";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 六甲駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "block";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 王子公園駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "block";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 春日野道駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "block";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪急 三宮駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "block";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;		}	if(number == "search_train:阪急 芦屋駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "block";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 住吉駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "block";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 魚崎駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "block";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 御影駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "block";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 青木駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "block";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 深江駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "block";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 石屋川駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "block";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:阪神 新在家駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "block";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー 住吉駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "block";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー 魚崎駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "block";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー 南魚崎駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "block";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー アイランド北口駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "block";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー アイランドセンター駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "block";		toho_rokkoliner06.style.display = "none";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= true;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= false;	}	if(number == "search_train:六甲ライナー マリンパーク駅")	{		toho_default.style.display = "none";		toho_jr01.style.display = "none";		toho_jr02.style.display = "none";		toho_jr03.style.display = "none";		toho_jr04.style.display = "none";		toho_jr05.style.display = "none";		toho_jr06.style.display = "none";		toho_jr07.style.display = "none";		toho_hankyu01.style.display = "none";		toho_hankyu02.style.display = "none";		toho_hankyu03.style.display = "none";		toho_hankyu04.style.display = "none";		toho_hankyu05.style.display = "none";		toho_hankyu06.style.display = "none";		toho_hankyu07.style.display = "none";		toho_hanshin01.style.display = "none";		toho_hanshin02.style.display = "none";		toho_hanshin03.style.display = "none";		toho_hanshin04.style.display = "none";		toho_hanshin05.style.display = "none";		toho_hanshin06.style.display = "none";		toho_hanshin07.style.display = "none";		toho_rokkoliner01.style.display = "none";		toho_rokkoliner02.style.display = "none";		toho_rokkoliner03.style.display = "none";		toho_rokkoliner04.style.display = "none";		toho_rokkoliner05.style.display = "none";		toho_rokkoliner06.style.display = "block";		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_default.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_jr07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hankyu07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin06.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_hanshin07.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner01.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner02.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner03.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner04.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner05.checked= false;		document.chintai_search.CustomFieldsSearchFieldIn_search_toho_rokkoliner06.checked= true;	}}