/************************************************************************
 3 PARTS TO MAKE THIS WORK.  
 
 PART 1: In mainimagerotatorsettings.js, there is a Jquery function
 PART 2: In mainimagerotatorsettings.js, there is fadeslideshow function
 PART 3: Define Parameters here, define pictures here
 ***********************************************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "mainimage", //ID of blank DIV on page to house Slideshow
	dimensions: [525, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/mainimage1.jpg", "forms.asp", "", "Visit the Download Forms page to view all downloads"], //full version with links description
		["./images/StarwoodHotel_Ext.jpg", "forms.asp", "", "2012 Conference On-Line Booking Now Available"], //full version with links description
		["./images/mainimage3.jpg", "charity.asp", "", "To find out more about our Charitable Foundation, click here"], //full version with links description
		["./images/mainimage4.jpg", "gmasters.asp", "", "View the Grand Masters by Location, click here"] 	//<--no trailing comma after very last image element!	
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
