var fDesc=new Array(); fDesc[0] = "UltimateBet is a client program for playing poker games online at www.ultimatebet.com. By using this program, you will be able to obtain a free account to use the site. You will receive a five-digit code by email to activate your new account. After that, you´ll have access to limit and no limit variations of poker games like Omaha, Double-Flop Texas Hold em, Omaha, 7 Card Stud, Elimination or Blackjack. You will be able to play just for fun or for real money. In order to play for real money, you will have to register with the cashier first. You will need to deposit a minimum of 10 dollars to begin to bet. The client will show you the tables you can join to play for real money or chips. You begin with 2000 chips in your account. You will only be able to join tables according to the chips you own. You can choose to play with or without limits. Once you choose a table, you will have to choose your preferred view, and then click on an empty chair to join the game. Then, you can bet your chips and play poker with the usual rules."; 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 = ''; } }