var fDesc=new Array(); fDesc[0] = "Super Mario 64 is an interesting adventure game for free. The goal for you is to help super Mario complete the level smoothly. In the game, use left and right arrow keys to move and hold up key to jump. Press and hold the spacebar to fludd and refill your water with pools. When you meet your enemies, just knock them down by jumping on their heads. Along your way, try to collect the points and you will need them. Come on and good luck, my super Mario!"; 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 = ''; } }