var fDesc=new Array(); fDesc[0] = "Much more than a "brick buster", Funkiball Adventure is a "brick smasher"! Funkiball Adventure is an amazingly fun game that takes you around the world to recover some of the world's most famous works of art. Just smash the ball to break into their hiding places and steal them back! Can you collect all the paintings? Can you get 5 stars in each level? Can you reach Legend status? The fun never ends with Funkiball Adventure!"; 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 = ''; } }