var fDesc=new Array(); fDesc[0] = "Life Turn is a logical platform game that is about a boy in a wheelchair, but not an ordinary one. This is a special boy with a special wheelchair that can defy gravity. Your goal is to help the boy to explore the world around him. In this logical game, with the editor, you can create your own levels or you can freely chose your level. Life Turn includes around twenty main and twelve bonus levels."; 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 = ''; } }