// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [900, 600], 
	imagearray: [
	["images/new_type.jpg"],
	["images/pigeonholed_h2.jpg"],
	["images/bananas_h2.jpg"],
	["images/love_h2.jpg"]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 380, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

