function checkMeigi() {
 var m1 = document.view.MEIGI1;
 var m2 = document.view.MEIGI2;
if (document.view.HONNIN1.checked){
    m1.value = "";m1.disabled = true;m1.style.backgroundColor='#E0E0E0';
    m2.value = "";m2.disabled = true;m2.style.backgroundColor='#E0E0E0';
  }else{
    m1.disabled = false;m1.style.backgroundColor='#FFFFFF';
    m2.disabled = false;m2.style.backgroundColor='#FFFFFF';
  }
}


function subCompemail(url){
        window.open(url,"_blank","width=500,height=300,scrollbars=1");
}
