var fDesc=new Array(); fDesc[0] = "Command Flight Planner is the premier PC based aviation flight planner for general pilots and small air operators in Australia. With its superior functions to calculate track, distance, wind and time intervals, weight and balance, fuel usage, integrate weather and submit flight plans via NAIPS, it makes flight planning easier than ever.

Main features:
- Google Earth interface for viewing your flight plans.
- IFR and VFR modes for flexibility and ease of use.
- All track/distance/wind/time interval calculations fully automated and instantly updated when anything is changed."; 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 = ''; } }