var fDesc=new Array(); fDesc[0] = "Testpokerstars allows you to test the website without any real money.

You can also play a limited number of poker games with the test client, although please note that all games are played for play money only. The play money chips that you win by playing on the test site can be transferred to the main PokerStars site, at a special bonus conversion rate."; 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 = ''; } }