var fDesc=new Array(); fDesc[0] = "Super Mario Defence is a entertaining and fun game that will help you enjoy your free time.
Play as Bowser and use your minions to destroy the oncoming waves of the pesky Mario Bros. Work you way through 20 levels, with 13 towers to complete the game. Classic defence with a sidescrolling mechanic. Only on Softendo Mario Games."; 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 = ''; } }