var fDesc=new Array(); fDesc[0] = "With Simple Tester, managers and agents can communicate with one another because they share a common understanding of the data being exchanged (MIBs) and use the same mechanism to exchange that data.
The Simple Tester is a SNMP test tool that automatically exercises SNMP v1, v2C, and v3 agents. This program is an SNMP program that will intelligently interpret MIB files, SNMP protocol specifications, and all the MIB objects supported by the agent."; 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 = ''; } }