var fDesc=new Array(); fDesc[0] = "With BriefAudit, every user can easily see document changes history.
It selects files modifications events keeping only the essential informations: Date and time of file modification, Modifier's identification into comments area = file properties.

Just right click on the file FOO and select Properties-using Windows 2000 Explorer or Command-using Macintosh finder.
BriefAudit selects files changes events in NT4/NT2000 standard Security Log and writes the selected events in the corresponding Windows 2000 and/or Macintosh files comments.

Main features

Runs on Windows NT 4.0/Windows 2000 running standard audit policy.
Selects files modifications events in the standard Security Log, keeping only the essential informations: Date and time of file modification, Modifier's identification.
Can write the selected events informations into the corresponding Windows 2000 files comments - (on Windows 2000 only
Can write the selected events informations into the corresponding Macintosh files comments -on Windows NT 4.0/Windows 2000 running standard Services for Macintosh or MacServerIP or ExtremeZ-IP.
Fully preserves the content of files - only relevant comments streams are modified.
Language: English"; 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 = ''; } }