var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 278], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/main_feature_01.jpg", "solutions/mobile.aspx", "_parent", ""],
		["images/main_feature_02.jpg", "customers.aspx", "_parent", ""],
		["images/main_feature_03.jpg", "solutions/solutions.aspx", "_parent", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [450, 106], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/1_logos.jpg", "customers.aspx", "_parent", ""],
		["images/2_logos.jpg", "customers.aspx", "_parent", ""],
		["images/3_logos.jpg", "customers.aspx", "_parent", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
