var fDesc=new Array(); fDesc[0] = "ChrisTrains NS Koppelwagen is an add-on for the Train Simulator game. A 'Koppelwagen' (coupling car) similar to the type used by the NS for train rescue. This wagon has a 3-link coupling on one end and a basic scharfenberg coupling at the other. Use it to allow freight locomotives such as the NS6400 to tow EMUs like the SGM Sprinter."; 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 = ''; } }