var fDesc=new Array(); fDesc[1] = "highlights changes within lines; editing or fast by-difference merging; printing; html and text reports; zip support; Unicode support."; fDesc[2] = "between each one of the folders or files you compare, making thus a single, complete file. Simply, once it has compared the files, you will be able to synchronize them."; fDesc[3] = "FolderMatch is an award winning application and a must have tool if you work with data sheets and a lot of files and folders. FolderMatch can save your important data from accidental deletion while managing multiple folders."; fDesc[4] = "images (pixels). You can set the matching percentage, select two folders or just one and include subfolders, set the limit of duplicate files you'd like to search for, set up the min/max file size, and include/exclude only a selected group of file extensions."; fDesc[5] = "installing new software and exchanging data."; fDesc[6] = "classified as changes, deleted, non existing, and identical content. The variations are also color marked."; fDesc[7] = "file rename. Multiple file change date. Multi file change owner. Shows file owner. Print cyclic redundancy checksum CRC"; fDesc[8] = "and unique keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor."; fDesc[9] = "keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor"; fDesc[10] = "these differences. For programmers, web developers, and anyone else who works with multiple revisions of files."; fDesc[11] = "stand-alone program. It shows you the standard file information PLUS extended information hidden inside the files."; fDesc[12] = ", network drive and more. With this program you will be able to find duplicate files that are doing nothing but wasting your disk space and making your computer run slower than it would if they never existed."; fDesc[13] = "copied so that both folders are identical. Synchronize an office computer with a home computer with this program."; fDesc[14] = "and folder compare and search. By combining these separate tools into one, Filedoyen makes file management both convenient and easy."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }