/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [258, 237], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/CU5/018.jpg"],
		["images/CU5/019.jpg"],
		["images/CU5/020.jpg"],
		["images/CU5/021.jpg"],
		["images/CU5/022.jpg"] //<--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: 2300, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [337, 237], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/CU4/017.jpg"],
		["images/CU4/18.jpg"] //<--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: 2800, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [168, 237], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/CU3/014.jpg"],
		["images/CU3/015.jpg"],
		["images/CU3/016.jpg"]

	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2060, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery4=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [124, 237], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/CU2/003.jpg"],
		["images/CU2/004.jpg"],
		["images/CU2/005.jpg"],
		["images/CU2/006.jpg"],
		["images/CU2/007.jpg"],
		["images/CU2/008.jpg"],
		["images/CU2/009.jpg"],
		["images/CU2/010.jpg"],
		["images/CU2/011.jpg"],
		["images/CU2/012.jpg"],
		["images/CU2/013.jpg"]
 //<--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: 3520, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

var mygallery5=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [113, 237], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/CU1/001.jpg"],
		["images/CU1/002.jpg"]
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 4030, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})



