var fDesc=new Array(); fDesc[0] = "Z-NET4 is a programming environment used to configure ModBUS slave modules and design concepts for data acquisition, automation and remote control operated by controllers and SENECA RTU running on platforms IEC61131. It lets you generate/edit configuration files of the controller, upload the configuration into the CPU/controller, and configure I/O modules. You can view real-time values and I/O variables ​​of the modules from this program."; 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 = ''; } }