function attention1(){
	window.open("http://www.gyouseishoshi-door.com/tlt/sample/gamen1.html","WindowOpen4","width=800,height=585,status=no,resizable=no,toolbar=no,scrollbars=no")
}

function check1(){
	if(document.regi.mail.value==""){
		window.alert("購読を開始するメールアドレスを入力してください");
		return false;
		}
}
function check2(){
	if(document.out.mail.value==""){
		window.alert("購読を解除するメールアドレスを入力してください");
		return false;
		}
}