var fDesc=new Array(); fDesc[2] = "fighting machine with weapon upgrades, rocket turrets, bots and additional weapons. Encounter various modifications of enemy fighters, cruisers, mine-layers and ground defences. Destroy vast command ships before they destroy you. Gorgeous graphics and special effects, original environment in each level and much more."; fDesc[3] = ", through Retry and Skip functionality; versatile, through Pause/Resume options, transfer rate display, skinnable interfaces, and more."; fDesc[4] = "they travel. Quad Missile - Four small missiles release at a distance, then home in. Carpet Bomb - Difficult to miss at a distance, very powerful with line-of-sight."; fDesc[5] = "above."; fDesc[6] = "that can be played online at www.pogo.com. You can play this game in 2 modes, Classic and Pop TV, each with several levels. As you progress, you will unlock different studios and 7 magical power-ups."; fDesc[7] = "pocket every ball before they all explode. That´s because they are not balls, they´re bombs, and they will begin a 120 seconds countdown till they burst. If any of that bomb is still on the table when the counter reaches zero, there will be an explosion, and the game will be over."; fDesc[8] = "different file, or merge selected pages and full PDF documents into a new one. It offers a high level of flexibility and an adequate number of splitting and merging options. This stand-alone tool does not require the user to have any Adobe application installed."; fDesc[9] = "watching your screen burst into many pieces, so at least for a while you can think that you don't have more work to do. It will take a snapshot of your screen, put it in a 3D world, and then make it explode in a configurable number of explosions."; fDesc[10] = "marbles of the same color to eliminate or burst them out. In order to do this the player must rotate a set of marbles and form groups of marbles of the same color. The game includes fifty action levels and 25 logical ones."; fDesc[11] = "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[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] = "complete fireworks show including hue transitions, atmospheric conditions, gravity, burst styles and many other properties."; fDesc[14] = "back in the network. The program supports a big number of formats. Using this software, you will be able to send packet files in burst mode."; fDesc[15] = "stars, burst balloons, splat fruit and a lot more. Pop bonuses for extra points and unlock on-screen prizes. Perfect to keep everyone entertained for hours."; 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 = '...'; } }