function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
function MM_Submit(){
	if (!document.SF.email.value.match(/^[\w,\.,-]+@[\w,_,\.,-]+\.[\w]/)){
		alert("e-mailアドレスをご確認ください。");
	}else{
		document.SF.submit();
	}
}
