function openWindow() {
window.open( "","map",'toolbar=1,location=1,scrollbars=1,menubar=1,width=750,height=750,resizable=1');
}

function openWindow2() {
window.open( "","seikei",'toolbar=0,location=0,scrollbars=1,menubar=no,width=750,height=800,resizable=1');
}

function openWindow3() {
window.open( "","suppoetar",'toolbar=0,location=0,scrollbars=1,menubar=no,width=600,height=740,resizable=1');
}

