var fDesc=new Array(); fDesc[0] = "Super Mario brothers fallen into a huge tube and starting their tough times... And in this game, Mario does not have tough problems any more, cause he became an athlete, what he has to do is being a striker in the football game, catch the ball by his head and not let it falling down to the ground. That is easy, use your arrow keys to move Mario’s position to catch the ball. Best of luck and have fun with it!"; 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 = ''; } }