<!-- to hide script contents from old browsers

//Script contains function for viewing printable maps

function viewMap(url,w,h) {
	height=h;
	width=w;
	thisWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width='+width+',height='+height+'');
}

function gogo(){

	alert("gogo");
}

function openHB() {

	window.open('hb_map.html','','width=640,height=645,resizable=yes');
}

function openAT() {

	window.open('at_map.html','','width=640,height=645,resizable=yes');
}
	//	end hiding contents from old browsers  -->