var fDesc=new Array(); fDesc[0] = "DiffVue is a folder and file compare or differencing utility.

Main Features:

- Synchronizes files and folders between two PC's.
- Displays folder trees side-by-side with mismatches highlighted.
- Displays text files side-by-side with changes highlighted.
- Merges differences between two text files. Allows editing any text file including unicode files.
- Generates a single PDF file for the existing folder(s).
- Provides a search tool for files and for contents of the text files with replace option.
- Displays non-text files such as graphics, word-processor, spreadsheet, presentation files.
- Compares the local files against FTP server and transmits them
- Displays Hexadecimal or ASCII values for any file and provides a content search using either hex string or normal text string.
- Allows to compare and merge the resource files, such as, RC, etc.
- Provides unicode-hex conversion utility."; 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 = ''; } }