var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [840, 255], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		
		//["images/banners/IMAGE NAME", "WEB ADDRESS INCLUDING http://www.", "_new", "TEXT DESCRIPTION"],    
			// FIRST PART: IMAGE LOCATION
			// SECOND PART: WEB ADDRESS
			// THIRD PART: "_new" opens a new window / BLANK "" OPENS IN EXISTING WINDOW
			// FOURTH PART: TEXT

		//["images/banners/IMAGE NAME"],
			// IMAGE ONLY

		

		// THE AMPER-AND "&" MUST BE TYPED AS:  &amp;  

/**************** EXAMPLE FOR CONCERT SHOWS *****************

		["images/banners/image_15.jpg", "http://www.midwestix.com/WebSales/Pages/VenueListPage.aspx?rguid=e040a713-961b-4517-a057-105257a76fda", "_new", "<h3 style=\"margin-top:3px; margin-bottom:5px;\">Mushroomhead</h3>w/ Final Trigger, Stygian, Koheleth, Dead Horse Trauma, Boston Hellmask &amp; Caustic Vision at People's Court"],
                ["images/banners/hed2headnew.jpg", "http://www.midwestix.com/WebSales/Pages/VenueListPage.aspx?rguid=e040a713-961b-4517-a057-105257a76fda", "_new", "<h3 style=\"margin-top:3px; margin-bottom:5px;\">APRIL 28th - The Hed to Head Tour 2011</h3>w/ MUSHROOMHEAD &amp; (HED) P.E. @ People's Court"],

************************************************************/
		
				["images/banners/image_01.jpg"],
                ["images/banners/image_05.jpg"],
                ["images/banners/image_14.jpg"],
                ["images/banners/image_13.jpg"],
                ["images/banners/image_10.jpg"],
                ["images/banners/image_06.jpg"],
                ["images/banners/image_04.jpg"],
                ["images/banners/image_09.jpg"],
                ["images/banners/image_07.jpg"],
                ["images/banners/image_11.jpg"],
                ["images/banners/image_02.jpg"]
                //<--no trailing comma after very last image element!
	
        ],
	displaymode: {type:'auto', pause:7500, cycles:0, wraparound:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	//descreveal: "ondemand",
	descreveal: "always",
	togglerid: ""
})

