var fDesc=new Array(); fDesc[0] = "Post T Arnhem 1965 is a computer application that interactively simulates the GRS‐NX panels used in the Netherlands from the 1950s through to 2003.
In addition to teaching and entertaining, this project has the goal of documenting technical history, that is, recording and preserving the intricate details of a complex mechanical system."; 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 = ''; } }