var fDesc=new Array(); fDesc[0] = "Based on North American prototypes, ScaleRail is the ultimate in realism for Rail Simulator and RailWorks.
Our next add-on for Rail Simulator/RailWorks is ScaleRail, a system of track shapes and objects which add to the enrichment of your virtual route environment.
ScaleRail comes in two basic varieties with wood and concrete ties, as well as a large selection of bridge, mainline, spur and yard tracks for a wide variety of track configurations - all which will peacefully coexist in the same route."; 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 = ''; } }