var fDesc=new Array(); fDesc[0] = "GT-Command operates together with Uhlenbrock Intellibox® Märklin Central Station®, Fleischmann Twin Center® , ESU ECoS®, Roco 10785, and Lenz LZV100. GT-Command is command control allowing you to use your voice or write on your PC. GT-Command helps you to command your trains, your points, and all other digitalized accessories. Normally you would use the buttons on your controller, the pen on your flat screen or maybe a remote controller. With GT-Command you command directly using your headset. GT-Command allows you to do this directly via your headset or your PC. The command control has a unique and simple language making it easy to write or speak."; 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 = ''; } }