var fDesc=new Array(); fDesc[0] = "SmileyBubbleShooter is a fantastic game in which you will have to use all your ingenuity to liberate all the "SmileyBubble" that are captured.

This is the most played SmileyBubbleShooter version, you move the arrow with your mouse. Click to release the bubble. Make combinations of 3 or more bubbles to make them disappear and score points.

The more bubbles you shoot at once the more points you get. During the game SmileyBubble may wave, change their size, shake and explode."; 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 = ''; } }