function checkit() { if (!document.form1.gokiboushiryou1.checked && !document.form1.gokiboushiryou2.checked && !document.form1.gokiboushiryou3.checked && !document.form1.gokiboushiryou4.checked && !document.form1.gokiboushiryou5.checked && !document.form1.gokiboushiryou6.checked) { 	document.location="#shiryou";	alert("ご希望の資料を示して下さい");	 	return false; } if (document.form1.namae.value=="")  { 	document.location="#namae"; 	alert("お名前を記入して下さい");	return false; } if (document.form1.jyusho.value=="")  { 	document.location="#jusho"; 	alert("ご住所を記入して下さい");	return false; } if (document.form1.email.value=="")  { 	document.location="#email"; 	alert("メールアドレスを記入して下さい");		return false; } if (document.form1.email.value.indexOf("@")<=0)  { 	document.location="#email";	alert("メールアドレスのご確認のうえ、もう一度送信ボタンを押して下さい");	return false; } document.form1.submit();}