var fDesc=new Array(); fDesc[0] = "Flight animations are a highly effective way of communicating events identified through FDM/FOQA programs. Using Insight|View on a modern desktop PC or laptop gives users access to state-of-the-art graphics technology to display realistic flight animations in high fidelity.

Insight|View replays flight animations dynamically rather than replaying frame-by-frame recorded bitmaps. A typical 60 second animation created for Insight|View at 1280x1024 resolution will be 5 MB whereas a traditional frame based AVI file will be on the order of 100 MB. As animation time increases, an Insight|View file remains the same size whereas an AVI file will continue to increase in size.

Animations created with Insight|Animation can be replayed with Insight|View at the highest possible resolution utilizing the capabilities of the PC’s graphics system. No loss of resolution occurs as when recording to AVI format files."; 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 = ''; } }