


function KubunKojin() {
//	alert('KubunKojin');
	if (document.inqform.q02_company.value == '') {
		document.inqform.q02_company.value = 'l';
		document.inqform.q05_name.focus();
	}
//	return true;
}


function KubunHoujin() {
//	alert('KubunKojin');
	if (document.inqform.q02_company.value == 'l') {
		document.inqform.q02_company.value = '';
		document.inqform.q02_company.focus();
	}
//	return true;
}



function _BackToReEnter() {
	document.inqform._mode.value = 'reent';
	document.inqform.submit();
	return false;
}




