var fDesc=new Array(); fDesc[0] = "At Betfair we pride ourselves on offering players the ultimate selection of games and variants in order to offer the ultimate poker experience. Whether you are a novice looking to rise up the stakes, or an established and experienced player, Betfair Poker has one of the most complete and comprehensive poker experiences available anywhere.

Don't worry if you are unfamiliar with any of the games or variations on offer, our comprehensive getting started area will answer any questions you may have."; 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 = ''; } }