var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [432, 188], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/POS/images/home/homeMain_smb.jpg", "/products/prodsCS.htm", "", ""], //check
		["/POS/images/home/homeMain_hosp.jpg", "/markets/markHosp.htm", "", ""], //asian server
		["/POS/images/home/homeMain_green.jpg", "/aboutus/aboutEnviro.htm", "", ""], //earth
		["/POS/images/home/homeMain_retail.jpg", "/markets/markMassMerch.htm", "", ""], //shopping cart
		["/POS/images/home/homeMain_restick.jpg", "/products/TM-T88IVReStick.htm", "", ""] //mickey d's

		//["locationOfimage", "urlOfLink", "_target", "caption for rollover"] = variable defs (be sure to put commas after each entry EXCEPT the last one)


	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})