var fDesc=new Array(); fDesc[1] = "totally for free at GameTop.com. As any other piece of freeware it is absolutely free to install and play and what is more, you do not even have to register at all."; fDesc[2] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!"; fDesc[3] = ", then the wall comes crumbling down. The game has good amount of power-ups but the formula can be seen in several other games. It is still a solid recreation of the puzzle formula."; fDesc[4] = "adjacent bubbles of the same color in order to burst them out of the board. You achieve this by double-clicking on a group of adjacent bubbles, and the whole group will burst, disappearing from the board. The bubbles above them will occupy the empty spaces left."; fDesc[5] = "challenge you in a speed smart puzzle. The main objective of this game is to help animals and free them from their bubble jails. You must form groups of bubbles of the same color."; fDesc[6] = "game modes: Relax and Timed mode."; fDesc[7] = "on the mouse and it will fire a bubble against the big group of colored bubbles on the top. Be fast enough to destroy all the bubbles on the screen and you will advance to the next level. If the bubbles reach the bottom of the screen and you will lose the game."; fDesc[8] = "bubbles of the same color, in order to make them explode. Once cleaned the field, the user can enter the next level. Available for download too. Good game for children and the so called \"past century chidren\" :-)"; fDesc[9] = "puzzle junky looking for a challenge, you simply can't pass on this game. The rules are quite simple"; fDesc[10] = "points. In the multiplayer mode, we play the game on the right and another online player plays on the left. We can see our and his/her progress all the time until the game is over, when one of the player wins"; fDesc[11] = "The game has great graphics and music. However the game-play formula is used in many other titles, and Phantasia does not offer something substantially new."; fDesc[12] = "challenge. It's for anyone who enjoys puzzles, you can play with your family or friends to spend the sweet time!"; fDesc[13] = "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."; fDesc[14] = "Enter the fantastic BubbleWorld and enjoy over 70 levels of irresistible gameplay."; fDesc[15] = "the bubble-filled play area by launching other bubbles at them"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }