var fDesc=new Array(); fDesc[0] = "Aircraft Cost Evaluator is a program that enables you to perform aircraft operating cost comparisons, performance and specifications or to benchmark your existing aircraft costs. It includes features such as:
- Direct Costs, Fixed Costs and Annual Budget Data for over 500 aircraft
- Fractional aircraft ownership data
- Relative aircraft operating costs and general aircraft performance comparisons
- Quick cost comparisons for up to 3 aircraft at one time, side-by-side."; 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 = ''; } }