

function newWindow() {
	popWindow = window.open("map.cfm", "popWin", "width=500,height=720,top=0,left=0,screenX=0,screenY=0,scrollbars=yes,resizable=yes")
	.focus()
}

