
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [704, 330], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/home-main-picture01.jpg", "#", "", ""],
		["/images/home-main-picture02.jpg", "/boats/indonesia/mermaid1.htm", "", ""],
		["/images/home-main-picture03.jpg", "/destinations/cocos-island.htm", "", ""], 
		["/images/home-main-picture04.jpg", "/boats/red-sea/blue-melody.htm", "", ""],
		["/images/home-main-picture05.jpg", "/boats/indonesia/mandarin-siren.htm", "", ""]//<--no trailing comma after very last image element! ["path_to_image", "optional_url", "optional_linktarget(_new)", "optional_description"]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

