var fDesc=new Array(); fDesc[0] = "SimSig Derby is an add-on for the train simulator SimSig. This add-on allows you to experience the UK's Derby railway signalling control centre and lets you operate and route trains to their destination. The Derby railway station, also known as Derby Midland Station, is a main line station serving the city of Derby in England."; 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 = ''; } }