var fDesc=new Array(); fDesc[1] = "Gigaset USB Adapter 54.People wanting to link up their PC or notebook to a WLAN without much trouble will choose the Gigaset USB Adapter 54. Small and compact (88 x 55 x 12 mm), it will also be a practical companion for people on the move, who'll be able to dial into the Internet at any number of WLAN hotspots in cafés, hotels, and airports."; fDesc[2] = ", 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[3] = "traffic. This is exactly similar to the customized radio communications used at airports. This add-on generates more than 475.000 flights per day. This includes 7.800 worldwide airports."; fDesc[4] = "Simulator X (FSX).The complete group of islands in this region is spread over a massive 2.5 million kilometers.There are about 14 islands of this region, and 9 airports are given in the package with detailed mesh and with some interesting animations."; fDesc[5] = "Packs 1 and 2. Users can integrate this program into SFX to simulate 3D landing and exploration by air of the islands city of Venice, its buildings, two airports and canals, and the island of San Nicolo."; fDesc[6] = "9.5-meter mesh from the background for two highly detailed and demanding airports Funchal and Porto Santo. Madeira is a semi-independent part of Portugal with two main islands"; fDesc[7] = "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[8] = "FSX and FS2004 program users that provides them with GPS Navigation and flight planning, and an Auto Pilot controller. The Abacus CoPilot Pro 4.0 features global integrated maps covering airports and geo-political boundaries that includes a zoom function."; fDesc[9] = "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[10] = "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[11] = "Simulator X and 2004. The Munster/Osnabruck X software was created with superb quality and realism with excellent frame rates. Included with this software is the FS2004 version."; fDesc[12] = "located in germany. The scenery is based upon Hannover airport and care has been taken to include all the details and environment settings as there is in the case of the real airport."; fDesc[13] = "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[14] = "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)."; fDesc[15] = "presents them with high resolution, photo realistic aerial views of two airports and their surrounding areas; Ezeiza or SAEZ, the international airport of Buenos Aires, Argentina, and the Aerpuerto Internacional Simon Bolivar airport of the city of Caracas,"; 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 = '...'; } }