var mygallery = new fadeSlideShow({
    wrapperid: "indexslides", //ID of blank DIV on page to house Slideshow
    dimensions: [769, 332], //width/height of gallery in pixels. Should reflect dimensions of largest image	
    displaymode: { type: 'auto', pause: 2500, cycles: 0, wraparound: false },
    imagearray: [
            ["../images/home.gif"],
		    ["../images/6808.JPG"],
		    ["../images/5501.JPG"],
		    ["../images/6751.JPG"],
		    ["../images/5714.jpg"]
    ],
    persist: true, //remember last viewed slide and recall within same session?
    fadeduration: 1500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: "indexslides"
})
