//begin error massage scriptfunction inputcheck(){	if (document.f_quick.f_chu.value.length == 0){		alert('地域を選択してください。');		return false;	} else {		return true;	}}function name_chk(){	return true;}//end error massage script//end hiding script from old browsers -->
