var cw=0,ch=0,cow=0,coh=0;function getWindowSize(){return Array(document.body.clientWidth,document.body.clientHeight)}function showContent(game,w,h){var txt='',gurl=game;if(/^[0-9]+/.test(game))gurl='/data/'+game+'.swf';txt='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'" id="fogame">';txt+='<param name="movie" value="'+gurl+'">';txt+='<param name="quality" value="high">';txt+='<PARAM NAME="AllowScriptAccess" VALUE="never">';txt+='<embed src="'+gurl+'" AllowScriptAccess="never" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" id="fgame"></embed>';txt+='</object>';document.getElementById('game').innerHTML=txt}function calcFullContentSize(w,h,ow,oh) {var s=getWindowSize();var wf,hf,uf;wf=(s[0]-ow)/w; hf=(s[1]-oh)/h;uf=(wf<hf)?wf:hf;nw=w*uf; nh=h*uf;return Array(nw,nh,s[0]-nw)}function showFullContent(game, w,h,ow,oh) {cw=w; ch=h; cow=ow; coh=oh;var s=calcFullContentSize(w,h,ow,oh);showContent(game,s[0],s[1])}function openFullWin(url) {window.open('http://www.flashagame.com/'+url,'', 'location=0,fullscreen=yes,location=0,menubar=0,titlebar=0,toolbar=0,hotkeys=0')}function contentResize() {if (cw<=0 || ch<=0) return;var s=calcFullContentSize(cw,ch,cow,coh);var fl=document.getElementById('fgame');if (fl) {fl.setAttribute('width',s[0]);fl.setAttribute('height',s[1])}fl=document.getElementById('fogame');if (fl) {fl.setAttribute('width',+s[0]);fl.setAttribute('height',s[1])}}
