var fDesc=new Array(); fDesc[0] = "Audit remote user access to your shared files, folders, and drives. "10-Strike Connection Monitor" is a share access monitoring software for MS Windows networks. This tool allows you to watch who gets info your files in a real-time! The program monitors usage of admin and regular network shares on your PC or a file server and generates alerts when remote users access your shared drives, directories, and files. The folder and file change monitoring is also supported.

The program generates the screen, sound, and e-mail notifications on connections to shared folders and files, and maintains a log file with the information on a remote user and computer name, accessed file and folder name, date, type of access, etc. It also allows you to enable and disable access to network shares when necessary using the program's context menu in the system tray."; 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 = ''; } }