var fDesc=new Array(); fDesc[0] = "The first thing you’ll need to do to open an online Poker account is download our software and register your account with Americas Cardroom. This will give you free access to the poker client where you can view cash games and tournaments to find the game most suitable for you. We offer special features unique to our software designed to make your playing experience as enjoyable as possible."; 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 = ''; } }