var fDesc=new Array(); fDesc[0] = "At LEON Poker, you will not have to bet against a casino or bookmaker - you will be playing with real people from different countries worldwide.
Poker is a card game in which players bet into a communal pot during the course of a hand. The aim is to gather the best combination of cards (hand) or force the opponents to quit round betting (fold) in order to win the pot."; 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 = ''; } }