var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [190, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/img_1.jpg", "", "", ""],
		["images/img_2.jpg", "", "", ""],
		["images/img_3.jpg", "", "", ""],
		["images/img_4.jpg", "", "", ""], //<--no trailing comma after very last image element!
		["images/img_5.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

