Demo:

Summary:

Setting pros and cons:

Initialization Code:

<script type="text/javascript">


var mygallery3=new fadeSlideShow({
 wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
 dimensions: ['100%', 800], //width/height of gallery in pixels or "percentage" (for fluid dimensions).
 imagearray: [
  ["fullpageslideshow/img/img3.jpg", "", ""],
  ["fullpageslideshow/img/img5.jpg", "", ""],
  ["fullpageslideshow/img/img2.jpg", "", ""],
  ["fullpageslideshow/img/img0.jpg", "", ""] //<--no trailing comma after very last image element!
  ],
 displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
 persist: false, //remember last viewed slide and recall within same session?
 fadeduration: 500, //transition duration (milliseconds)
 togglerid: ""
})

</script>

Images used: