function isIE(){var b=new String(navigator.userAgent+"");return b.toLowerCase().indexOf("ie")!=-1;}function show_full(urlParams){var hOffset=0;if (!isIE()){	hOffset=36;}	var currUrl="/product_online_game_show.jsp?ppID="+urlParams;var w=openWindow(currUrl+"&sw="+document.body.clientWidth+"&sh="+(document.body.clientHeight - hOffset), "game_show", screen.width, screen.height, true, "scrollbars=1,resizable=1,fullscreen=1,status=0");if (w && w.focus){	w.focus();}	return false;}function SwGame(urlParams, swUrl, width, height, name){this.urlParams=urlParams;this.swUrl=swUrl;this.width=width;this.height=height;this.name=name;}function mountFlash(url, width, height){var flash='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+width+'" height="'+height+'">';flash += '<param name="movie" value="'+url+'">';flash += '<param name="quality" value="high">';flash += '<embed src="'+url+'" width="'+width+'" height="'+height+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>';flash += '</object>';return flash;}