var fDesc=new Array(); fDesc[0] = "Practice your poker skills and sharpen your strategy with this fun, simple and easy-to-use game of Poker for Microsoft Windows. Play against five computer controlled players of varying skill levels. Includes popular variations of 5-Card Draw Poker ("Anything Opens" and "Jackpots") and Stud Poker (5, 6 and 7-card). Place your bets using the popular Pot-Limit betting structure. In pot limit poker players are allowed to raise an amount equal to the size of the pot. If you call a pot bet, the poker odds are always 1 to 2 against one opponent. Keep track of your winnings with chips that look and play like the real thing."; 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 = ''; } }