var fDesc=new Array(); fDesc[0] = "Rival Ball is the sequel to DX-Ball 2. Break blocks with a save/resume feature that lets you quit a game and return to it later. Compare your scores to others by posting them online. Chat with other players in the integrated online game room and test your skill in 1-on-1 split-screen network competition. As an added bonus, Rival Ball will play all of your DX-Ball 2 boards."; 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 = ''; } }