var fDesc=new Array(); fDesc[0] = "PRTG Network Monitor lets you monitor all the systems, devices, traffic, and applications in your IT infrastructure including LANs, WANs, servers, websites, applications, and services. It has support for all important network technologies including SNMP, WMI, SSH, HTTP requests, REST APIs returning XML or JSON, Ping, and SQL.

PRTG comes with a comprehensive interface which give you a detailed, real-time network map with live status information. You can get alerts for unusual metrics or problems through various modes such as email, push, or HTTP requests."; 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 = ''; } }