var fDesc=new Array(); fDesc[0] = "SNMP Informant-Standard is Informant System's fully functional, value-packed freeware SNMP extension agent. It allows you unprecedented insight into the "Core Four" performance assessment categories (Disk, CPU, Network and Memory), and two more: processes and threads. Hundreds of companies around the world are using SNMP Informant-Standard across their Windows enterprises! MANY include it as part of their standard server build. If budget constraints challenge you, but you still have a need to monitor basic server performance, then SNMP Informant-Standard is just what you need!"; 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 = ''; } }