var fDesc=new Array(); fDesc[0] = "ECMerge compares quickly thanks to its multi threaded comparison engine. It determines precisely the difference between text files, images and folders.
It formats XML files for a better presentation and differentiation. The differences inside lines and the syntax colouring for numerous languages save you a great amount of time.
ECMerge compares not only the files with an ancestor, but as well folders: this is unavoidable when using heterogenous SCC or when your SCC does not save latest ancestor information.

The text files merge / reconciliation is fast and secure (thanks to the security distance) and automated.
The numerous options available in the contextual menu save you from the error prone process of typing text. When necessary, editing supports unlimited Undo/Redo.

Thanks to its built-in converter Xtract, ECMerge compares Microsoft Word, OpenOffice Writer and RTF with no third party software: on all platforms.
Of course, for other file formats, quality converter are available.

ECMerge accesses not only files over FTP/FTPS, SFTP, on your computer or local network, but as well directly within your source code repositories in your SCC / SCM.
This access is already available for: CVS, SubVersion, Perforce, Visual SourceSafe, Mercurial, Darcs, Git, Bazaar. Checkout is also proposed for Code Co-op.
Archives converters are as well available and let you compare content of archives files."; 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 = ''; } }