var _deskL = screen.width; var _deskT = screen.height; function alilgplay(id,W,H) { //H=H+30; var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < 5; i++ ) { text += possible.charAt(Math.floor(Math.random() * possible.length)); } var L = (_deskL-W)/2; var T = 0; var aWin = window.open('http://www.alilg.com/p/arcade.php?id='+id, text, "menubar=no,width="+(W+20)+"px,height="+H+"px,toolbar=no,status=no,resizable=yes,top="+T+"px,left="+L+"px,scrollable=yes,scrollbars=yes,location=no,addressbar=no"); if(!aWin) { } } document.write('

Texas Holdem by FlashGamesFancom
'); document.getElementById('alilg').style.display='none';