var fDesc=new Array(); fDesc[1] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!"; fDesc[2] = "borbs, each bubble has different personality like Mary Ann that is nice, Crabby that has bad humor, Ranty and fuzzball. Plan each of your shots to get extra points and to stop borbs to get to the dangerous zone or the game will be over."; fDesc[3] = "space freighter after a major crash."; 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] = "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[6] = "boring Windows screen saver with a colorful clock with bubbles in the background. The screen saver is fully customizable and enables you to select three different background colors, 7 colorful clocks, and the amount of bubbles you want"; fDesc[7] = "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[8] = "the table by shooting at them with the balls of definite color and combining together 3 or more balls of one color."; fDesc[9] = "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[10] = "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[11] = "graphics with transparency and particles effects, new music and sound. You will face new monsters like spiders, wizards, batiks..."; fDesc[12] = "Dragons Adventure, an exciting game very similar to the famous Bubble Bobble. You will find a lot of fun and many different tricks through its 150 levels, so I'm sure you will spend many hours at your PC with this amazing game."; fDesc[13] = "puzzle junky looking for a challenge, you simply can't pass on this game. The rules are quite simple"; fDesc[14] = "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."; fDesc[15] = "in this game is managed very well. The game is small in size and easy to install. This is a Flash-based game and compatible with most versions of Windows operating system."; 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 = '...'; } }