
	var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [867, 234], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
	["images/star_of_sierra_leone.gif", 	"", "", "Diamonds of Sierra Leone."],
	["images/rutile_diamonds_logging.gif", 	"", "", "Rutile Diamond Logging"],
	["images/oil_diamonds.gif", 	"", "", "Oil potential"],
	["images/artisinal_mining.gif", 	"", "", "Artisinal Miners"],
	["images/diamonds_in_hands.gif", 	"", "", "Diamond in the hand"]
	],
	displaymode: {type:'auto', pause:5500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 8000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
	})

