// JavaScript Document
var big_banners_ygo = new fadeSlideShow({
	wrapperid: "right_banner_ygo", //ID of blank DIV on page to house Slideshow
	dimensions: [212, 147], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [				
				[pathBase + "b_ygo5d.jpg", "/th/yugi5d/", "", "Click for more information / 點擊本圖查閱詳細資料 "]
 //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})