var fDesc=new Array(); fDesc[0] = "The Carlisle simulation for railroads portrays the area controlled by Carlisle PSB which opened in 1973. Carlisle has many signals where the overlap is deemed as insufficient for overrunning of signals, so to mitigate against this a system known as conditional aspects exist which will impose approach control on the signal in rear unless the train has a clear run."; 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 = ''; } }