var fDesc=new Array(); fDesc[0] = "Many network devices and programs come with so-called MIB files that describe the parameters and readings which are available for monitoring via SNMP. With MIB Importer you can import these MIB files (supplied by the vendor of your devices) and convert them into OID libraries for PRTG Network Monitor. Then you can easily setup SNMP Library sensors using the new OIDlib files."; 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 = ''; } }