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 playbacking of flights, similar as the instant replay and video recorder built into FS. 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."; 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 = ''; } }