var fDesc=new Array(); fDesc[0] = "FreeDiff is a free file difference viewer for Windows 95/98/ME - Windows 2000/NT/XP.
Use it to analyze the changes between two revisions of a file.
FreeDiff can be used to locate the differences in program source code files, HTML documents, and any other ASCII-based text files. A color-coded side-by-side display of the comparison results makes it easy to understand the differences between the two files at a glance.

Main Features:

- Free of charge!

- Search for text within the files

- Differences are shown with color highlighting

- Easy navigation from one difference to another

- Compares ASCII text files in a side-by-side format

- Differences down to the character-level are shown

- Bookmarks can be added to the comparison results

- Allows drag and drop of files onto FreeDiff for comparison

- Auto-completes file specifications as they are typed in

- Ignore Space and Ignore Case comparison options supported

- Files can be printed with the differences pointed out"; 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 = ''; } }