
<!--

     
  if (document.images)
   {
     pic1on=new Image(87,30);     
     pic1on.src="images/homebutt-over.gif";
     pic2on=new Image(99,30);     
     pic2on.src="images/aboutbutt-over.gif";
     pic3on=new Image(80,30);     
     pic3on.src="images/charitybutt-over.gif";
     pic4on=new Image(107,30);     
     pic4on.src="images/donatbutt-over.gif";
     pic5on=new Image(87,30);     
     pic5on.src="images/gallerybutt-over.gif";
     pic6on=new Image(90,30);     
     pic6on.src="images/servicesbutt-over.gif";
     pic7on=new Image(66,30);     
     pic7on.src="images/qandabutt-over.gif";
     pic8on=new Image(88,30);     
     pic8on.src="images/contactsbutt-over.gif";
  
     
     
     pic1off=new Image(87,30);        
     pic1off.src="images/homebutt.gif";
     pic2off=new Image(99,30);        
     pic2off.src="images/aboutbutt.gif";
     pic3off=new Image(80,30);        
     pic3off.src="images/charitybutt.gif";
     pic4off=new Image(107,30);        
     pic4off.src="images/donatbutt.gif"; 
     pic5off=new Image(87,30);        
     pic5off.src="images/gallerybutt.gif";
     pic6off=new Image(90,30);        
     pic6off.src="images/servicesbutt.gif";
     pic7off=new Image(66,30);        
     pic7off.src="images/qandabutt.gif";
     pic8off=new Image(88,30);        
     pic8off.src="images/contactsbutt.gif";
     
  }
      
function lightup(imgName)            
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
  }

function turnoff(imgName)
 {
   if (document.images)
    { 
       imgOff=eval(imgName + "off.src");
       document[imgName].src= imgOff;
    }
 }

//-->



<!--



function mercymissionWindow() {



   newWindow = window.open('mmvideo.htm', 'newWin', 'toolbar=no,location=no,scrollbars=no,width=320,height=280')



}


//-->



<!--



myPix = new Array("images/charityphotos/01.jpg",
				  "images/charityphotos/02.jpg",
				  "images/charityphotos/03.jpg",
				  "images/charityphotos/04.jpg",
				  "images/charityphotos/05.jpg",
				  "images/charityphotos/06.jpg",
				  "images/charityphotos/07.jpg",
				  "images/charityphotos/08.jpg",
				  "images/charityphotos/09.jpg",
				  "images/charityphotos/10.jpg",
				  "images/charityphotos/11.jpg",
				  "images/charityphotos/12.jpg",
				  "images/charityphotos/13.jpg",
				  "images/charityphotos/14.jpg",
				  "images/charityphotos/15.jpg",
				  "images/charityphotos/16.jpg",
				  "images/charityphotos/17.jpg",
				  "images/charityphotos/18.jpg",
				  "images/charityphotos/19.jpg",
				  "images/charityphotos/20.jpg",
				  "images/charityphotos/21.jpg",
				  "images/charityphotos/22.jpg",
				  "images/charityphotos/23.jpg",
				  "images/charityphotos/24.jpg",
				  "images/charityphotos/25.jpg",
				  "images/charityphotos/26.jpg",
				  "images/charityphotos/27.jpg",
				  "images/charityphotos/28.jpg",
				  "images/charityphotos/29.jpg",
				  "images/charityphotos/30.jpg"
				  
				  )

thisPic = 0

imgCt = myPix.length - 1


function chgSlide(direction) {
	if (document.images) {
	thisPic =  thisPic + direction
	if (thisPic > imgCt) {
		thisPic = 0
	}
	if (thisPic < 0) {
		thisPic = imgCt
	}
	document.myPicture.src=
	myPix[thisPic]
	
	}
	
}
//-->

<!--



myPix2 = new Array("images/churchphotos/01.jpg",
				   "images/churchphotos/02.jpg",
				   "images/churchphotos/03.jpg",
				   "images/churchphotos/04.jpg",
				   "images/churchphotos/05.jpg",
				   "images/churchphotos/06.jpg",
				   "images/churchphotos/07.jpg",
				   "images/churchphotos/08.jpg",
				   "images/churchphotos/09.jpg",
				   "images/churchphotos/10.jpg",
				   "images/churchphotos/11a.jpg",
				   "images/churchphotos/12a.jpg",
				   "images/churchphotos/14.jpg",
				   "images/churchphotos/15.jpg",
				   "images/churchphotos/16.jpg",
				   "images/churchphotos/17.jpg",
				   "images/churchphotos/18a.jpg",
				   "images/churchphotos/19.jpg",
				   "images/churchphotos/20.jpg"
				   )

thisPic2 = 0

imgCt2 = myPix2.length - 1


function chgSlide2(direction) {
	if (document.images) {
	thisPic2 =  thisPic2 + direction
	if (thisPic2 > imgCt2) {
		thisPic2 = 0
	}
	if (thisPic2 < 0) {
		thisPic2 = imgCt2
	}
	document.myPicture2.src=
	myPix2[thisPic2]
	
	}
	
}
//-->




