var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [237, 157], //width/height of gallery in pixels. Should reflect dimensions of largest image - 946 correct width
	imagearray: [	
		["/image/users/135386/ftp/my_files/Design/puppet/puppet1.jpg", "", "", ""],	
		["/image/users/135386/ftp/my_files/Design/puppet/puppet2.jpg", "", "", ""],
		["/image/users/135386/ftp/my_files/Design/puppet/puppet3.jpg", "", "", ""],
		["/image/users/135386/ftp/my_files/Design/puppet/puppet4.jpg", "", "", ""],
		["/image/users/135386/ftp/my_files/Design/puppet/puppet5.jpg", "", "", ""],
		["/image/users/135386/ftp/my_files/Design/puppet/puppet6.jpg", "", "", ""]		
	],
	displaymode: {type:'auto', pause:1300, cycles:0, wraparound:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})