// JavaScript Document
<!--
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 238], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/header/01.png", "/about-kalglas.php", "", ""],
		["/images/header/02.png", "/about-kalglas.php", "", ""],
		["/images/header/03.png", "/electrical-supplies.php", "", ""]	
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8000, cycles:0, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration:5000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""

})
//-->
