var fDesc=new Array(); fDesc[0] = "Enjoy your game on our exclusive Premium Tables! If you play poker for the sheer thrill and excitement, there’s no better choice in the poker lobby.

You can play Premium Table poker in both dollars and pounds, with cash tables available at a variety of stakes and Sit & Gos in a range of buy-ins. To find your preferred table in the lobby, just go to the dedicated sections on the left hand side."; 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 = ''; } }