var mygallery=new fadeSlideShow({
	wrapperid: "fadeImage", //ID of blank DIV on page to house Slideshow
	dimensions: [500, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/uploads/HomePage/fade-image1.jpg", "index.php?_a=viewCat&catId=6", ""], 
["images/uploads/HomePage/fade-image2.jpg", "index.php?_a=viewCat&catId=17", ""], 
["images/uploads/HomePage/fade-image3.jpg", "index.php?_a=viewCat&catId=8", ""], 
["images/uploads/HomePage/fade-image5.jpg", "index.php?_a=viewCat&catId=5", ""], 
["images/uploads/HomePage/fade-image6.jpg", "index.php?_a=viewCat&catId=2", ""],
["images/uploads/HomePage/fade-image7.jpg", "index.php?_a=viewCat&catId=18", ""], 
["images/uploads/HomePage/fade-image8.jpg", "index.php?_a=viewCat&catId=9", ""], 
["images/uploads/HomePage/fade-image9.jpg", "index.php?_a=viewCat&catId=18", ""], 
["images/uploads/HomePage/fade-image10.jpg", "index.php?_a=viewCat&catId=25", ""],
["images/uploads/HomePage/fade-image11.jpg","index.php?_a=viewCat&catId=6", ""] //<--no trailing comma after very last image element!
//["images/uploads/HomePage/fade-image4.jpg", "index.php?_a=viewCat&catId=22", ""], 
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: "",
	fadebgcolor: "white"
})
