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] = "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] = "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[6] = "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[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] = "way. Branded with elegance, simplicity, realism, flexibility and intuitiveness, this exclusive software is best suited for professional users dealing with entire weather synthesis and processing system."; fDesc[10] = "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[11] = "developer's website.There is no need to register or enter any information before downloading.It set ups quite easily and we can immediately start to imagine we are in full charge of an aircraft. Before starting the adventure, we can select the aircraft we prefer to fly from over 48 models."; fDesc[12] = "Flight Deck Companion has provided this for the ultimate simulator experience. They have put together a complete interactive sound environment for every aircraft that is available in Microsoft Flight Simulator X and 2004. What a way to experience the effect of a simulator."; fDesc[13] = "new title you will find an updated graphics engine, dynamic missions that will be modified following the events and a realistic sound environment, Enemy Engaged 2 has been in development over two years and aimed to become the best simulator of its kind."; fDesc[14] = "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."; fDesc[15] = "for Microsoft Flight Simulator program. It is a good basic program and easy to use for those who are not used to make scenery for FS2002 and FS2004. This software has intuitive interface with click and drag functions."; 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 = '...'; } }