var fDesc=new Array(); fDesc[0] = "Bubblez is a game where the player has to clean off the field by matching three or more bubbles of the same color, in order to make them explode.
The player needs to aim and define carefully the bubble's path. She/he can aim using the mouse and use the mouse's right button as "trigger".
The game doesn't have countdown nor time limit, so every user can study and think each move carefully . Once cleaned off the field, the player can enter the next more difficult level

This arcade-style video game is appropriated for children from 5 or more, but is useful and fun for teenagers and adults too, because it stimulates some skills development.

When the user is playing this game, he / she is strengthening his / her attention and concentration capabilities, training his / her visual memory, visual-discriminating ability, and furthermore, exercising his/her visual-motor coordination and making-decision skills.

This game can be played on line or can be downloaded for local use in your computer, as long as you have installed the adobe flash in your PC."; 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 = ''; } }