<!-- HIDE FROM OLD BROWSER

function mapWindow(website){
	mapWin = window.open(website,"mapWin","width=560,height=460,menubar=yes,toolbar=no,location=no,scrollbars=yes,status=yes,resizable=yes");
	mapWin.focus();
	}


// END HIDE -->

