var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [245, 286], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/eng_index_1.gif", "engineering.html","_top"],
		["images/eng_index_2.gif", "engineering.html","_top"],
		["images/eng_index_3.gif", "engineering.html","_top"],
		["images/eng_index_4.gif", "engineering.html","_top"],
		["images/eng_index_5.gif", "engineering.html","_top"]  //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2785, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [245, 286], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/surv_index_1.gif", "surveying.html","_top"],
		["images/surv_index_2.gif", "surveying.html","_top"],
		["images/surv_index_3.gif", "surveying.html","_top"],
		["images/surv_index_4.gif", "surveying.html","_top"],
		["images/surv_index_5.gif", "surveying.html","_top"]
	],
	displaymode: {type:'auto', pause:3950, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [245, 286], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/arch_index_1.gif", "arch.html","_top"],
		["images/arch_index_2.gif", "arch.html","_top"],
		["images/arch_index_3.gif", "arch.html","_top"],
		["images/arch_index_4.gif", "arch.html","_top"],
		["images/arch_index_5.gif", "arch.html","_top"]
	],
	displaymode: {type:'auto', pause:4520, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

//***********************************************
//* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
//* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
//***********************************************


