var fDesc=new Array(); fDesc[0] = "CopyTo Synchronizer offers a wide set of options for backing up, updating, and synchronizing files.
Use it to safely synchronize files between a desktop PC and a notebook PC, move files between the home and office with removable media, or update multiple computers on a network, with the multiple folder settings.
As you synchronize files, you can filter certain filenames and exclude specified folders using wildcards. You can display a preview window and check for disk space before you start the copying process.
You can save and recall settings that you enter into CopyTo using the CopyTo project file, which have the ".cp2"extension. You can start synchronizing using the settings in the project file by double-clicking. CopyTo Synchronizer features a clean, intuitive interface, and may evaluated at no cost up to 30 days."; 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 = ''; } }