var fDesc=new Array(); fDesc[0] = "SimSig Drain is a simulation of the Waterloo & City Line of the London Underground, colloquially known as the “Drain”.The Waterloo & City Line has only two stations: Bank and Waterloo, with unidirectional tunnels between them. South-west of Waterloo there is a 5-track depot. There is no way for trains to enter or leave the line other than with the aid of a crane."; 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 = ''; } }