var fDesc=new Array(); fDesc[0] = "FolderMatch is a fast and easy way to stay in sync. Choose from any of eight different ways to compare your files - from the simple date/time method to the advanced 160-bit Secure Hash Algorithm. Differences are shown side-by-side in a graphical, easy to understand manner. Synchronize the files with a button click. Wizards guide you through the process. Safely backup photos, emails, contacts, and documents. See the exact text differences between two text files, Excel spreadsheets, Microsoft Word, Adobe PDF, or Rich Text (RTF) documents. Find and remove all duplicate files on your machine, even if their names are different."; 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 = ''; } }