var fDesc=new Array(); fDesc[0] = "Play solitaire Texas Hold'em poker against computer AI players. Improve your poker skills. Options include setting starting chips and blinds, controlling the speed of computer players, and sound effects. The AI computer players know how to bluff, semibluff and slowplay. Includes player info stats windows for hands in, winning percent and flop percent.

Features include
Limit Ring Games
Limit Sit & Go
Define Starting Chips & Blinds
Sound Effects
Computer AI"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }