//HOMEウィンドウオープン
function WinOpenMap(){
window.open('access/map.html','Map','toolbar=0, resizable=0,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=470,height=480');
}


