<!-- The Caring Network Javascript Library -->
<!-- www.thecaringnetwork.ca, www.conestogalodge.com -->
<!-- Designed, Developed, and Maintained by ODD Labs Media Group -->



function openHome1()
{
open ("homephoto1.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHome2()
{
open ("homephoto2.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHome3()
{
open ("homephoto3.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHome4()
{
open ("homephoto4.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openFac1()
{
open ("facphoto1.asp","Photo", "height=176,width=220,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openFac2()
{
open ("facphoto2.asp","Photo", "height=200,width=280,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openFac3()
{
open ("facphoto3.asp","Photo", "height=200,width=280,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openFac4()
{
open ("facphoto4.asp","Photo", "height=200,width=280,scrollbars=no,location=0,resizable=no,status=no,border=no")
}

	function VerifyContact()
	{
	var email_ad=document.form2.email.value
	

		if ((document.form2.fname.value == "") || (document.form2.lname.value == ""))
		{
			alert ("Please enter your FULL name.");
			return false;
		}			
		else if ((email_ad.indexOf("@")==-1) || (email_ad.indexOf(".")==-1))
		{
			alert ("Please enter a valid email address.");
			return false;
		}    			
		else
			return true;
		}

