if (document.images){


	home1		= new Image;
	home1.src	= "http://lakeforestg.web134.discountasp.net/home1.gif"
	home2		= new Image;
	home2.src	= "http://lakeforestg.web134.discountasp.net/home2.gif"


	services1	= new Image;
	services1.src	= "http://lakeforestg.web134.discountasp.net/services1.gif"
	services2	= new Image;
	services2.src	= "http://lakeforestg.web134.discountasp.net/services2.gif"

	about1		= new Image;
	about1.src	= "http://lakeforestg.web134.discountasp.net/about1.gif"
	about2		= new Image;
	about2.src	= "http://lakeforestg.web134.discountasp.net/about2.gif"

	events1		= new Image;
	events1.src	= "http://lakeforestg.web134.discountasp.net/events1.gif"
	events2		= new Image;
	events2.src	= "http://lakeforestg.web134.discountasp.net/events2.gif"

	contact1		= new Image;
	contact1.src	= "http://lakeforestg.web134.discountasp.net/contact1.gif"
	contact2		= new Image;
	contact2.src	= "http://lakeforestg.web134.discountasp.net/contact2.gif"

	

}


function hiLite(imgDocID,imgObjName) {
	if (document.images)
	   document.images[imgDocID].src = eval(imgObjName + ".src")
}
