Kontakt
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [890, 122], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["./templates/haus_thussn//top_bar_pics/top_bar1.gif", "", "", ""],
["./templates/haus_thussn//top_bar_pics/top_bar2.gif", "", "", ""],
["./templates/haus_thussn//top_bar_pics/top_bar3.gif", "", "", ""],
["./templates/haus_thussn//top_bar_pics/top_bar4.gif", "", "", ""],
["./templates/haus_thussn//top_bar_pics/top_bar5.gif", "", "", ""]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:true},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 2500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
|