var fDesc=new Array(); fDesc[0] = "Mario Sunshine 64 is an interesting adventure game for free. Find the famous plumber Mario in this platform game which takes the world of our heroes sympahique. Jump from platform to platform, crush the mushrooms and enemies in your path and collect a maximum of yellow coins. Use the arrow keys to move. Press the spacebar to use the jetpack and fly through the air. The captive princess awaits. Hurry!"; 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 = ''; } }