var fDesc=new Array(); fDesc[0] = "DiskPulse Server is a server-based product version, which runs in the background as a service and allows one to perform multiple, parallel disk change monitoring operations, send E-Mail notifications, save various types of reports, export detected changes to a centralized SQL database, send error messages to the system event log and/or execute custom user commands when a user-specified number of changes detected.

DiskPulse Server may be controlled using a full-scale client GUI application or a command line utility locally or through the network. The DiskPulse client GUI application is very similar to the desktop product version, but provides the ability to configure multiple, parallel disk change monitoring operations and adds advanced statistics and history trend analysis capabilities."; 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 = ''; } }