var mygallery=new fadeSlideShow({
	wrapperid: "img1", //ID of blank DIV on page to house Slideshow
	dimensions: [330, 197], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/img01.jpg", "", "", "Stack Lift WBF2"],
		["./images/img04.jpg", "", "", "Welding Lamella Plate BOS"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:11000, cycles:0, wraparound:false, randomize:false},
	persist: false,
	fadeduration: 3750,
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "img2", //ID of blank DIV on page to house Slideshow
	dimensions: [330, 197], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/img02.jpg", "", "", "Stack Installation WBF2"],
		["./images/img05.jpg", "", "", "Reline Pipework"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:17000, cycles:0, wraparound:false, randomize:false},
	persist: false,
	fadeduration: 3750,
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "img3", //ID of blank DIV on page to house Slideshow
	dimensions: [330, 197], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/img03.jpg", "", "", "Fabricating Shop"],
		["./images/img06.jpg", "", "", "No3 BOS Vessel Replacement"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:23000, cycles:0, wraparound:false, randomize:false},
	persist: false,
	fadeduration: 3750,
	descreveal: "ondemand",
	togglerid: ""
})
