// JavaScript Document

function OpenWin(){
    win=window.open("/map.html","new","width=730,height=1060,scrollbars=yes,resizable=yes");
}


