var fDesc=new Array(); fDesc[0] = "NS SLT is an addon for Train Simulator 2015 or 2016; it comes with a reproduction of the SLT Sprinter electric passenger train that is common in the Dutch national railways. You get features such as second class passenger view with working passenger information display (destination, speed, train number, outside temperature)."; 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 = ''; } }