function check()
{
flag=confirm("このメールアドレスに送信してよろしいでしょうか？");
if (flag)return true;
else alert("もう一度確認してください");
return false;
}

