var fDesc=new Array(); fDesc[0] = "Golden Eagle FlightPrep was developed to better take advantage of the latest internet online flight planning capability. Many new features, such as weather overlay, always current TFR's, richer flight planning charts, and a direct online flight planning gateway to FlightPrep, make Golden Eagle FlightPrep the flight planner of choice for pilots facing the challenges of today's complex airspace."; 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 = ''; } }