var fDesc=new Array(); fDesc[0] = "ActivityChanger modifies the timetable of an activity in MSTS. ActivityChanger executes this process fully automatically, simply by changing the Start Time of the
Activity. Another feature is "rounding the player timetable" for more realistic arrival and departure times, since real trains do not start at 8:15:53 but at 8:16:00. You can round all of the arrival and departure times to the nearest 10, 15, 30 or 60 seconds with one button. And you can also change the season and the weather."; 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 = ''; } }