var fDesc=new Array(); fDesc[0] = "ProcessMonitor Add-in is used for cyclical reading measured data from field devices, presentation of measured data in charts and archive them in text files or databases for a later documentation or analysis. An online configuration defines which device variables are to be read. That can be all parameters or measured values that are provided by the DTM of a device. It provides an extremly effordable solution for continuous data acquisition even on unattended work stations or during maintenance tasks."; 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 = ''; } }