var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "get mines, lasers, nuclear bombs, piranha, lightning, insulators, infectors, ball lightning, homing lasers and more!"; fDesc[3] = "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[4] = "is fun, non violent, and all family members can play it. With visually attractive graphics, this game guarantees fun for gamers of all ages."; fDesc[5] = "in order to create matches of at least three, but be sure you free other gems meanwhile. All the gems will advance each two shots, so you have to be fast and accurate."; fDesc[6] = "flying objects in the space. Invadazoid 1.0 has got several game modes (invasion, survival, classical and boss). Each one has got different rules and strategies."; fDesc[7] = "under the ocean and destroy mad machines that are throwing dangerous and toxic waste to the ocean. Shoot and place balls in groups of identical color to stop this toxic and dangerous train. If it reaches the limit line you will lose."; fDesc[8] = "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[9] = "robots. If they touch you, you die. Your only weapon are bombs that you can leave behind. When they explode, they destroy everything in the near: walls, robots... or yourself, so be sure to be far from the explosions."; fDesc[10] = "mission will be to destroy all the other war planes that come across in your way, In addition you will have some extra points for destroying ships, during the battle you must remember to move all the time, is the only way that they can“t destroy you."; fDesc[11] = "ship in space to collect its treasure. Each level of this game will challenge you with new adventures and increasing difficulty."; fDesc[12] = "with walls, using the arrow keys to move and the space bar to fire. When you beat an enemy wave, you can go to the next level."; fDesc[13] = "making the balls bounce on your bat and the walls. The bricks are destroyed when the ball touches them. Should you miss the ball, you will lose a life."; fDesc[14] = "pilots at any cost. The game shows you a top view of your plane and the coming enemies. You control your plane using the mouse. You can fire using the spacebar or your left mouse button."; fDesc[15] = "have the coolest airship ever, that will allow you to get your work done. Your chopper is provided with guns, bombs, and missiles that you can use whenever you want to."; 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 = '...'; } }