var fDesc=new Array(); fDesc[0] = "5uper block buster (touch) is a skill arcade game. Get the highest score you can by removing large blocks of the same color. compete with all the other players of this great addictive game! Submit your highscore to the game online hall of fame and make it to the top online high score. Free exciting mobile java game from wapfrog.com"; 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 = ''; } }