var fDesc=new Array(); fDesc[0] = "Gaming Club is a fun and easy to use software utility that brings the user in a virtual casino world where he can play for real money of just for fun from an impressive array of casino games ranging from classic slot machines to roulette and poker rooms."; 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 = ''; } }