var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [133, 105], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/box_slide1.gif", "", "", ""],
		["images/box_slide2.gif", "", "", ""],
		["images/box_slide3.gif", "", "", ""],
		["images/box_slide4.gif", "", ""],
		["images/box_slide14_new.gif", "", ""],
		["images/box_slide15.gif", "", ""]
		//["images/slide6.jpg", "", ""]
		//["images/slide4.jpg", "", ""]
		//["images/Animation3.gif", "signup.asp", "_new", "Sign Up Today"]
		//["http://i30.tinypic.com/531q3n.jpg"],
		//["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
