var fDesc=new Array(); fDesc[0] = "Action Ball 2 features everything players loved about the original Breakout hit and more! In addition to improved visuals and pulse-pounding audio, Action Ball 2 comes with four upgradeable paddles from which to select, four new enemy robots with which to do battle, 30 bonuses to use and more than 80 eye-dazzling stages! Can you handle the hottest brick-busting action you've ever seen? Download Action Ball 2 today and find out!"; 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 = ''; } }