
function ComingSoon() {
	alert("This New Feature will be available soon !");
}

function ShowMaps(page) {
	alert("A new Browser will be opened for your Map Search. Click the X in the UPPER RIGHT CORNER - AFTER VIEWING - to close the Map Quest Site.  You may also use your Alt Tab keys to return to RvFolks.Com while viewing the Map Site.");
	OpenWin = this.open(page, "MapsWindow", "toolbar=yes,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function ShowWeather(page) {
	alert("A new Browser will be opened for your Weather Web Site. Click the X in the UPPER RIGHT CORNER - AFTER VIEWING - to close the Weather Site.  You may also use your Alt Tab keys to return to RvFolks.Com while reviewing the Weather Site.");
	OpenWin = this.open(page, "WeatherWindow", "toolbar=yes,menubar=no,location=no,scrollbars=yes,resize=yes");
}

	if (ShowMessage) 
		alert(Message);
