var fDesc=new Array(); fDesc[0] = "PMP is a performance monitor for remote/multiple Windows servers. You can monitor the real time CPU, memory, disk and network usage values from the several networked servers and can be notified for specific server status. In addition to the basic alarming methods, PMP provides email notification, automatic/manual remote command execution. PMP also provides file integrity check (MD5), environment variable fetching, HTML reporting.

In this version, file integrity check (MD5), environment variable fetching, improved command execution added."; 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 = ''; } }