var fDesc=new Array(); fDesc[0] = "Otto's Magic Blocks

Teach Otto new tricks as you bound through quirky levels. Beware! The magic board is flat (unlike the earth) - so you don't want to leap lazily off the end. Watch out for King FrixFrax every 20 levels and look for those magical blocks. Uncover secret levels in this Dreamland Arcade hit! Go bonkers and spring towards those power-ups because the bad bugs are out to get you! Watch out for King FrixFrax every 20 levels and look for those magical blocks! Critters like Fuzzabound and Hoverbug are after you, but fun power-ups like Big Foot and Critter Zapper are there to help!"; 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 = ''; } }