/*	open window	*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


/*--mail verify check-----------------------------------*/

function checkmail() {
  if(document.form1.メールアドレス.value!=document.form1.メールアドレス確認用.value){
    alert("メールアドレスが同一ではありません");
    return false;
  }else{return true;}
}

