var fDesc=new Array(); fDesc[0] = "RBT is fast-action multiplayer breakout game featuring true head-to-head gameplay against the computer or across the Internet. Battle back and forth to destroy bricks, score goals and defeat your opponent. You'll find plenty of action with miniguns blazing, lightning strikes, flame throwers, laser guidance and more. Full Version features include:

* 150 Levels in 6 unique arenas
* Play with any of 6 fully animated paddles
* Create your own player and import
custom logos
* Play, chat and spectate online in
RBT's Internet Game Room"; 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 = ''; } }