// JavaScript Document
/*var pathBase = "/cmn/swf/banner_img/"; 

var banner780 = new fadeSlideShow({
	wrapperid: "banner780", //ID of blank DIV on page to house Slideshow
	dimensions: [780, 240], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				[pathBase + "gs_pawa2010.png", "http://konami-asia.com/pawa/2010/", "", "Click for more information / 點擊本圖查閱詳細資料 "],
				[pathBase + lang + "/" + "am_ddrx2.png", "/products/" + lang + "/am_ddr_x2_bemani/index.html", "", "Click for more information / 點擊本圖查閱詳細資料 "],
				[pathBase + "gs_n3II.jpg", "http://konami-asia.com/products/" + lang +"/gs_ninty_nine_night_ii_xbox360/index.html", "", "Click for more information / 點擊本圖查閱詳細資料 "],
				[pathBase + "am_gigx.jpg", "http://konami-asia.com/am/g1/g1_hp_gx/", "", "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: ""
})*/

