<script>
<!-- Hide script from old browsers
myPix = new Array("http://qnctv.com/preacher/sofa.jpg","http://qnctv.com/preacher/beach.jpg","http://qnctv.com/preacher/betty.jpg","http://qnctv.com/preacher/boron.jpg","http://qnctv.com/preacher/cow.jpg","http://qnctv.com/preacher/daisy.jpg","http://qnctv.com/preacher/darkness.jpg","http://qnctv.com/preacher/elmo.jpg","http://qnctv.com/preacher/gurn.jpg","http://qnctv.com/preacher/hill.jpg","http://qnctv.com/preacher/ince.jpg","http://qnctv.com/preacher/llama.jpg","http://qnctv.com/preacher/luge.jpg","http://qnctv.com/preacher/noddy.jpg","http://qnctv.com/preacher/ronin.jpg","http://qnctv.com/preacher/train.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
}
if thisPic = ("http://qnctv.com/preacher/sofa.jpg","http://qnctv.com/preacher/cow.jpg","http://qnctv.com/preacher/hill.jpg","http://qnctv.com/preacher/luge.jpg","http://qnctv.com/preacher/train.jpg") {document.myPicture.src(height="300" width="400")=myPix[thisPic]}
else {document.myPicture.src(height="400" width="300")=myPix[thisPic]}
document.myPicture.src=myPix[thisPic]
}
}
// End hiding script from old browsers -->
</SCRIPT>
<IMG SRC="http://qnctv.com/preacher/sofa.jpg" NAME="myPicture" ALT="Slideshow"></P>
<H1 ALIGN="CENTER"><A HREF="javascript:chgSlide(-1)"><< Previous</A> <A HREF="javascript:chgSlide(1)">Next >></A></H1>
</body>
still not working
so frustarting when you are so close
Quincy