﻿function loadShow1() {
    var homeshow1 = new fadeSlideShow({
        wrapperclass: "homeshow1", //ID of blank DIV on page to house Slideshow
        dimensions: [333, 203], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
["/images/photo1a.jpg", "", "", ""],
["/images/photo1b.jpg", "", "", ""],
["/images/photo1c.jpg", "", "", ""]
],
        displaymode: { type: 'auto', pause: 8000, cycles: 0, wraparound: true },
        persist: false, //remember last viewed slide and recall within same session?
        fadeduration: 500, //transition duration (milliseconds)
        descreveal: "ondemand",
        togglerid: ""
    })
}

function loadShow2() {
    var homeshow2 = new fadeSlideShow({
        wrapperclass: "homeshow2", //ID of blank DIV on page to house Slideshow
        dimensions: [231, 311], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
["/images/photo2a.jpg", "", "", ""],
["/images/photo2b.jpg", "", "", ""],
["/images/photo2c.jpg", "", "", ""]
],
        displaymode: { type: 'auto', pause: 8000, cycles: 0, wraparound: true },
        persist: false, //remember last viewed slide and recall within same session?
        fadeduration: 500, //transition duration (milliseconds)
        descreveal: "ondemand",
        togglerid: ""
    })
}

function loadShow3() {
    var homeshow3 = new fadeSlideShow({
        wrapperclass: "homeshow3", //ID of blank DIV on page to house Slideshow
        dimensions: [367, 229], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
["/images/photo3a.jpg", "", "", ""],
["/images/photo3b.jpg", "", "", ""],
["/images/photo3c.jpg", "", "", ""]
],
        displaymode: { type: 'auto', pause: 8000, cycles: 0, wraparound: true },
        persist: false, //remember last viewed slide and recall within same session?
        fadeduration: 500, //transition duration (milliseconds)
        descreveal: "ondemand",
        togglerid: ""
    })
}
