var fDesc=new Array(); fDesc[0] = "FDR is a great tool (though small in size) for Flight Simulator X to record your flights and play them back in various form.
FDR especially is a great alternative to the "video" and "instant replay" functions of Flight Simulator.
Not only can you record and play back the flight with your user aircraft, you can also freely move through the recording time line."; 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 = ''; } }