var fDesc=new Array(); fDesc[0] = "A game with beautiful and nice graphics for the eyes, is there anything else you need? You will have to get from your house straight to the castle. The path will not be easy, thorns and saws will help you make this path difficult and unforgettable! Can you walk to the castle? Management: walk: WASD or Arrows. Leap: space"; 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 = ''; } }