var fDesc=new Array(); fDesc[0] = "THE CAMBRIAN 2 ROUTE - "THE CAMBRIAN RAILWAY" for Microsoft Train Simulator. Include the entire Cambrian Railway network set back in the 1950s and 1960s which we feel was a much more interesting era.
This exciting route features approximately 200 miles of track, branchlines, and spurs. And the route runs through some of the most beautiful scenery in the UK."; 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 = ''; } }