﻿

var wrapperID = (location.host.indexOf('localhost') > -1) ? 'ctl00_home_slides' : "home_slides";
//var wrapperID = (document.getElementById("ctl00_home_slides")) ? 'ctl00_home_slides' : "home_slides";

var mygallery = new fadeSlideShow({
    wrapperid: wrapperID, //ID of blank DIV on page to house Slideshow
    dimensions: [948, 480], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
        ["/core/images/template/jll/DarlingPark/images/slide2.jpg"],
        ["/core/images/template/jll/DarlingPark/images/slide3.jpg"],
        ["/core/images/template/jll/DarlingPark/images/slide4.jpg"],
        ["/core/images/template/jll/DarlingPark/images/slide5.jpg"],
        ["/core/images/template/jll/DarlingPark/images/slide6.jpg"],
        ["/core/images/template/jll/DarlingPark/images/slide7.jpg"]
    //--no trailing comma after very last image element!
	],
    displaymode: { type: 'auto', pause: 6000, cycles: 0, wraparound: false },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})
