var fDesc=new Array(); fDesc[0] = "Integration Objects´ OPC Alarms and Events Archiver enables you to monitor alarms and events from one or more OPC alarms and events servers within your plant network. Furthermore, it archives the alarms and events into any ODBC or ADO-compliant database (such as Oracle, Sybase, Microsoft SQL server, Access and Informix).

Using the OPC Alarms and Events Archiver, you will have a complete historical record of your plant´s events and alarms thus providing you with a broader perspective of plant activities which can help you to improve your plant performance."; 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 = ''; } }