var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [947, 296], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/header/SSG-South-Shore-Gunite-02.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-03.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-04.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-05.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-06.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-07.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-08.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-09.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-10.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-11.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-12.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-13.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-14.png", "", "", ""],
		["images/header/SSG-South-Shore-Gunite-15.png", "", "", ""]
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 120], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/renovations/slideshow/SSG-Pool-renovation-original.jpg", "renovations.html", "", "Original Pool"],
		["images/renovations/slideshow/SSG-Pool-renovationremove-the-coping.jpg", "renovations.html", "", "Remove the Coping"],
		["images/renovations/slideshow/SSG-Pool-renovation-new-coping.jpg", "renovations.html", "", "New Coping"],
		["images/renovations/slideshow/SSG-Pool-renovation-new-interior-finish.jpg", "renovations.html", "", "Interior Finish"],
		["images/renovations/slideshow/SSG-Pool-renovation-finished.jpg", "renovations.html", "", "Renovation Finished"],
		["images/renovations/slideshow/SSG-Pool-renovation-finished-close-up.jpg", "renovations.html", "", "Renovation Finished Close Up"]
	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})
