var fDesc=new Array(); fDesc[0] = "This simulation offers a very detailed copy of a very common German Type of a Power Signal Box (Sp Dr S 60).
Simulated is the time during Winter 1974/1975. It was an area close to the east-German border with only Diesel and still some steam! The Steam Shops in Braunschweig were closed in 1976.

It’s your task as a dispatcher to keep those trains running! You have a lot of additional dispatching aids available, that makes your life easier. Also you can share the signal box panel with any friend on the world in the Dispatcher Centre! Dispatching live together is the greates fun you can imagine!
It’s a fully working simulation, though it’s only a four platform layout on a main line. Try this first, before you jump in the real world of dispatching!"; 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 = ''; } }