var mygallery=new fadeSlideShow({
	wrapperid: "bannerHomeOutlet", //ID of blank DIV on page to house Slideshow
	dimensions: [361, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/promotions/banner_promotions_teatime_001.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_002.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_003.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_004.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_005.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_006.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_007.jpg", "PDF/teatime.pdf", "_self", ""],
		["images/promotions/banner_promotions_teatime_008.jpg", "PDF/teatime.pdf", "_self", ""]		
],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "bannerHomePromotions", //ID of blank DIV on page to house Slideshow
	dimensions: [361, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//["images/highlights/banner_highlights_4in1_001.jpg", "", "_new", ""],
		//["images/highlights/banner_highlights_4in1_002.jpg", "", "_new", ""],	
		//["images/highlights/banner_highlights_manuka_001.jpg", "PDF/manuka.pdf", "_new", ""],	
		["images/highlights/hl_march1.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march2.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march3.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march4.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march5.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march6.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march7.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/hl_march8.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/banner_highlights_vouchers_001.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/banner_highlights_vouchers_002.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/banner_highlights_vouchers_003.jpg", "event/promotions.html", "_self", ""]
		//["images/highlights/banner_highlights_health_001.jpg", "event/promotions.html", "_self", ""],
		//["images/highlights/banner_highlights_health_002.jpg", "event/promotions.html", "_self", ""]
		//["images/highlights/banner_highlights_hercard_001.jpg", "event/promotions.html", "_self", ""]
		//["images/highlights/banner_highlights_hercard_002.jpg", "event/promotions.html", "_self", ""]
		//["images/highlights/banner_highlights_hercard_003.jpg", "event/promotions.html", "_self", ""] //<--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: 600, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

/*
var mygallery=new fadeSlideShow({
	wrapperid: "bannerHomeBottom", //ID of blank DIV on page to house Slideshow
	dimensions: [933, 157], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/bottom/banner_bottom_salebration_001.jpg", "", "_self", ""],	
		["images/bottom/banner_bottom_moms_001.jpg", "PDF/octvoucher.pdf", "_self", ""],
		["images/bottom/banner_bottom_moms_002.jpg", "PDF/decvoucher.pdf", "_self", ""],
		["images/bottom/banner_bottom_announce_001.jpg", "PDF/maydecvoucher.pdf", "_self", ""] //<--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: 350, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
*/
