var fDesc=new Array(); fDesc[2] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!"; fDesc[3] = "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[4] = "resembles an aquarium with fish swimming and playing around. Having such a saver is so relaxing. When I stumbled upon Dream Aquarium I was perplexed, but in a good way."; fDesc[5] = ", credentials picture. dulcet chime sound playing when the flowBubbles run. you can position pictures into bubbles"; 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] = "games without paying any subscription. QQ Games is an official plugin for Aol Instant Messenger and it offers a wide collection of online casual games that are totally multiplayer and free."; fDesc[9] = "and Bust-a-move games. We can say it a clone of these games. It is actually a puzzle game so it will required some mind to play and win the game, but it is very easy to play and does not require any prior training."; fDesc[11] = "put out of business by Mr. Big’s mega conglomerate MegaPet. Now, you have to sell pets, please customers and transform the pet shop into a successful thriving boutique! You can try this game for 60 minutes before you buy the licensed version."; fDesc[12] = "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[13] = "back and forth on their own pace, as deep blue bubbles go up very slowly to the surface (which you cannot see). The slow movements of the fishes and bubble can be very relaxing, appropriate to take a little brake by looking at your wallpaper."; fDesc[15] = "zagging weapon that is one part skill and two parts luck; Chalk Dust - Calcium bicarbonate has never been so much fun; Mower - Cuts terrain and any nearby tanks down to size; Dive Bomb - Warhead does a bombing run on the other tank."; fDesc[16] = "up before being ready to pick up the animals, so you have to keep it bouncing around without letting it go. You have four chances to succeed so pay a lot of attention!"; fDesc[17] = "one of the best puzzle games ever done: Bust-A-Move (Puzzle Bubble). For those who don't know Bust-A-Move the aim of the game is to get through levels by exploding dinosaur eggs of the same colour."; fDesc[18] = "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[20] = "game is a detective who has to investigate a murder case. The victim is a fashion designer and you will come to realize that you are facing a serial killer."; 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 = '...'; } }