// JavaScript Document

function newWindow(name) {
mapWindow = window.open('map.php', 'mapwindow' ,"width=600,height=520,left=0,top=0")
}

