var fDesc=new Array(); fDesc[0] = "ViceVersa 2.4 is a program for file synchronization, replication, backup and comparison.

Using this program you can perform all this tasks between computers, (Laptop, Desktop, Workstation, Server, over network LAN, WAN, VPN, USB), and with any type of storage media including external Hard Disk, Zip disk, USB flash drive, CD-RW, DVD, NAS (Network Attached Storage).

The comparison function lets you compare two files to know it there versions are the same. The synchronization lets you choose if you want to update the older one with the newer one, or viceversa.

You can even backup the version of the file to be deleted, for retrieval purposes.

ViceVersa also allows you to perform automatic file and folder replication (mirroring), CRC file comparison and file verification to make sure your replica is still the same.

The program is capable of copying open files without closing the program you are working on.

You can choose several methods to synchronize or compare your files, even setting a method as default."; 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 = ''; } }