var fDesc=new Array(); fDesc[0] = "SimSig North East Wales is a simulation program in which you will be in control of the Shrewsbury to Chester Line between Shrewsbury (exclusive) and Saltney Junction (exclusive), along with the Borderlands Line from Wrexham Central to Bidston (exclusive). The simulation is set in the present day, with four signal boxes and seventeen stations, over sixty-seven miles. There is also scope for freight operations. Absolute Block working is applied to this simulation between all signal boxes, and it can easily be operated by one player."; 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 = ''; } }