function popUp(url, w, h){
	window.open(url, "win", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+w+',height='+h);
}

function addToFavorites()
{
	var urlAddress = "http://www.e-golfguide.com/";
	var pageName = "E-Golfguide.com (BCgolfguide.com Inc 1-877-223-7226)";

	if (window.external)
	{
		window.external.AddFavorite(urlAddress,pageName)
	}
	else
	{ 
		alert("Sorry! Your browser doesn't support this function.");
	}
}
