function submitForm() {
document.formname.button.disabled = true;
submitForm = disableButton;
document.formname.submit();
return false;
}
function disableButton() {
alert('手続き中です。しばらくお待ち下さい。');
return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function launch2(URL) {
 Wina02=window.open(URL,'source','scrollbars=yes,resizable=no,width=380, height=500')
}
