var fDesc=new Array(); fDesc[0] = "Edit your FSX aircraft config files with confidence and ease.

TweakAircraft gives you easy access to up to 500 aircraft.cfg variables:

Each Aircraft.Cfg file contains a wealth of information and TweakAircraft presents this vast array of data in an easy to understand format in keeping with all our TweakFS series. The logic is very similar to our other products so if you have any other TweakFS tool you will feel right at home with TweakAircaft."; 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 = ''; } }