var fDesc=new Array(); fDesc[0] = "The MatrikonOPC Interface for Windows Task Manager enables the display or archive of performance information on a PC or even its individual processes. This OPC server is an invaluable tool for technical support and IT personnel because CPU usage spikes may affect the data acquisition process of most applications. If a problem is detected, data from this server can be used to analyze the cause of a PC or applications unexpected behavior.
Read data from any item in the Windows Performance Monitor (Task Manager)"; 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 = ''; } }