
<!--
function openMap(URL){
	newWin = window.open(URL, 'map', 'width=650, height=550, scrollbars=no, status=no');
	setTimeout("newWin.focus()",300);
}
//-->