	function openWin(strURL, w, h)
	{
		 window.open(strURL, "ginabglas", "width=" + w + ",height=" + h + ",scrollbars=no,menubar=no,toolbar=no,status=no");
	}

	function showMap(lng,lat,text)
	{
		window.open("http://www.mcharper.com/mapservice/showmap.html?long=" + lng + "&lat=" + lat + "&text=" + text, "map", "width=500,height=350,scrollbars=no,menubar=no,toolbar=no");
	}

	function showPopup(sUrl, sName, sFeatureString)
	{
		window.open(sUrl, sName, sFeatureString);
	}

