var fDesc=new Array(); fDesc[1] = "Lionheart, in front of the legions of Europe, or the elusive Saladin, leading the Arab army, you will be able to face a bloody war for the sole purpose of conquering the enemy stronghold."; fDesc[2] = "action-packed 3d blast along roads filled with enemy agents - but also with innocent civilians that you should protect at all costs."; fDesc[3] = "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[4] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same."; fDesc[5] = "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[6] = "invasion. For achieving this, you must kill everyone coming your way. You begin shooting ships, that need to be hit several times to be sunk, and then the soldiers that would emerge from the ships, if they can reach the coast."; fDesc[7] = ", 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[8] = "kill your enemy, the funny part of the game is that your enemy is just the same as you. This worms make every action with an excellent expression of their objectives, to kill the opponent."; fDesc[9] = "alternate moves. The object of the game is to capture all the enemy pieces, or block them. The pieces move only over the dark squares, diagonally, one square at a time and always forward, for common pieces. The Kings can move backwards, too."; fDesc[10] = "you have to control your plane while trying to destroy the enemy. In terms of flight simulator is kind of poor, since the only factor you control is the direction. Altitude, speed and else you won’t control and the simulator won’t let you crash."; fDesc[11] = "good action and simplicity. You can control a battle that take place in air, ground and sea. The game has a lot of levels and you will take part in different missions."; fDesc[12] = "against the Axis in different battles. You should control a soldier that carries different weapons, shooting to your enemies while walking through different scenarios, opening doors and avoiding to be hit."; fDesc[13] = "forces and destroy all command ships that control the military operations. Download Space Fights and play for free!"; fDesc[14] = "new title you will find an updated graphics engine, dynamic missions that will be modified following the events and a realistic sound environment, Enemy Engaged 2 has been in development over two years and aimed to become the best simulator of its kind."; fDesc[15] = "fulfill missions that will change the course of the war. With over 20 missions and very specific skills of each soldier, the amount of thinking you have to do in this game is high, and it's also very fun."; 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 = '...'; } }