window.addEventListener('load', slideShow, false); var whichimage = 0; function slideShow() { /* GLOBALS **********************************************************************************************/ var globals = { slideDelay: 4000, // The time interval between consecutive slides. fadeDelay: 35, // The time interval between individual opacity changes. This should always be much smaller than slideDelay. wrapperID: "slideShowImages", // The ID of the
element that contains all of the elements to be shown as a slide show. buttonID: "slideShowButton", // The ID of the