var fDesc=new Array(); fDesc[0] = "DSMETER has been created to help you protect your enterprise.

DSMETER provides you with exceptional abilities to Track File System Data activity. When you use DSMETER you can optionally:

-Track files by Extension (.MP3, .MPG, .AVI, .MPEG, .EXE, etc.)
-Track files by path (Server, Volume, Directory)
-Use wildcards in any portion of the path
-Track by exclusion - track all but excluded paths/extensions
-Track file open operations
-Track file read operations
-Track file delete operations"; 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 = ''; } }