var fDesc=new Array(); fDesc[0] = "Bubbles Attack is nothing like other boring free online arcade games. Not only it is much more exciting, it has a great graphic, fantastic sound support and the hero (yes, it is a white bunny!) is so funny, it will make your day. All the pieces of this great Pong originated game, came perfectly together. Fighting bubbles, lots of running and a hilariously dressed up hero bunny. What else could you possibly wish for?"; 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 = ''; } }