var fDesc=new Array(); fDesc[0] = "FS Recorder is an add-on module for Microsoft Flight Simulator available for FS2004 and FSX. It allows recording and playback of flights, similar as the instant replay and video recorder built into FS, but with a lot more features. The recorded flights can be played back either using the user's aircraft or as AI traffic, which allows you to fly formations with yourself. A number of settings allows to customize FS Recorder to your needs.
Features:
-Recording and Playback:
-Recording flights of (almost) unlimited length
-Optional recording and playback of AI traffic
-Playback of one or multiple recordings as AI traffic
-Recording new flight during playback as traffic
-Flying formations with yourself
-Advanced playback features (change aircraft, delay tracks, select individual tracks, ...)
-Instant replay, if recording was not started
-Jumping and searching during playback
-Playback control via keyboard or control window
-Stop playback at any position to continue manually
-Loop part of a recording
-Change playback speed
-Custom keyboard controls
-Customize recorded data

-Cameras:
-Multiple virtual cockpit cameras
-Multiple tower cameras
-Multiple spot cameras
-Manual panning or automatic tracking of aircraft
-Automatic zooming
-Zoom smoothing
-Saving/loading sets of cameras"; 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 = ''; } }