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] = "that will appear from the top of the screen. You can collect power-ups to gain access to more sofisticated ammo, more power, extra lives and score points."; fDesc[4] = "inhabited with monstrous green creatures. The enemies are entraping you! The aim of the game is to clear out the gaming field from the green monsters and stay alive. Simple and clear gameplay, mystic heartfelt music - that's what you get with the game \"Alien Zap\". Download the game \"Alien Zap\" and play for free!"; fDesc[5] = "Realms. In this game, we will take control of a Cherokee called Domasi Tawodi to fight a number of alien races. The game will include innovative styles of gameplay and some new elements as \"Wall Walking\"."; fDesc[6] = ", Predator, or a human Colonial Marine. Each character has different objectives, abilities, and weapons at their disposal. The single-player campaigns present the player with conventional series of levels to progress through that are designed around the abilities of each character."; fDesc[7] = ", the game features several game-play modes and a huge amount of maps. The game is fast-paced, fun and stable, which is always a great combination. It is also free, so you must definitely try it."; fDesc[8] = "in charge of disposing millions of aliens in this game. With fast-paced action and a good atmosphere, the game will appeal to many gamers, specially those who like action games."; fDesc[9] = "the previous version, showing action from Iraq to Nevada, in an alien invasion, where you will be responsible for the stopping of the plague."; fDesc[10] = "mercenary in the pay,your boss is the M.A.G.M.A. Corporation which have made a huge discovery, they found a portal which its connected to another dimension, and a lot of aliens appears."; fDesc[11] = "Shadowgrounds. The game takes place in a distant future (2096), and tells the story of three survivors from an alien invasion to Ganymede, who join forces with the last remaining human resistance in a battle against the ongoing alien onslaught."; fDesc[12] = "pouncing at the Earth like a bolt from the blue. Your ship is the last one left on the Earth, and you're the only one to stop them!"; fDesc[13] = "into the Alien positions and to exterminate their threat from the infested space station. Easy to download, easy to setup and addictive to play, this action game can be enjoyed on your Windows XP."; fDesc[14] = "of this screensaver is time factory with a plasma clock made in future. It also contains realistic scenery of space. It also refreshes you with it fantastic music."; fDesc[15] = "great new music. It is a must have for those already owning the original Alien Shooter. It is fun and the new content is great."; 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 = '...'; } }