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_stampCard.jpg", "PDF/1Y1S.pdf", "_self", ""],
		["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/musang.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/yen1.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/yen2.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/birthday_voucher_1.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/birthday_voucher_2.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/birthday_voucher_3.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/Health_Quotient5.jpg", "event/promotions.html", "_self", ""],
		["images/highlights/LunYu.jpg", "event/promotions.html", "_self", ""]
		
		
    ],
	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: ""
})
*/
