var fDesc=new Array(); fDesc[0] = "In the Download Casino client you have easy and instant access to all your favorite Casino games and can manage your deposits and withdrawals in one place! All you need to do to get started is to follow the below steps, and you're ready to create your own Casino lobby."; 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 = ''; } }