var fDesc=new Array(); fDesc[0] = "Break Ball is two great classics combined into one with the addition of modern day graphics, sounds and gameplay. Take on the variety of challanging boards by yourself, play as a team with another player, or challange another player or the computer on a versus level. Several different board types, from huge bouncing blocks to tiny ones, with a variety of powerups make this break-out clone stand out above the competition. Try the shareware version for free, if you like it buy the full version for only $15!"; 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 = ''; } }