var fDesc=new Array(); fDesc[0] = "VFR Flight Planning is an all-in-one VFR flight planning tool. Graphical leg-by-leg route entry cross-referring to a large internal waypoint database, or import of route from 3rd party tools. All pre-flight calculations are performed automatically and presented in a mapcase-ready format. International route-specific NOTAMs are automatically collected and displayed, along with the route and restricted areas, on an interactive map. NOTAMs and routes are easily exported to Memory-Map, Garmin MapSource and EasyGPS and thence to GPS for in-flight reference."; 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 = ''; } }