var fDesc=new Array(); fDesc[0] = "ELMwatcher is a program for monitoring SNMP Trap notification messages generated by an EMKA Electronic Locking & Monitoring (ELM) System. It lets you manage received notifications in various ways and includes mechanisms for informing users about the notified events.
The installation of ELMwatcher requires Windows 2000, Microsoft Windows XP, Microsoft Windows Vista or Microsoft Windows 7 on the workstation. The network protocol TCP/IP is required."; 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 = ''; } }