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] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it."; fDesc[3] = "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[4] = "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[5] = "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[6] = "great nonetheless. In the game, you play a new character, who apparently was on the same flight as the survivors, but he can't remember anything prior to the crash. Jack asserts that he has amnesia brought on by the shock of the crash."; fDesc[7] = "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[8] = "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[9] = "you have to control your plane while trying to destroy the enemy. In terms of flight simulator is kind of poor, since the only factor you control is the direction. Altitude, speed and else you won’t control and the simulator won’t let you crash."; fDesc[10] = "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[11] = "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[12] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[13] = "power-ups and go through the 18 challenging holes, collect as many points as you can, and unlock new characters to have more fun!"; fDesc[14] = "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."; 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 = '...'; } }