// JavaScript Document





var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [980, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				 
		["http://surfsmooth.com/images/surfsmoothheader_banner.jpg", "", "", "Surf Smooth Productions"],
		["http://surfsmooth.com/images/wave_banner03.jpg", "", "", "Surf Smooth Productions"],
		["http://surfsmooth.com/images/wave_banner04.jpg", "", "", "Surf Smooth Productions"],
		["http://surfsmooth.com/images/wave_banner.jpg", "", "", "Surf Smooth Productions"],
		["http://surfsmooth.com/images/wave_banner_casey.jpg", "", "", "This photo by Casey Kirk"],
		["http://surfsmooth.com/images/wave_banner02.jpg", "", "", "Surf Smooth Productions"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 4000, //transition duration (milliseconds)
	descreveal: "",
	togglerid: ""
 })





//  var mygallery3=new fadeSlideShow({
//	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
//	dimensions: [480, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	imagearray: [
//		["http://surfsmooth.com/images/pics100302/000.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
//		["http://surfsmooth.com/images/pics100302/001.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
//		["http://i30.tinypic.com/531q3n.jpg"],
//		["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--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: 2000, //transition duration (milliseconds)
//	descreveal: "ondemand",
//	togglerid: ""
//}) 
