var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "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[3] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!"; fDesc[4] = ", 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[5] = "will fill your screen with colors. When launched, the screensaver creates colorful bubbles, that start emerging from all sides of the screen, filling the desktop with iridescent colors."; fDesc[6] = "catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them! To increase your score pick up items: fruits, vegetables, diamonds, jewels etc. You can also pick up some items to make your journey easy."; fDesc[7] = ", credentials picture. dulcet chime sound playing when the flowBubbles run. you can position pictures into bubbles"; fDesc[8] = "you from the top of the screen. You will need to shoot bubbles of the same color that the one of the two balls that you have in your cannon. You can switch between them by pressing the right button of your mouse."; fDesc[9] = "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[10] = "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[11] = "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[12] = "Tertris and even more fun! All the games of Buble series combined into one! Now you can install these games - Bubble Shooter, Bubble Thriller and Bubble FlyTrix in one go. Now you can choose: download, try and register these games one by one, or in a single pack. Online contest for best players is set up. Registered players of other games in this series get a huge discount. The Pack is also available for Palm OS and Pocket PC. Try for yourself, and you'll never forget that tickling feeling when a flock of bubbles flies in and you never know if they are going to end the game. The rules are simple, using the mouse you burst bubble and all the bubbles of the same color next to it blow up too, and others slip upward and fill the gaps. The more bubbles burst the more points you get. This is the main goal, actually - to get as many points as you can. You then could take part in the online..."; fDesc[13] = "imprisoned in fragile bubbles by arranging them in lines of three."; fDesc[14] = "puzzle junky looking for a challenge, you simply can't pass on this game. The rules are quite simple"; fDesc[15] = "to gain points. The basic interface displays a board full of colorful bubbles; these bubbles have to be cleared in three or more than three in number for scoring maximum points."; 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 = '...'; } }