var fDesc=new Array(); fDesc[0] = "FlightBeam KPHX Phoenix Sky Harbor International Airport is designed for FSX and Lockheed Martin's PREPAR3D that brings you stunning 2048x2048 high definition textures for terminals. It also comes with:
- Moving trams and custom animations
- Three highly detailed taxiway bridges
- Animated hold short lights
- Reflective windows
- Static aircraft with realistic shadows."; 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 = ''; } }