var fDesc=new Array(); fDesc[0] = ""FS Real Time" has been designed to keep Microsoft® Flight Simulators UTC (Zulu/GMT) time and date in sync with the Real World. You can have it maintain either the current Real Time, or an offset (+/-) so you can fly at any variation of time from the Real Time. This program will monitor your aircraft's current UTC offset within Microsoft Flight Simulator and preemptively adjust the game's UTC to the correct (offset adjusted) time, as you cross each Time Zone."; 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 = ''; } }