﻿function GoogleEarthMessage() { 
				var msg = "Download the CCIT_Link.kmz file when prompted to open the trail map using Google Earth.  Google Earth must already be installed.\n\n Google Earth will take a minute to load. When Google Earth opens, you may need to wait while the trail map loads.\n\n Click on the 'Campbell Creek Interpretive Trail, under 'Places', to zoom in.";
				alert(msg); 
					location.href="CCIT_Link.kmz";
			}
function TooltipData(title, image) {
				return "<table border=\'0\'><tr><th style=\'background:#e4e7ff;\'>" + title + "<\/th><\/tr><tr><td style=\'text-align: center;\'><img src=Images/" + image + "-F-small.jpg \/><\/td><\/tr><\/table>";
			}