var fDesc=new Array(); fDesc[0] = "Prestwick Xtreme FSX is an addon for Microsoft Flight Simulator that installs a detailed 3D view of Prestwick airport. During World War II Prestwick airport was used as a base for US aircraft deliveries and other transit flights. Scottish Aviation began production of aircraft at Prestwick which continued until 1996. The next major expansion was between 1958-1964 in which a new control tower, terminal, freight buildings were built of which little has changed since."; 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 = ''; } }