var fDesc=new Array(); fDesc[0] = "Beyond Compare lets you compare files and folders using its graphical interface or command-line tools. After comparison, you can merge the changes, synchronize files, and generate reports. It allows you to perform a quick comparison of drives and folders using the file-sizes and -dates. You can also perform a thorough checking using byte-by-byte comparison. Beyond Compare works with local folders, FTP sites, cloud storage, and files inside zip archives.

Beyond Compare has Standard and Pro variants with different set of features."; 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 = ''; } }