var fDesc=new Array(); fDesc[0] = "Charlotte Douglas International Airport it's a scenery developed for Microsoft Flight Simulator X (FSX) and Lochkeed Martin Prepar3D. It's has been created with great attention to visual quality and performance, using the latest available programming techniques.

Fully customized ground and runways in high resolution, DX10 and DX11 compatible. Ground terrain seamlessly integrated with the Simulator. Optimized for the Avatar mode in Prepar3D. Immersive Surround Sound Effects. Smart animations and people with almost no impact on memory and fps. Fully 3d taxiways lighting."; 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 = ''; } }