Popup Slideshow Windows readme file There are two popup slideshow windows in this archive-one in which the user clicks forward and backwards buttons to browse the image files and one which browses forward through the images in response to mouseovers. THESE SCRIPTS REQUIRE NETSCAPE 3, INTERNET EXPLORE 4 OR HIGHER! A browser check is built into both scripts which will prevent them from working on older browsers __________________________ Contents of this archive: readme.txt-this file slides2a.htm-HTML file containing the button driven popup slideshow script slides3a.htm-HTML file containing the mouseover popup slideshow script spam.jpg spam1.jpg spam2.jpg spam3.jpg spam4.jpg spam5.jpg-sample image files _______________________________________________ Using the Popup slideshow windows on your site: To add the one of our Popup Slideshow Windows to your web page, you'll need to make a few changes to the script: 1)Change the MAXPICS variable to the number of images in your slideshow plus 1 2)Place the image filenames and their dimensions seperated by ampersands in the PICT array like so: pict[0] = "mypic.jpg&216&195" where MYPIC.JPG is the filename of your image file followed by an ampersand(&) then the image width, another ampersand then the image height 3)Run the opener_start() function when your page loads and the opener_end() function when it closes from the page's BODY tag: