var fDesc=new Array(); fDesc[0] = "Learning how to play poker at Europe’s number one site couldn’t be simpler or safer. EuroPoker.com will show you how to download your own poker client, create your poker account and ideal poker nickname. We’ll show why Texas Hold’em is one of the most popular games in the world. Its popularity is proven by the hundreds of Ring Games and Tournaments waiting for you."; 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 = ''; } }