var fDesc=new Array(); fDesc[0] = "Brixout XP 2.55 is another 3D breakout game, similar to the 2D Arkanoid or Ricochet.

In this game, you´ll have to hit a ball with your bat, and avoid it to run off the screen. The only way the ball can escape is by going behind you, the other three sides of the screen are closed with walls, and the ball will bounce on them.

Your goal is to destroy all the bricks at every stage, making the ball bounce against your bat or the walls. You move the bat towards the right or the left using the cursor movement keys, Every other action can be performed pressing the spacebar (fire the ball, fire the lasers). You can mute the volume of the music and effects by pressing the ESC key.

Some bricks will require more than one hit to be destroyed. Some bricks will release some power-ups that you can use if you catch them with your bat. These power-ups will expand your bat, get you extra balls, change the balls to others more destructive, give your bat the possibility to shoot bricks, and more. Beware, some brick will also release features that would be harmful to you, like shrinking your bat."; 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 = ''; } }