<!-- For Drop-Down Menus, also see CSS file -->

/***********************************************
* 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: [775, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/fadein_photos/head1.jpg", "", "", ""],
		["images/fadein_photos/head2.jpg", "", "", ""],
		["images/fadein_photos/head3.jpg", "", "", ""],
		["images/fadein_photos/head4.jpg", "", "", ""],
		["images/fadein_photos/head5.jpg", "", "", ""],
		["images/fadein_photos/head6.jpg", "", "", ""],
		["images/fadein_photos/head7.jpg", "", "", ""],
		["images/fadein_photos/head8.jpg", "", "", ""],
		["images/fadein_photos/head10.jpg", "", "", ""],
		["images/fadein_photos/head12.jpg", "", "", ""],
		["images/fadein_photos/head13.jpg", "", "", ""],
		["images/fadein_photos/head14.jpg", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8000, cycles:0, wraparound:false, randomize:true},
	// displaymode: {type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "",
	togglerid: ""
})
