/***********************************************
* 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", 
	dimensions: [200, 130],
	imagearray: [
		["splash/sp_img01.jpg"],
		["splash/sp_img02.jpg"],
		["splash/sp_img03.jpg"],
		["splash/sp_img04.jpg"],
		["splash/sp_img05.jpg"],
		["splash/sp_img06.jpg"],
		["splash/sp_img07.jpg"],
		["splash/sp_img08.jpg"]
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
	persist: false, 
	fadeduration: 2500, 
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", 
	dimensions: [200, 130], 
	imagearray: [
		["splash/sp_img09.jpg"],
		["splash/sp_img10.jpg"],
		["splash/sp_img11.jpg"],
		["splash/sp_img12.jpg"],
		["splash/sp_img13.jpg"],
		["splash/sp_img14.jpg"],
		["splash/sp_img15.jpg"],
		["splash/sp_img16.jpg"]
	],
	displaymode: {type:'auto', pause:3800, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 130], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["splash/sp_img17.jpg"],
		["splash/sp_img18.jpg"],
		["splash/sp_img19.jpg"],
		["splash/sp_img20.jpg"],
		["splash/sp_img21.jpg"],
		["splash/sp_img22.jpg"],
		["splash/sp_img23.jpg"],
		["splash/sp_img24.jpg"]
	],
	displaymode: {type:'auto', pause:6500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 130], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["splash/sp_img25.jpg"],
		["splash/sp_img26.jpg"],
		["splash/sp_img27.jpg"],
		["splash/sp_img28.jpg"],
		["splash/sp_img29.jpg"],
		["splash/sp_img30.jpg"],
		["splash/sp_img31.jpg"],
		["splash/sp_img32.jpg"]
	],
	displaymode: {type:'auto', pause:4600, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 130], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["splash/sp_img33.jpg"],
		["splash/sp_img34.jpg"],
		["splash/sp_img35.jpg"],
		["splash/sp_img36.jpg"],
		["splash/sp_img37.jpg"],
		["splash/sp_img38.jpg"],
		["splash/sp_img39.jpg"],
		["splash/sp_img40.jpg"]
	],
	displaymode: {type:'auto', pause:5100, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


