var mygallery=new fadeSlideShow({
    wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    dimensions: [300, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
        ["photos/IMG_4402.gif", "", "", ""],
        ["photos/IMG_4407.gif", "", "", ""],
        ["photos/IMG_4421.gif", "", "", ""],
        ["photos/IMG_4424.gif", "", "", ""],
        ["photos/IMG_4432.gif", "", "", ""],
        ["photos/IMG_4455.gif", "", "", ""],
        ["photos/IMG_4458.gif", "", "", ""],
        ["photos/IMG_4460.gif", "", "", ""],
        ["photos/IMG_4464.gif", "", "", ""] //<--no trailing comma after very last image element!
    ],
    displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 1000, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})

var mygallery=new fadeSlideShow({
    wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
    dimensions: [300, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
        ["photos/IMG_4472.gif", "", "", ""],
        ["photos/IMG_4483.gif", "", "", ""],
        ["photos/IMG_4494.gif", "", "", ""],
        ["photos/IMG_4501.gif", "", "", ""],
        ["photos/IMG_4515.gif", "", "", ""],
        ["photos/IMG_4533.gif", "", "", ""],
        ["photos/IMG_4877.gif", "", "", ""],
        ["photos/IMG_4893.gif", "", "", ""],
        ["photos/IMG_4898.gif", "", "", ""],
        ["photos/IMG_4944.gif", "", "", ""] //<--no trailing comma after very last image element!
    ],
    displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 1000, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})

