var fDesc=new Array(); fDesc[0] = "Bubble Frenzy is a fun and addictive puzzle game in the spirit of Snood or Bust-A-Move! Your goal is to clear the bubble-filled play area by launching other bubbles at them. If you connect three or more bubbles of the same color, they will drop out of the play screen, exposing more of the puzzle. It features 3D-rendered graphics, four game modes, save/load game options, a level editor, Internet high scores, and more!Four exciting game modes. Simple controls. Save and load features. Techno music soundtrack. World High Score List. Level editor. Colorful 3D rendered graphics."; 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 = ''; } }