// Bookmark Code
var pageName = "Coachmans Inn, Delano, California";
function addToFavorites()
{
	if (window.external)
	{
		 window.external.AddFavorite(location.href,pageName);
	}
	else
	{ 
		 alert("Sorry! Your browser doesn't support this function.  Press Ctrl+D to bookmark this site.");
	}
}



// Secure-Res Pop Up
function Vpopup(url) {
emailWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=445,height=455');
self.name = "mainWin"; }