﻿//Sellersville - Splash//
var sellerssplashshow = new fadeSlideShow({
    wrapperid: "sellerssplashshow", //ID of blank DIV on page to house Slideshow
    dimensions: [960, 458], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
["/Images/jointSplashImgs/MainSplashPic.jpg", "", "", ""],
["/Images/jointSplashImgs/graceServBar2.jpg", "", "", ""],
["/Images/jointSplashImgs/membersPatioTheater.jpg", "", "", ""],
["/Images/jointSplashImgs/patio1.jpg", "", "", ""],
["/Images/jointSplashImgs/victorianGauze1.jpg", "", "", ""],
["/Images/jointSplashImgs/theaterLobby.jpg", "", "", ""]
],
    displaymode: { type: 'auto', pause: 4000, cycles: 0, wraparound: true },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})