Slide Show:
var curPhoto="photoZ"; function changePhoto() { document.images[0].id="photoArea2"; if (curPhoto=="photoAF") { document.images[0].src="images/photoAF.JPG"; document.images[0].title="Hew 12:1"; curPhoto="photoA"; } else if (curPhoto=="photoAE") { document.images[0].src="images/photoAE.JPG"; document.images[0].title="Honor Him"; curPhoto="photoAF"; } else if (curPhoto=="photoAD") { document.images[0].src="images/photoAD.JPG"; document.images[0].title="At Convalescent Home"; curPhoto="photoAE"; } else if (curPhoto=="photoAC") { document.images[0].src="images/photoAC.JPG"; document.images[0].title="1 Cor 15:57"; curPhoto="photoAD"; } else if (curPhoto=="photoAB") { document.images[0].src="images/photoAB.JPG"; document.images[0].title="At Convalescent Home"; curPhoto="photoAC"; } else if (curPhoto=="photoAA") { document.images[0].src="images/photoAA.JPG"; document.images[0].title="I AM"; curPhoto="photoAB"; } else if (curPhoto=="photoZ") { document.images[0].src="images/photoZ.JPG"; document.images[0].title="Way to go Mel"; curPhoto="photoAA"; } else if (curPhoto=="photoX") { document.images[0].src="images/photoX.JPG"; document.images[0].title="Our Logo Sign"; curPhoto="photoZ"; } else if (curPhoto=="photoW") { document.images[0].src="images/photoW.JPG"; document.images[0].title="Pastor Tony Barona"; curPhoto="photoX"; } else if (curPhoto=="photoV") { document.images[0].src="images/photoV.JPG"; document.images[0].title="A special talk"; curPhoto="photoW"; } else if (curPhoto=="photoU") { document.images[0].src="images/photoU.JPG"; document.images[0].title="A special prayer"; curPhoto="photoV"; } else if (curPhoto=="photoT") { document.images[0].src="images/photoT.JPG"; document.images[0].title="Touching on of hands"; curPhoto="photoU"; } else if (curPhoto=="photoS") { document.images[0].src="images/photoS.JPG"; document.images[0].title="Prayer for Healing"; curPhoto="photoT"; } else if (curPhoto=="photoR") { document.images[0].src="images/photoR.JPG"; document.images[0].title="Minister Eric K. Parchman"; curPhoto="photoS"; } else if (curPhoto=="photoQ") { document.images[0].src="images/photoQ.JPG"; document.images[0].title="A Healing Prayer"; curPhoto="photoR"; } else if (curPhoto=="photoP") { document.images[0].src="images/photoP.JPG"; document.images[0].title="Appreciation"; curPhoto="photoQ"; } else if (curPhoto=="photoO") { document.images[0].src="images/photoO.JPG"; document.images[0].title="Togetherness"; curPhoto="photoP"; } else if (curPhoto=="photoN") { document.images[0].src="images/photoN.JPG"; document.images[0].title="Pastor Tony Barona"; curPhoto="photoO"; } else if (curPhoto=="photoM") { document.images[0].src="images/photoM.JPG"; document.images[0].title="Healing"; curPhoto="photoN"; } else if (curPhoto=="photoL") { document.images[0].src="images/photoL.JPG"; document.images[0].title="Worship Band"; curPhoto="photoM"; } else if (curPhoto=="photoK") { document.images[0].src="images/photoK.JPG"; document.images[0].title="Tony on bass"; curPhoto="photoL"; } else if (curPhoto=="photoJ") { document.images[0].src="images/photoJ.JPG"; document.images[0].title="Worship on any instrument"; curPhoto="photoK"; } else if (curPhoto=="photoI") { document.images[0].src="images/photoI.JPG"; document.images[0].title="Keyboardist"; curPhoto="photoJ"; } else if (curPhoto=="photoH") { document.images[0].src="images/photoH.JPG"; document.images[0].title="Tony on bass"; curPhoto="photoI"; } else if (curPhoto=="photoG") { document.images[0].src="images/photoG.JPG"; document.images[0].title="Mister Eric K. Parchman"; curPhoto="photoH"; } else if (curPhoto=="photoF") { document.images[0].src="images/photoF.JPG"; document.images[0].title="The crowd"; curPhoto="photoG"; } else if (curPhoto=="photoE") { document.images[0].src="images/photoE.JPG"; document.images[0].title="Eric outside preaching"; curPhoto="photoF"; } else if (curPhoto=="photoD") { document.images[0].src="images/photoD.JPG"; document.images[0].title="Bring the whole family"; curPhoto="photoE"; } else if (curPhoto=="photoC") { document.images[0].src="images/photoC.JPG"; document.images[0].title="Minister Eric K. Parchman"; curPhoto="photoD"; } else if (curPhoto=="photoB") { document.images[0].src="images/photoB.JPG"; document.images[0].title="Bring the kids"; curPhoto="photoC"; } else if (curPhoto=="photoA") { document.images[0].src="images/photoA.JPG"; document.images[0].title="Worship Band"; curPhoto="photoB"; } }