var fDesc=new Array(); fDesc[0] = "Smash all stones and blocks, pick up power ups that fall down and keep the ball in the field until all the bricks are destroyed. Feel like a great adventurer clearing up the nuclear world of traps, lasers, fire-balls, missiles and bomb together with game! Prepare to smash your way through a wild and crazy game, excellent 3D models and radiant level design. Move your bumper to the left and right to do this - that's it. The new bonuses are as dazzling to watch as they are helpful. So download your free trial version now!"; 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 = ''; } }