var fDesc=new Array(); fDesc[0] = "Super Mario Time Attack is an adventure game for free. Some Lakitu has kidnapped princess Peach, you have to help Mario run against time and bring her back safely! But there are many obstacles and difficulties along the way, so be careful. Collect the coins while avoiding the threats but make sure you reach the princess before the timer ends or you will lose a life. Good luck!"; 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 = ''; } }