var fDesc=new Array(); fDesc[0] = "LeoPC1 is a service tool to be used by plant operators with the control systems created by Leonhard-Reglerbau of Stuttgart, Germany.

LeoPC1 provides the following features:

- Display of measured variables or the logical statuses of your plant
- Configuration of the configurable devices used in your plant
- Standard values of your devices can be stored for restoring or transferring
- Remote control of the controllable devices used in your plant
- Logging of selected data and measured values or events of your plant
- Events of the corresponding devices can be read out and printed
- Language management and loading for the display of your adaptable devices
- Alarm logging, management and preparation for your plant"; 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 = ''; } }