var fDesc=new Array(); fDesc[0] = "The ProS81 program is employed to program the panels of the S81 series. Besides programming, it allows to create the configuration files for the Iride supervisor program and for OPC server program.
Main Features:
- Keying in all the panel programming data.
- Controlling the data validity.
- Connecting the PC and the panel
- Transferring the programming to the panel."; 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 = ''; } }