<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "67"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE



   if (showimages1 == "yes") {
document.write('<a href="lift-home.htm" onmouseover="image1.src=\'picts/home_worshiplt.jpg\';" onmouseout="image1.src=\'picts/home_worship.jpg\';"><img name="image1" src="picts/home_worship.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="love-home.htm" onmouseover="image2.src=\'picts/home_communitylt.jpg\';" onmouseout="image2.src=\'picts/home_community.jpg\';"><img name="image2" src="picts/home_community.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="live-home.htm" onmouseover="image3.src=\'picts/home_servicelt.jpg\';" onmouseout="image3.src=\'picts/home_service.jpg\';"><img name="image3" src="picts/home_service.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}





//  End -->