/* Our list, to instance our slideshow function
* based on Ultimate Fade-in slideshow (v2.4)
* see fadeslideshow.js in this same directory
* Visit http://www.dynamicdrive.com/ for full source code
*/

var headgallery=new fadeSlideShow({
	wrapperid: "headFadeShow", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slideshows/header/20070926DP08_Finishing_Jonathan_01.png", "", "", "Brad Makarowski, Chrisopher Catalano, and Lesslie Dodge Crane in FINISHING JONATHAN (DP 8 - 09/26/2007)"],
		["images/slideshows/header/20110323DP17_After_Party_01.png", "", "", "Mike Mihm and Lesslie Dodge Crane in AFTER THE PARTY (DP 17 - 3/23/2011)"],
		["images/slideshows/header/20080402DP11_About_You_01.png", "", "", "Kerry Wolf and Kelly Wallace in I BET YOU THINK THIS PLAY IS ABOUT YOU (DP 11 - 4/2/2008)"],
		["images/slideshows/header/20100602DP15_Drawing_Jack_01.png", "", "", "Robert Ian Mackenzie and Alejandro Rodriguez in DRAWING JACK (DP 16 - 6/2/2010)"]
	// ^^^ no trailing comma after very last image element! ^^^
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

