function newWindow(map) {
mapWindow = window.open(map, "mapWin", "width=400,height=325,top=100,left=350")
mapWindow.focus() 
}
