
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 113], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/CuteAnimalPictures/puppies_tn.jpg"],
		["./images/CuteAnimalPictures/love-birds1_tn.jpg"],
		["./images/CuteAnimalPictures/BabyPolarBear_tn.jpg"],
		["./images/CuteAnimalPictures/puppy2_tn.jpg"],
		["./images/CuteAnimalPictures/rabbit_tn.jpg"],
		["./images/CuteAnimalPictures/hedgehog_tn.jpg"],
		["./images/CuteAnimalPictures/cattwins_tn.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 600, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 113], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/CuteAnimalPictures/SharPei_tn.jpg"],
		["./images/CuteAnimalPictures/catduck_tn.jpg"],
		["./images/CuteAnimalPictures/kitten3_tn.jpg"],
		["./images/CuteAnimalPictures/minipigs1_tn.jpg"],
		["./images/CuteAnimalPictures/guineapig1_tn.jpg"],
		["./images/CuteAnimalPictures/rabbit1_tn.jpg"],
		["./images/CuteAnimalPictures/cute_lamb_tn.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 600, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 113], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/CuteAnimalPictures/Mouse_tn.jpg"],
		["./images/CuteAnimalPictures/pig2_tn.jpg"],
		["./images/CuteAnimalPictures/rat_tn.jpg"],
		["./images/CuteAnimalPictures/Corn-Snake_tn.jpg"],
		["./images/CuteAnimalPictures/cute-pet-canada_tn.jpg"],
		["./images/CuteAnimalPictures/parrot_tn.jpg"],
		["./images/CuteAnimalPictures/4cute-puppies_tn.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2800, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 600, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})



