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] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly."; fDesc[3] = "pilot into the open. This great application will let you to fly under complex and real meteorological conditions, and face all difficulties that a real pilot has to manage when is flying a real plane."; fDesc[4] = "II. It is an excellent choice because at that location and historical period reached its the highest expression of the classic aviation war combat."; fDesc[5] = "pretty easy to play game but it’s also very entertaining because you keep very busy at all times. You need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "main reason why I am saying that is because the game doesn't put much emphasis on recreating the flying tactics and physics that are needed for a game to be called a flight simulator."; fDesc[7] = "incorporates new functionality, like the Missions Publisher , and some improvements. Above all, it incorporates a much improved flight model if compared with its predecessor."; fDesc[8] = "ClearView is a flight simulator of aircrafts and helicopters controlled by radio control. You will be able to control these amazing flying toys by using your keyboard, any Windows game pad, and a real radio transmitter connected with a special USB cable."; fDesc[9] = "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[10] = "This tool features standard, fixed-size maps with online traffic which can be used to calculate fuel. The fuel can be either calculated or the plane can be filled to the maximum quantity. The accuracy has never let the plane run out of fuel when airborne."; fDesc[11] = "the feeling of flying at high speeds without any of the risks involved. It will show you a group of fighter jets speeding through the sky, almost all of the time at low altitude."; fDesc[12] = ", the capabilities of FSX, providing users with a host of new features and traffic including a new Traffic Control Center and four virtual airports. Just Flight – Traffic X 1.0 includes over 100,000 scheduled airline flights within its AI feature"; fDesc[13] = "FS2004 flight simulation programs. Seven virtual aircraft are included in the Flight Deck 5 for FSX 1.0, the F/A 18C Hornet; the F/A 18E Super Hornet; the E-2C Hawkeye; the S-3B Viking; the SH-60 Seahawk; the C-2A Greyhound, and the EA-6B Prowler."; fDesc[14] = "lists. All this can be uploaded to your Pocket PC. You can download your flights from GPS devices, see the flight on the maps, explore statistics and relive it in a 3D view."; fDesc[15] = "versions. It is very powerful and functional software. This program allows to make realistic flight tasks, to find necessary beacons for navigation and much more, and then you can import this plans directly into Flight Simulator."; 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 = '...'; } }