var fDesc=new Array(); fDesc[0] = "BlasterBall 2 RevolutionTM is a game with colorful animated graphics, varying backgrounds, great music, and 100 levels of play.
Break your way though mesmerizing patterns of colorful bricks, collecting 16 unique items along the way - some helpful, some not. But bricks aren't the only things you'll have to contend with - roaming critters deflect your ball, fearsome level guardians bar your way, and secret levels are just waiting to be found."; 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 = ''; } }