var fDesc=new Array(); fDesc[0] = "ComparatorPro is a file comparison tool, great for file backup.

Compare files, folders and sub-folders to quickly update backups... It will list you the changes between two media, presenting you the Missing files, those that are Newer and those that are Duplicate from both media selected. You can select which files to copy over to the other media, or copy them all in one go."; 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 = ''; } }