var fDesc=new Array(); fDesc[0] = "FS Timekeeper is an easy to use utility that provides a Flight Simulator independent time source from which it updates MSFS time since MSFS time will start to fall behind if you pause the simulation, access MSFS menus etc. FS Timekeeper also detects if you cross time zones during your flight and adjusts its internal time source, and subsequently MSFS Time, automatically. Since you usually start FS Timekeeper at the start of your flight and keep it on throughout, FS Timekeeper also doubles as an automatic chronometer. It will track elapsed time in the air, on the ground and the total of the two. FST also automatically logs this information which is displayable with the integrated log viewer or via your favorite spreadsheet application."; 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 = ''; } }