var fDesc=new Array(); fDesc[0] = ""Square Ninja" is a 2D platformer game with parkour elements. Inspired by old school platform games and some new indie games, it tells the story of a Ninja, who will face obstacles like enemies and traps. Also you'll find a lot of puzzles with portals. Join the journey and help our hero save the day!"; 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 = ''; } }