var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; 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] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later."; fDesc[4] = "in this incredible and mega airport. What an opportunity to discover the original feeling and atmosphere of this airport! Simwings utilized the BAA as having them onboard as an official partner for this project."; fDesc[5] = "manager that will let the user(s) optimize their performance. The newest features of the software can take screen shots, and capture videos which therefore will create screen casts, demos, tutorials, simulations, and videos that can be used on the internet."; fDesc[6] = "France. There are many features of this add-on. The major buildings and structures that are located near to the airport are actually included in this add-on. The objects so available in the scenery are static as well as dynamic"; fDesc[7] = "There are many features of this add-on. All the buildings and the terrain is built by using a real photograph of the airport. It contains animated vehicles, effects and buildings. The objects so available in the scenery are static as well as dynamic"; fDesc[8] = "this add-on. All the buildings and the terrain is built by using a real photograph for the airport. The objects so available in the scenery are generally dynamic or animated objects."; fDesc[9] = "program. This program has been developed by experienced airport designers and contains a lot of professional tools. This version has many new features and some changes."; fDesc[10] = "the main airport in Budapest. It has realistic ground textures and extensive autogen. The FS2004 is included with the FSX software."; fDesc[11] = "completely designed in GMAX thus giving it a better quality look. The objects so available in the scenery are generally dynamic or animated objects."; fDesc[12] = "following airports; Cologne/Bonn, Hannover, Dortmund, Munster/ Osnabruck, and Leipzig/Halle. German Airport sceneries show the airport as it is today with no modifications."; fDesc[13] = "features Konrad Adenauer airport. It includes sceneries such as freight terminal and the military section. The scenery has well detailed buildings, lighting systems, navigation aids and of course the layout of taxiways and runways which have been restructured."; fDesc[14] = "The add-on depicts the Leipzig/Halle airport which gives a detailed scene of the real airport. It consists of lighting systems, buildings, taxiways and runways. All these have been restructured keeping into mind the real-time airport."; fDesc[15] = "detail. German Airport series Dortmund is recreated with the latest up-to-date layouts, buildings, objects, runways, taxiways, detailed lighting system and navigational aides (ILS, VOR/DME, NBD, and ATIS)."; 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 = '...'; } }