<!-- Included from location.htm -->
<!-- Copyright Adam's Computing . Web designer: Hal Adam -->
<!-- NO, this web page did NOT evolve over eons of time from -->
<!-- some suposed primodial alphabet soup, it took a designer.  :) -->
<!-- Comment out for Browsers which do NOT support Scripting 
// Variable for checking which link to show.
MapSwitch = true
// Swap map when clicked on. 
function NewMap() {
	if (MapSwitch) {
	   document.all.NewMap.innerHTML = "<img src=\"JPGs/SACSatelliteView.jpg\" alt=\"Click on MAP for a detailed view.\" />";
		MapSwitch = false;
	}
		else {
			document.all.NewMap.innerHTML = "<img src=\"GIFs/SACLocation.gif\" alt=\"Click on MAP for a Satellite view.\" />";
		MapSwitch = true;
	}
}
// End of Javascript commenting for Non-Scripting enabled Browsers -->
