var fDesc=new Array(); fDesc[1] = "aliens that are threatening the Earth. As you complete missions you get money to buy new and more powerful weapons, and be able to fight toughter aliens each stage."; fDesc[2] = "alien ships, upgrade your weaponry with extra-weapons, blow up enemy barriers and defeat powerful bosses. Lots of special effects, unique tactics for each level, nice music and sound FX, Worldwide Hall of Fame and much more."; fDesc[3] = "from the alien invasion using your spacefighter. Player can obtain various extra-weapons and special abilities by destroying enemy cyborgs, fighters and motherships. Each planet has its own cyborg types and an unique powerful boss at the last level."; fDesc[4] = "improvement of the game predecessor Star Wars: Battlefront. This game adds all the new elements of the last film of the saga, Episode III"; fDesc[5] = "instance, if you shoot a ball down a pocket with the Dommelsch logo, you will receive one of three kinds of jokers. These let you sabotage your opponent's balls in three different ways. For example you can make one of your opponent's ball stick firmly to the table."; fDesc[6] = "game where you will be able to control a war helicopter while you will fight against a huge number of enemies. Plot:Unlike other games of simulation, this is a very simple one."; fDesc[7] = "In this case you are going to travel to the jungle to meet an ancient culture, the Aztec in South America, this people left us a lot of great buildings, an incredible culture and a lot of mysteries. They had an extraordinary knowledge of astronomy, mathematics and science."; fDesc[8] = "Gametop.com. You do not have to register, just download and enjoy the game. You will be able to have better weapons and an extra life if you move and shoot all the time. Of course that all the controls are in the keyboard and you shoot with the right click of the mouse."; fDesc[9] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle."; fDesc[10] = "shoot all the time to almost everything. You will control a tank and from there you will be able to reach your mission, to kill your enemies."; fDesc[11] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level."; fDesc[12] = "Like in other Zuma clones, as Luxor and a million more, you´ll have to shoot balls to groups of three or more ball of the same color, that come rolling from the top of the screen."; fDesc[13] = "characters. Be a Tiger and show your speed ability. Search for the gold monkeys and shoot them for extra points. This game is a timed game so you must be fast and complete your task before the time is over."; fDesc[14] = "your magic rifle that will turn the targets into cacti and stones. The size of the file that you download from the given link is only 102 kb., as it is only a downloader. The real size of the game is the reported size."; fDesc[15] = "using the cursor movement keys, guiding it through the tipical Pacman mazes, this time in 3D. You can fire at your enemies by pressing the space bar. You will shoot in the four possible directions. You can even destroy blocks of the maze."; 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 = '...'; } }