<!--

	function initMap (mapname){ 
	 		var theMap = new GMap2 (document.getElementById ("myMap"));
	        theMap.enableContinuousZoom ();
			theMap.addControl (new GMapTypeControl());
			theMap.addControl (new GLargeMapControl());
			theMap.addControl (new GScaleControl());
			theMap.addControl (new GOverviewMapControl());
			theMapTypes	= theMap.getMapTypes ();
			numTypes	= theMapTypes.length;
			theSatelliteMapType	= "";
			for (i = 0; i < theMapTypes.length; i++)
				{if (theMapTypes [i].getName () == "Hybrid"){theSatelliteMapType = theMapTypes [i];}}
			return theMap
			};
			
//-->		