var fDesc=new Array(); fDesc[0] = "In "BlockBall Evolution" your goal is to reach the exit with your ball as soon as possible, using the red gravity switches to explore all 3 dimensions of a level. Look around, think and find a way to the exit. Go full speed and make breathtaking jumps from block to block. Roll over smooth gravity switches to bend the laws of physics and unleash your potential of your orientation skills.

You can control the ball with the W, A, S, D keys. Sometimes you will have to jump over steeps to complete a level. You can jump with the space bar. Find the keys to open the forcefields of the doors, collect diamonds for higher scores, and reach the exit as fast as you can."; 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 = ''; } }