var fDesc=new Array(); fDesc[0] = "KDFW for FSX depicts DFW as it exists today including detailed renditions of its five terminals, the inter-terminal elevated tram and other terminal complex components. The most significant air traffic control, aircraft maintenance and cargo facilities are also included. All 161 jetway-equipped airline gates have been positioned as accurately as possible based on the most current aerial photography available and information obtained from DFW’s official web site. All gates are numbered and assigned to the corresponding airline based on the most recent information available."; 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 = ''; } }