var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [827, 470], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/main/pizza_pasta.jpg", "/2for1599/", "_self", ""], ["/images/main/5_v2.jpg", "giftcards", "_self", ""], ["/images/main/grilled_steak.jpg", "/2for1599/", "_self", ""], ["/images/main/3.jpg", "/2for1599/", "_self", ""], ["/images/main/4_v2.jpg", "/2for1599/", "_self", ""], ["/images/main/6.jpg", "/2for1599/", "_self", ""], ["/images/main/7.jpg", "/2for1599/", "_self", ""] //<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:3000, cycles:0, wraparound:true, randomize:false}, //displaymode: {type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 1000, //transition duration (milliseconds) descreveal: "ondemand", //ondemand always peekaboo none togglerid: "fadeshow1toggler" }) //var mygallery2=new fadeSlideShow({ // wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow // dimensions: [787, 51], //width/height of gallery in pixels. Should reflect dimensions of largest image // imagearray: [ // ["/images/promotions/2for1499november2010/top01.jpg", "/giftcards/", "", ""], // ["/images/promotions/2for1499november2010/top02.jpg", "/giftcards/", "", ""] //<--no trailing comma after very last image element! // ], // displaymode: {type:'auto', pause:6000, cycles:0, wraparound:true, randomize:false}, //displaymode: {type:'auto|manual', pause:milliseconds, //cycles:0|integer, wraparound:true|false, randomize:true|false}, // persist: false, //remember last viewed slide and recall within same session? // fadeduration: 1000, //transition duration (milliseconds) // descreveal: "none", //ondemand always peekaboo none // togglerid: "" //})