var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 117], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/1.jpg", "chicago_web_services.html", "", ""],
		["images/slides/2.jpg", "branding_chicago_services.html", "", ""],
		["images/slides/3.jpg", "chicago_web_design_portfolio.html", "", ""],
		["images/slides/4.jpg", "chicago_web_design_contact_now.asp", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})

