var fDesc=new Array(); fDesc[1] = "way from machine guns, missiles, bombs, lasers and air support. After destroying some enemies you will earn extra bonus, powerups, weapon upgrades and ranking."; fDesc[2] = "spider man whose mission is to stop Electro from taking over the world. Throughout the game, user swing from building to building, picking up power-ups, beating up thugs and hired goons, and every so often confronting a boss who then proceeds to whip the living tar out of them."; fDesc[3] = "get mines, lasers, nuclear bombs, piranha, lightning, insulators, infectors, ball lightning, homing lasers and more!"; fDesc[4] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[5] = "starting to play, like video quality and resolution, special effects and audio. In the game, you control four lasers with the same aim. You move the whole turret with the mouse, positioning your enemies into the aim. Then, you must destroy them shooting with the left mouse button."; fDesc[6] = ", lets you choose your preferred video mode. The other one, \"Start\", launches the game. Then, you start battling with your spaceship against the enemy forces. You control your ship using the mouse, your trigger is the left button."; fDesc[7] = "ball to destroy bricks, in order to get the ancient artifact Star Ball. As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar."; fDesc[8] = "includes seven missions with a Boss at the end of each. Your ship is controlled by your mouse."; fDesc[9] = "for bonus damage. Gyro Glue: Swirling and burning glue with a large area of effect [new]. Warp Gate: Wormhole + explosive objects from the 8th dimension appear."; fDesc[11] = "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] = "Each level is a visually stunning puzzle of glowing lasers and colored coins. Place prisms, mirrors, and refractors to direct lasers t..."; fDesc[14] = "integrated level editor, plug and play level packs, new music and sound, and new 3D rendered graphics. Aargon Deluxe: Are you smart enough?"; fDesc[15] = "embedded mirrors which can be position to bounce the laser light around the board and hit opponent pieces.The game that combines lasers with classic strategy for an experience enjoyed by players of all ages. To play, players alternate moving their pieces around the board. Some pieces have mirrors and some do not. Bounding the board is a raised frame into which are built two lasers, one for each player. The game pieces include a \"pharaoh\", obelisks, and pyramids with mirrors. After each move, The laser of this player starts. The beam bounces from mirror to mirror around the playing field. The challenge is to protect one's own pharaoh while maneuvering to \"light up\" the opposing player's pharaoh."; 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 = '...'; } }