function newWindow(map) {
mapWindow = window.open(map, 'mapWin', 'width=660,height=540,top=0,left=0,toolbar=no,location=no,scrollbars=yes')
mapWindow.focus()
}