
function popup1(){
window.open("../map1.html","","width=750px,height=450px,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}
function popup2(){
window.open("../map2.html","","width=750px,height=450px,menubar=0,toolbar=0,resizable=0,location=1,scrollbars=1,screenX=20,screenY=50,left=20,top=50");
}

function checker() {
Obj = document.frm;
if ( Obj.check[1].checked == false) {window.alert("個人情報の取り扱いに同意されていない為、送信することが出来ません。");return false;};	
}
