// JavaScript Document
<!--
var mygallery1=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [225, 253], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/home-feature/01.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/02.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/03.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],	
		["/images/home-feature/04.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],	
		["/images/home-feature/05.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],	
		["/images/home-feature/06.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/07.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/08.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/09.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""],
		["/images/home-feature/10.jpg", "http://hitechlamps.serveronline.net/htl.net/ProductSearch.aspx", "", ""]
		
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:1000, cycles:0, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration:3000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""

})
//-->
