function hatsusaubch(p) {
	switch (p.options[p.selectedIndex].text) {
		case "岡山発" : document.search_form.p_hatsu_sub.value="072";break;
		case "広島発" : document.search_form.p_hatsu_sub.value="075";break;
		case "高松発" : document.search_form.p_hatsu_sub.value="083";break;
		case "徳島発" : document.search_form.p_hatsu_sub.value="084";break;
		case "高知発" : document.search_form.p_hatsu_sub.value="082";break;
		case "松山発" : document.search_form.p_hatsu_sub.value="081";break;
		default : document.search_form.p_hatsu_sub.value="";break;
	}
}
function hatsusaubch_text(p) {
	switch (p.options[p.selectedIndex].text) {
		case "岡山発" : document.HForm2.p_hatsu_sub.value="072";break;
		case "広島発" : document.HForm2.p_hatsu_sub.value="075";break;
		case "高松発" : document.HForm2.p_hatsu_sub.value="083";break;
		case "徳島発" : document.HForm2.p_hatsu_sub.value="084";break;
		case "高知発" : document.HForm2.p_hatsu_sub.value="082";break;
		case "松山発" : document.HForm2.p_hatsu_sub.value="081";break;
		default : document.HForm2.p_hatsu_sub.value="";break;
	}
}
