
  var mygallery=new fadeSlideShow({
    wrapperid: "root_store", //ID of blank DIV on page to house Slideshow
    dimensions: [225, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
      ["/_v4/_flash/imgz/2011-07-11_store-00.jpg", "/store/home.php?cat=134", "_top", ""],
      ["/_v4/_flash/imgz/2011-07-11_store-01.jpg", "/store/home.php?cat=134", "_top", ""],
      ["/_v4/_flash/imgz/2011-07-11_store-02.jpg", "/store/home.php?cat=134", "_top", ""],
      ["/_v4/_flash/imgz/2011-07-11_store-03.jpg", "/store/home.php?cat=134", "_top", ""],
      ["/_v4/_flash/imgz/2011-07-11_store-04.jpg", "/store/home.php?cat=134", "_top", ""],
      ["/_v4/_flash/imgz/2011-07-11_store-05.jpg", "/store/home.php?cat=134", "_top", ""]
    ],
    displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
    persist: false, fadeduration: 500, descreveal: "ondemand", togglerid: ""
  })

  //  imagearray / "path_to_image", "optional_url", "optional_linktarget", "optional_description"
  //-- displaymode / type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false

