// JavaScript Document
/***********************************************
* 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: "homepics", 
	dimensions: [350, 287], 
	imagearray: [
		["/images/home_t1.gif", "/photosvideos.html", "_self"],
		["/images/home_t2.gif", "/photosvideos.html", "_self"],
		["/images/home_t3.gif", "/photosvideos.html", "_self"],
		["/images/home_t4.gif", "/photosvideos.html", "_self"],
		["/images/home_t5.gif", "/photosvideos.html", "_self"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 900, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})




