<!-- The Caring Network Javascript Library -->
<!-- www.thecaringnetwork.ca, www.conestogalodge.com -->
<!-- Designed, Developed, and Maintained by ODD Labs Media Group -->

function openHcc1()
{
open ("hccphoto1.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHcc2()
{
open ("hccphoto2.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHcc3()
{
open ("hccphoto3.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHcc4()
{
open ("hccphoto4.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openHcc5()
{
open ("hccphoto5.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}

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")
}
<!-- PINEHAVEN RETIREMENT RESIDENCE -->
function openphrr1()
{
open ("phrr/homephoto1.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphrr2()
{
open ("phrr/homephoto2.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphrr3()
{
open ("phrr/homephoto3.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphrr4()
{
open ("phrr/homephoto4.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
<!-- PINEHAVEN NURSING HOME PHOTOS -->
function openphnh1()
{
open ("phnh/homephoto1.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphnh2()
{
open ("phnh/homephoto2.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphnh3()
{
open ("phnh/homephoto3.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openphnh4()
{
open ("phnh/homephoto4.asp","Photo", "height=400,width=600,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
<!-- CONESTOGA LODGE PHOTOS -->
<!-- CONESTOGA LODGE PHOTOS -->
function opencl1()
{
open ("cl/facphoto1.asp","Photo", "height=176,width=220,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function opencl2()
{
open ("cl/facphoto2.asp","Photo", "height=200,width=280,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function opencl3()
{
open ("cl/facphoto3.asp","Photo", "height=200,width=280,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function opencl4()
{
open ("cl/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;
		}

	function VerifyApplicant()
	{
	var email_ad=document.form1.email.value
	

		if ((document.form1.fname.value == "") || (document.form1.lname.value == ""))
		{
			alert ("Please enter your FULL name.");
			return false;
		}		
		else if (document.form1.phone.value == "")
		{
			alert ("Please enter your phone number.");
			return false;
		}
		
		else if ((email_ad.indexOf("@")==-1) || (email_ad.indexOf(".")==-1))
		{
			alert ("Please enter a valid email address.");
			return false;
		} 
		else if (document.form1.message.value == "")
		{
			alert ("Please tell us a little about yourself in the text area provided.");
			return false;
		}		
		else
			return true;
		}

