var fDesc=new Array(); fDesc[0] = "TrapVision is an SNMP trap management and distribution application, which allows users to receive, visualize and handle SNMP traps in various ways. TrapVision can be used together with other network management applications to provide distributed and structured trap handling. TrapVision supports SNMPv1, SNMPv2c and SNMPv3 TRAP messages and SNMPv2c and SNMPv3 INFORMs. It has fully featured fault management solution, trap forwarding (Single or Multiple hosts), trap collection and storage, comprehensive trap console and debugging of SNMP traps."; 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 = ''; } }