var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [500, 216], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["../img/content/industry.jpg", "", "", ""],
		["../img/content/propaan_weg.jpg", "", "", ""],
		["../img/content/pipes.jpg", "", "", ""],
		["../img/content/tanks2.jpg", "", "", ""],
		["../img/content/industry2.jpg", "", "", ""],
		["../img/content/hfa_tanks.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:5500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always", // can be "ondemand" and "always"
	togglerid: "" // can be empty  "fadeshow2toggler"
});