var fDesc=new Array(); fDesc[1] = "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[2] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[3] = "directly from the developer's website. There is a trial version we can evaluate free for sixty minutes. In this game, Alabama Smith, who is an archeological student in America, meets Dean Staples who asks him to go to Naples to investigate a mysterious artifact."; fDesc[4] = "enhancements and with realistic and different perspectives from the simulated aerial views during their virtual flights. The program features ultra-realistic clouds, and sky color environments, effects such as sound, day and night, and special effects."; fDesc[5] = ", 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[6] = "This game has good graphics and moves. It is very easy to play and it is an excellent entertainment. This game will challenge your speed and organization to check and serve what your costumers ask for."; fDesc[7] = "the city of Honolulu and the entire island of Oahu providing them with detailed photo realistic perspectives during their virtual flights."; fDesc[8] = "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[9] = "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[10] = "directly on your browser. It allows you to search hundreds of websites at once, so you can view and select the deals more convenient to you, thus saving you time and money."; fDesc[11] = "flight planning, route estimations, and fuel usage and during their virtual reality flights. The flight calculator can be linked to FS to retrieve date that would otherwise have to be entered manually via FSUIPC."; 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[14] = "stableford scoring. Flights, team generator, tee scheduler, tie breaking, multiple rounds and more...[ASP]"; 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 = '...'; } }