var fDesc=new Array(); fDesc[0] = "The MG-SOFT WinSNMP module implements the industry standard WinSNMP API specification. It provides an SNMP protocol Application Programming Interface to network management applications. The API includes database functions, communication functions, PDU functions, varbindlist functions, entity/context functions and utility functions. MG-SOFT WinSNMP API supports sending and receiving SNMPv1, SNMPv2c and SNMPv3 messages, including the SNMP Trap and Inform notification messages."; 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 = ''; } }