var fDesc=new Array(); fDesc[0] = "Mario Forever: Block Party is one of the more interesting Mario games. It mixes the classical, platform gameplay with logical puzzles, which forces you to use your brain to make it through the whole 100 different levels. Though there are no monsters, known from original Super Mario Bros and countless remakes, it does not make the game any easier! This time, to save the Mushroom Kingdom from the evil Bowser and his friend, Kemek, you have to push and blow up blocks. Sounds easy – but if you are not careful, a single false move may make you redo the whole level from the very beginning!"; 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 = ''; } }