var fDesc=new Array(); fDesc[0] = "Aerosoft - Malaga X is a flight simulator add-on for FSX and Prepar3D. The scenery provides a recreation of the Malaga - Costa del Sol airport, which is the busiest airport in the Spanish region Andalusia, offering connections to and from the whole world. The airport comes with a myriad of static objects, 3D approach lighting and high resolution AFCAD data. You can also extend and adapt it with the included Config tool, adding, for example, grass or street lamps. The car, ship and train traffic further complements the high realism of this scenery."; 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 = ''; } }