var fDesc=new Array(); fDesc[0] = "Imbossible is a fun platform jumping game with many twists and turns incorporated with short and challenging levels. Creative gameplay elements such as invisible blocks, inverted controls, intermittent visibility, etc, add greatly to the enjoyment factor. The movement and jumping is responsive making the character feel like mario when navigating the floating platforms. The coins collected represent your lives in the game."; 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 = ''; } }