var fDesc=new Array(); fDesc[1] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[3] = "game.This is another amazing game developed by Media Contact LLC. Plot: You will be a war pilot and your duty will be to kill all your country enemies. Your superior will give some missions, every one is different from the others, you must reach your goal if you want to pass to the next level."; fDesc[4] = "the galaxy. This fast-paced game is full of action, as enemy ships and huge meteorites appear from all sides, forcing you to avoid them while at the same time shooting your enemies and collecting the power-ups."; fDesc[5] = "the enemy space forces and destroy all command ships that control the military operations. Download Galaxy Guard and play for free!"; fDesc[6] = "so on), you´ll need to destroy the aliens, stop the invasion and save the Earth. The game is viewed from the top, you control a spaceship on the lower end of the screen, shooting the enemies that will appear from the top."; fDesc[7] = "effects, splendid graphics and many fantastic routes will not leave you indifferent."; fDesc[8] = "used by Ares Galaxy SpeedUp PRO generates dramatically decreases of downloading time."; fDesc[9] = "attacked the Galaxy. You are the captain of a state-of-the-art spaceship."; fDesc[11] = "like those we were used to enjoy in the old days. Aces of the Galaxy was created with many details and perfectionism in its visual design and may not be a fully realistic graphics section but it is full of amazing rich colours and movements."; fDesc[12] = "invade it. You´re in the space, with your spaceship armed with lasers and rockets. Your mission is to protect the galaxy from the alien invaders by destroying their spaceships."; fDesc[13] = "search and download of media files easier. The tool supports the most popular P2P network protocols which facilitate smoother file sharing over the net."; fDesc[14] = "thousands of stars and many other stellar objects. You will watch the movement of Nebulas, clusters of stars, spiral nebulas and many more."; fDesc[15] = "existence of different items that enhance the game. For example, in the first stage there is a cannon. We must lead the golf ball to a hole near the cannon, and then we can aim the cannon and shoot the ball towards the hole."; 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 = '...'; } }