var fDesc=new Array(); fDesc[0] = "This add-on for Prepar3D provides the complete model of London Stansted Airport. Stansted airport began its life in 1942 as a USAAF Base with a standard RAF triangular runway layout. In 1946 the airport officially opened as a civil aerodrome retaining many of its wartime buildings. Xtreme version features high resolution ground markings and images, 3D approach lights, dozens of airport vehicles, animated traffic, runway wigwags, full set of signs, GA static aircraft, etc."; 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 = ''; } }