
var mygallery1=new fadeSlideShow({
	wrapperid: "testimonialshow", //ID of blank DIV on page to house Slideshow
	dimensions: [200,400], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		['images/Slideshows/testimonial/testimonial (1).jpg'],
		['images/Slideshows/testimonial/testimonial (2).jpg'],
		['images/Slideshows/testimonial/testimonial (3).jpg'],		
		['images/Slideshows/testimonial/testimonial (4).jpg'],
		['images/Slideshows/testimonial/testimonial (5).jpg'],
		['images/Slideshows/testimonial/testimonial (6).jpg'],
		['images/Slideshows/testimonial/testimonial (7).jpg']//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

