var fDesc=new Array(); fDesc[0] = "This software has been developed especially for Condition Monitoring applications.
Additional to the HMGWIN 3000 functions, this software enables the reading out of measured values and configuration and setting up of Condition Monitoring Sensors (HLB 1300 / 1400, AS 1000, CS 1000) as well as Condition Monitoring devices (CMU 1000, CSI-F-10).
Included in the CMWIN PC-Software, is an IEC 61131 standard programming environment,
enabling the development and commissioning of application programs for the CMU 1000 und CSI-F-10."; 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 = ''; } }