var fDesc=new Array(); fDesc[0] = "In Extra Ball 2012 you will need to destroy all the colored blocks and collect the most points, and get the high score. The game has 20 interesting levels of varying complexity and more than 10 different types endurance blocks to earn points. Also, you may adjust the speed of the ball and platform depending on how hard you want the game to be."; 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 = ''; } }