
var mygallery=new fadeSlideShow({
	wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [449, 336], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/slideshow/biogreen-miscanthus-1.jpg"],
		["/images/slideshow/biogreen-miscanthus-root.jpg"],
		["/images/slideshow/biogreen-miscanthus-packaging.jpg"],
		["/images/slideshow/biogreen-miscanthus-grass.jpg"],
		["/images/slideshow/biogreen-miscanthus-growing-soil.jpg"],
		["/images/slideshow/biogreen-miscanthus-1-yr-12-ft-growth.jpg"]
		
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 1500,
	descreveal: "ondemand",
	togglerid: ""
})
