var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [243, 163], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/main_ssPrinting.jpg", "printing.php", "_self", "" ],
		["images/main_ssPrinting2.jpg", "printing.php", "_self", "" ],
		["images/main_ssPrinting3.jpg", "printing.php", "_self", "" ],
		["images/main_ssBindery.jpg", "printing.php", "_self", "" ],
		["images/main_ssPrinting5.jpg", "printing.php", "_self", "" ]
		
		

	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //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: [244, 163], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/main_ssDataMgt.jpg", "data.php", "_self" ],
		["images/main_ssTargeted.jpg", "data.php", "_self" ] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [244, 163], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/main_ssWeb.jpg", "web.php", "_self" ],
		["images/main_ssWebint.jpg", "web.php", "_self" ] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
