function checkForm(chf){	if(chf.elements["e-mail"].value == ""){		return false;		alert(お名前をご入力ください。);			}	else{		return true;	}}
