var fDesc=new Array(); fDesc[0] = "This Railway has now been re-created for the Train Simulator Railworks, with 4 new high quality locomotives; built to a much better standard to any other previous product by Meshtools. Also with over 50 new assets such as lofts, scenery and ground textures, for you to use on your own routes."; 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 = ''; } }