var mygallery=new fadeSlideShow({
wrapperid: "slide", //ID of blank DIV on page to house Slideshow
dimensions: [500, 375], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
//[Image URL, Link URL, Link Target (_new), Description]
//["/image.png","","","Description"],
["/images/group/P1030475.jpeg"],
["/images/group/P1030477.jpeg"],
["/images/group/P1030487.jpeg"],
["/images/group/P1030482.jpeg"],
["/images/group/P1030485.jpeg"],
["/images/group/P1030484.jpeg"],
["/images/group/P1030486.jpeg"],
["/images/group/P1030488.jpeg"],
["/images/group/P1030491.jpeg"],
["/images/group/P1030493.jpeg"],
["/images/group/P1030495.jpeg"],
["/images/group/P1030476.jpeg"],
["/images/group/P1030496.jpeg"]
],
//displaymode: {type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false},
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:true, randomize:true},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: "slidetoggle"
})
