var fDesc=new Array(); fDesc[0] = "FSXSave Version 1.0.4 Features: Users can configure the following settings from within FSX: Save Interval from 1 to 120 minutes between automatic saves. Enable or disable automatic saving whilst the aircraft is on the ground. Maximum number of saves to keep from 1 to 30. Fully integrated into flightsim X FSXSave starts automatically with flightsim X Options window available from the flightsim X add-ons menu Easy Install FSXSave uses the Windows Installer and can be removed using the Windows Control Panel FSXSave is free to use for personal use."; 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 = ''; } }