var fDesc=new Array(); fDesc[1] = "Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[2] = "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[3] = "lot of action, easy controls and, of course, a spectacular graphics display . Plot:You will be able to shoot to new enemies."; fDesc[4] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead."; fDesc[5] = "In this game you will be a pilot and you will have to perform various missions in hostile skies.At the beginning of the game you will be able to choose your chopper, among different models."; fDesc[6] = "game where you will be able to control a war helicopter while you will fight against a huge number of enemies. Plot:Unlike other games of simulation, this is a very simple one."; fDesc[7] = "terrorist bases and hostile camps located in different parts of the world. Your main objective is to destroy these hostile forces and maintain your helicopter safe from attacks."; fDesc[8] = "helicopter equipped with laser rays, missiles, bullets, and many other special guns. Your mission will be to destroy a dangerous terrorist base, but this won't be an easy task as there are many maneuvers to make, which will require all your skills."; fDesc[9] = ", you´ll have to pilot your top-secret helicopter loaded with cool gadgets around the alien menace and eliminate all alien bugs. Some of your enemies can shoot you. From time to time a big helicopter will help you paralyzing them with a ray."; fDesc[10] = "that come for you from the land, the sea or the air. You will be able to rotate your helicopter by using your mouse, and you will command its movements through the cursor movement keys. You will fire your cannons by pressing the left mouse button."; fDesc[11] = "that used to live during the dinosaurs era? Well, you are going to be flying on one of those magnificent birds. And you will not be alone either. This unique screensaver also includes a “helicopter mode”."; fDesc[12] = "days, it is quite obsolete. Still, back then, the game proved to be fun for uncountable hours at the time. What is really great, or was, about this game is the way that you can achieve control of your helicopter."; fDesc[13] = ", and this way we´ll be given an Apache or a Hind helicopter. Through the stages we will receive different missions which may involve destroying enemy forces or rescuing hostages."; fDesc[14] = "intense?--look no further: ...Bombstrike: \"The ultimate 3D helicopter action game.\"\" (The Independent Gaming Source)"; fDesc[15] = "to fly as far as possible with your helicopter. You are flying through a passage that gets narrower and narrower. You can fly to get a new high score, but you can also fly against each other or against computer opponents, up to four players!Flying is very simple... Each players has one key. When the key is pressed, the helicopter will go up. When the key is not pressed, the helicopter will go down. You have to avoid obstacles and try not to crash."; 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 = '...'; } }