var fDesc=new Array(); fDesc[0] = "AirSimmer A320 Family is a complete, ultra-realistic and immersive simulation of an Airbus A320 Family of aircraft for Microsoft Flight Simulator 2004 and Microsoft Flight Simulator X. The A320 Family comes in two editions: Basic and Advanced.
The Basic Edition is perfect for Flight Simulation enthusiasts who are just introducing themselves to flying the A320 and want to learn the basics without the pressure of having to read extensive documentation. It is also perfect for those who enjoy top-quality visual models, immersive sound environment, and the ease of flight that the A320’s Fly-By-Wire technology offers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }