var mygallery=new fadeSlideShow({
    wrapperid: "fadeshow_index", //ID of blank DIV on page to house Slideshow
    dimensions: [800,178], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
        ["images/top_banner_tennis_pool.jpg",   "","",""],
        ["images/top_banner_club.jpg",          "","",""],
        ["images/top_banner_fun5.jpg",          "","",""],
        ["images/top_banner_swimteam.jpg",      "","",""],
        ["images/top_banner_tennis.jpg",        "","",""],
        ["images/top_banner_pool.jpg",          "","",""],
        ["images/top_banner_fun6.jpg",          "","",""],
        ["images/top_banner_tennis_fun3.jpg",   "","",""],
        ["images/top_banner_fun8.jpg",          "","",""],
        ["images/top_banner_swimteam_fun7.jpg", "","",""],
        ["images/top_banner_fun7.jpg",          "","",""],
        ["images/top_banner_tennis_fun2.jpg",   "","",""],
        ["images/top_banner_swimteam_fun2.jpg", "","",""],
        ["images/top_banner_fun11.jpg",         "","",""],
        ["images/top_banner_tennis_fun8.jpg",   "","",""],
        ["images/top_banner_fun9.jpg",          "","",""],
        ["images/top_banner_tennis_fun10.jpg",  "","",""],
        ["images/top_banner_swimteam_fun8.jpg", "","",""]
    ],
    displaymode: {type:'auto', pause:6000, cycles:0, wraparound:false},
    persist: true, //remember last viewed slide and recall within same session?
    fadeduration: 1000, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})

