function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function checkMail(){
if(document.getElementById("Email").value != document.getElementById("Emailconf").value){
alert("Emailの入力に間違いがあります");
return false;
}else{
return true;
}
}
