Inline Gallery script

This is a DHTML gallery scripts for equally sized images. As you can see, the gallery could be placed inline in an article.

What you have to do is to create a div on your page and place all your images inside that div, i.e. by using plain img tags. Then call the initImageGallery function to initialize the script.

This is an example of the js code used to initialize this script:

		<SCRIPT type="text/javascript">
		initImageGallery('imageSlideshowHolder');
		initImageGallery('imageSlideshowHolder2');
		</SCRIPT>
		

This transforms the elements with the ids imageSlideshowHolder and imageSlideshowHolder2 into a slideshow.