var fDesc=new Array(); fDesc[0] = "Torsion is a 2D survival where you are a lonely and simple Gear, lost in space, and have found yourself on a strange new world. The creatures of the new world give you a great power and ask to save them from the invasion of creepy monsters. Now your role is much more important than it was. You must free the whole world from invaders!"; 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 = ''; } }