var fDesc=new Array(); fDesc[0] = "Dodge the falling obstacles such as the classic angry-rocks, bomb-bullets, american footballs and fireballs as you collect the coins and Yoshi tokens that are falling from the sky! Pick between Luigi and Mario, and try to collect as many coins as you can before you run out of lives!"; 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 = ''; } }