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

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