var fDesc=new Array(); fDesc[0] = "PC-Rail Manchester Piccadilly has high quality railway signaling and operating simulations.
PC-Rail Manchester Piccadilly has a major city terminus with 12 platforms plus 2 more on the through lines to Oxford Road with six parallel approach lines to control.
As well as the busy intercity, local and Trans-Pennine services there are stock and loco movements to be made to and from Longsight depot."; 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 = ''; } }