
function map_win(url) { //v2.0
win=window.open(url,'map','width=600,height=700');
win.focus();
}

