
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", 
	dimensions: [982, 345], 
	imagearray: [
		["/images/special00.jpg", "/", "", ""],
		["/images/daytrip00.jpg", "/daytrips.htm", "", ""],
		["/images/seraph-home03.jpg", "/specifications.htm", "", ""],
		["/images/seraph-home04.jpg", "/regattas.htm", "", ""] 
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, 
	fadeduration: 2000, 
	descreveal: "ondemand",
	togglerid: ""
})

