<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function newWindow2(map){
	mapWindow = window.open(map, "mapWin", "width=751, height=529, scrollbars=no, resizable=no, location=no")
	mapWindow.focus()
}
//-->