var fDesc=new Array(); fDesc[1] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[2] = "blocks of the same color together. There is also a \"Supa Weapon\" available which can be used when it's fully charged.Each time we fill up our Brick-o-Meter we will get to the next stage."; fDesc[3] = "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[4] = "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."; fDesc[5] = "MD-11F, to provide virtual pilots who use Microsoft Flight Simulator X 1.0 with detailed, high resolution simulations of these two aircraft to experience flying in their flight simulation programs."; fDesc[6] = ", shooting your weapons to defeat your enemy´s hordes, that will keep coming towards you firing all the time. Destroying spaceships and enemy facilities will get some power-ups to you, like extra lives, fuel and weapons."; fDesc[7] = "of carrying passengers in an airline environment. Xpax runs alongside FS and shows up when certain phases take place, alerting players with current events presented as audio and video."; fDesc[8] = "includes a beaver which caters to the requirements of every terrain. The missions included in this software would help the users to gain an insight about the aircraft."; fDesc[9] = ", enabling them to experience virtually, a Cargo Pilot’s career from simple beginnings at a small airstrip right through to working in an international airport flying massive jets."; fDesc[10] = "players no more play as warriors or mages in a desolate land but the pilots who master high-tech weapons, fighting in the immense universe. Shuttling between the numerous galaxies, the units of various forms and functions are navigated by the pilots to fight against ferocious alien enemies. It is an epic war: battling for the Earth Alliance is the pilots' ultimate honor and eternal duty."; fDesc[11] = ", but a 3D video featuring a race with 3 pilots riding on fantastic motorcycles in very realistic colorful sceneries. Each of the three pilots is wearing suitable clothes and a helmet, that match the color of his own motorcycle, that is, yellow, red, or blue."; fDesc[12] = "providing them with a virtual airline operations expansion where users begin their ‘careers’ as Junior Pilots at an airline and fly their way through the program to work their way up through the routes and ranks, finally achieving the coveted left seat they aspire to."; fDesc[13] = "student pilots alike. This program displays a smart user interface, which we can customize to our own needs and preferences. Each tabbed window of the program's interface shows our customized fields, which are to be filled in."; fDesc[14] = "cloned zombie pilots that the Third Reich put in the skies for the Luftwaffe to gain the strategic control of the air. The gameis played in a top-down scrolling view."; fDesc[15] = "weren't very user-friendly or customizeable to fit specific requirements.."; 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 = '...'; } }