﻿var banners = new fadeSlideShow({
    wrapperid: "banner", //ID of blank DIV on page to house Slideshow
    dimensions: [850, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
							["/images/banner1.png", "http://www.ephere.com/plugins/autodesk/max/zookeeper/", "_new", "Organize your scene through tree, layer, and schematic views."],
							["/images/banner2.png", "http://www.ephere.com/plugins/autodesk/max/zookeeper/", "_new", "Zookeeper is already helping many people simplify and speed up their workflows"]],
							//["/images/banner3.png", "http://www.ephere.com/plugins/autodesk/max/zookeeper/", "_new", "Buy Zookeeper today and get a discount!"]],
    displaymode: { type: 'auto', pause: 10000, cycles: 0, wraparound: false },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})
