var fDesc=new Array(); fDesc[0] = "System PulseMeter is easy to use and affordable system administrator software.
One solution for total network management: get a centralized insight into the entire monitored IT infrastructure. Monitor network performance, running processes, applications and services, control incoming and outgoing network traffic, monitor databases performance, stay informed if some crucial windows updates were not installed at some hosts, monitor usage of system memory, threads and CPU usage, and all this with just one network monitoring tool."; 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 = ''; } }