var fDesc=new Array(); fDesc[0] = "Poker4ever is a software application that allows you to play online poker tournaments. You can enjoy the experience of playing poker with people from all over the world, improve your skills and become a real player. You can start with virtual money , and then you can try winning some real money"; 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 = ''; } }