var fDesc=new Array(); fDesc[0] = "A freeware, full-featured SNMP Manager application built using PowerSNMP for .NET, PowerTCP Sockets for .NET, and PowerTCP Mail for .NET. Query and monitor the value of SNMP Agent variables, monitor traps, ping network hosts, and configure alerts with optional email notifications. Perfect for lightweight to moderate management tasks.

Features a simple, easy-to-use, drag and drop interface, query and monitor agent variables, monitor SNMP traps. Generate automated email notifications when variables go out of range, generic/specific traps are received, or a ping times out."; 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 = ''; } }