var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow

	dimensions: [550, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["../images/slideshow/Desktop Reader.JPG", "", "", ""],

		["../images/slideshow/antenna2.jpg", "", "", ""],	

		["../images/slideshow/brick.jpg", "", "", ""],	

		["../images/slideshow/code.jpg", "", "", ""],	

		["../images/slideshow/file1.jpg", "", "", ""],	

		["../images/slideshow/handheld.jpg", "", "", ""],			

		["../images/slideshow/helmet.jpg", "", "", ""],	

		["../images/slideshow/hh w tags.jpg", "", "", ""],		

		["../images/slideshow/office.png", "", "", ""],			

		["../images/slideshow/pretty sign.jpg", "", "", ""],			

		["../images/slideshow/rail 1.jpg", "", "", ""],			

		["../images/slideshow/rail 2.jpg", "", "", ""],			

		["../images/slideshow/rail 3.jpg", "", "", ""],	

		["../images/slideshow/riders.jpg", "", "", ""],			

		["../images/slideshow/scope.jpg", "", "", ""],			

		["../images/slideshow/t1000.jpg", "", "", ""],	

		["../images/slideshow/t300.jpg", "", "", ""],			

		["../images/slideshow/t300 2.jpg", "", "", ""],			

		["../images/slideshow/thinkify guy.jpg", "", "", ""],			

		["../images/slideshow/Thinkify Reader.JPG", "", "", ""],			

		["../images/slideshow/thinknetmap.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: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})




