var fDesc=new Array(); fDesc[0] = "Shoot and Scroll 3D is for all players, from newbies to hardcore action gamers. Show your skills at 10 levels and when they will be passed through, you'll meet new and more powerful enemies and get access to hidden levels. Easy navigation allows the newbies to get in the thick of things in no time."; 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 = ''; } }