var fDesc=new Array(); fDesc[0] = "BetX Poker Internet Texas Hold'em is the most popular variant of poker games. As in most variants of poker, the objective of Texas Hold'em is to win the pot, where a pot is the sum of money bet by oneself and other players in a hand.
The pot is won by the player who is able to form the best five-card poker hand, using any combination of two hole cards and five community cards."; 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 = ''; } }