var fDesc=new Array(); fDesc[0] = "OPC Analyzer is a free utility used to find common OPC problem areas and backup important OPC-related files. Used by support technicians at MatrikonOPC for years, this software is now being made available to the public. Multiple plain text files containing the information are generated and conveniently zipped into a single file.

Main features:

- Backs up XML config files and OPC Server log files
- Checks common OPC problem areas such as firewall settings, DEP, network settings, as well as event log and MS update information
- Summarizes default COM settings, OPCEnum settings, as well as OPC Server-
specific DCOM settings"; 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 = ''; } }