var fDesc=new Array(); fDesc[0] = "The Muncher is Back!
Enjoy classic maze action in breathtaking 3D with MuncherMania 3D Worlds! Munch your way through all the glowing dots to complete each level—but watch out for the ghosts! Use the transporters to escape tight spots and jump to different locations on the board. Or eat power dots and bonus objects to gain extra points and make the game even more interesting and challenging. Do you have what it takes to complete all the levels and win the highest possible score?"; 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 = ''; } }