Thunder Lizard Conference |
thisSlide = 0 slideCt = 33 function newSlide(direction) { thisSlide = thisSlide + direction if (thisSlide < 0) { thisSlide = slideCt } if (thisSlide > slideCt) { thisSlide = 0 } document.slider.src = "images/thumbnails" + thisSlide + ".jpg" }
<a href="javascript:newSlide(-1)"><img src="images/red_bak.gif" border=0></a> <img src="images/thumbnails0.jpg" width=438 height=95 name="slider"> <a href="javascript:newSlide(1)"><img src="images/red_fwd.gif" border=0></a>