var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
 dimensions: [270, 160], //width/height of gallery in pixels. Should reflect dimensions of largest image
 imagearray: [
 ["photos/photo1_1.png", "", "", ""],
 ["photos/photo1_2.png", "", "", ""],
 ["photos/photo1_3.png", "", "", ""],
 ["photos/photo1_4.png", "", "", ""]
 ],
 displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
 persist: false, //remember last viewed slide and recall within same session?
 fadeduration: 900, //transition duration (milliseconds)
 descreveal: "ondemand",
 togglerid: ""
})

var mygallery2=new fadeSlideShow({
 wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
 dimensions: [270, 160], //width/height of gallery in pixels. Should reflect dimensions of largest image
 imagearray: [
 ["photos/photo2_1.png", "", "", ""],
 ["photos/photo2_2.png", "", "", ""],
 ["photos/photo2_3.png", "", "", ""],
["photos/photo2_4.png", "", "", ""]
 ],
 displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
 persist: false, //remember last viewed slide and recall within same session?
 fadeduration: 900, //transition duration (milliseconds)
 descreveal: "ondemand",
 togglerid: ""
})

var mygallery3=new fadeSlideShow({
 wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
 dimensions: [270, 160], //width/height of gallery in pixels. Should reflect dimensions of largest image
 imagearray: [
 ["photos/photo3_1.png", "", "", ""],
 ["photos/photo3_2.png", "", "", ""],
 ["photos/photo3_3.png", "", "", ""],
["photos/photo3_4.png", "", "", ""]
 ],
 displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
 persist: false, //remember last viewed slide and recall within same session?
 fadeduration: 900, //transition duration (milliseconds)
 descreveal: "ondemand",
 togglerid: ""
})


