var fDesc=new Array(); fDesc[0] = "Network File Monitor Professional is a software for real time replication, backup, synchronization and mirroring over LAN, WAN and Internet for system administrators, mobile users and all those who need to keep data up-to-date in different places.

It follows any changes in local and remote computer files and folders and Internet resources. Makes easier every day tasks performing:
- files, folders, whole disks replication over LAN, FTP, HTTP, E-mail;
- follows changes in files on LAN, FTP/HTTP servers and mail boxes;
- secure replication using file and protocol encryption;
- file processing during replication (compression, encryption);
- byte level replication;
- file checksum monitoring;
- sending messages and notifications about replication results to computers and E-mail recipients;
- six types of flexible schedules: real-time, manual, UNIX style CRON, remote, etc.;
- wide set of plug-ins: File compression, File encryption, Remote console, Remote agent, etc.;
- command line support for batch operations;
- multi-thread background processing;
- works both as a standard Windows application and a Windows service;
- Explorer style user interface;
- lots of other functions."; 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 = ''; } }