//var mygallery=new fadeSlideShow({
//	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
//	dimensions: [160, 240], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	imagearray: [
//		["http://www.hd.ca/images/hd-ad.jpg", "http://www.hd.ca/mitsubishiprojectors/hc3800.php", "", ""],
//		["http://www.hd.ca/images/hd-ad1.jpg", "http://www.hd.ca/panasonicprojectors/ptae4000u.php", "", ""],
//		["http://www.hd.ca/images/hd-ad2.jpg", "http://www.hd.ca/ridleyacoustics/ridleyacousticsspeakers.php", "", "Surround Sound Speakers"] //<--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: 1000, //transition duration (milliseconds)
//	descreveal: "ondemand",
//	togglerid: ""
//})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [280, 74], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.hd.ca/images/hd-top-ad.jpg", "http://www.hd.ca/palliser/index.php", "", "Home Theater Seating"],
		["http://www.hd.ca/images/Ext-Warranty-big.jpg", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
