var fDesc=new Array(); fDesc[0] = "Tired of playing the same games on your PC? Gambling Online is your way to real-time games with other users all over the world! This is online gambling games collection. More then 30 000 real users each hour, each minute, each second online. You can play with them, you can chat with them, you can... you can do anything with them! And the main feature of this software ? it is completely free for you. Join now our community of happy online players and be one of us."; 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 = ''; } }