var mygallery=new fadeSlideShow({
	wrapperid: "homeSlideShow", //ID of blank DIV on page to house Slideshow
	dimensions: [585, 375], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//Start editing script. Input the image details
		["assets/images/iscgrouppic11.jpg", "", "", "ISC Back2School Potluck, Fall 11 09/24/2011"],
		["assets/images/iscgrouppic9.jpg", "", "", "ISC elections, Fall 11 05/20/2011"],
		["assets/images/iscgrouppic6.jpg", "", "", "Super Glue award,ASO banquet 2011"],
		["assets/images/iscgrouppic10.jpg", "", "", "ISC PotLuck, Balboa Park 05/21/2011"],
		["assets/images/iscgrouppic7.jpg", "", "", "An ISC meeting on the grass.... 04/28/2010"],
		["assets/images/iscgrouppic3.jpg", "", "", "Holi Festival fun at Will Rodgers beach on March 19th, 2011"],
		["assets/images/iscgrouppic1.jpg", "", "", "Picture made it to the LA Pierce Spring 11 schedule.."],
		["assets/images/iscgrouppic2.jpg", "", "", "Knott's Berry farm on September 17th, 2010"],	
		["assets/images/iscgrouppic4.jpg", "", "", "ISC club rush on March 1st, 2011"],
		["assets/images/iscgrouppic5.jpg", "", "", "Zen buffet and Bowling, 03/25/2011"]
		
		//NO trailing comma after very last image element!
		//["source link", "hyperlink", "base", "Description"],
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 600, //transition duration (milliseconds)
	descreveal: "ondemand", //text over image |options are "ondemand" , "always"
	togglerid: "homeSlideShowControl" //controler div name
	/*
	<div id="homeSlideShowControl" align="center"> 
<a href="#" class="prev"> <span style=" font-size:14px; font-weight:bold; color:#C00">&lt;&lt;</span> </a> <span class="status"  style="margin:0 10px; font-weight:bold"></span>
 <a href="#" class="next"><span style=" font-size:14px; font-weight:bold; color:#C00">&gt;&gt;</span></a>

</div>
*/
})

