var fDesc=new Array(); fDesc[1] = "changed between project versions, and then merging changes between versions. Features: Visual differencing and merging of text files Flexible editor with syntax highlighting Handles DOS, UNIX and MAC text file formats Unicode support Difference pane shows current difference in two vertical panes Location pane shows map of files compared Highlights differences inside lines File filters in directory diff Moved lines detection in file compare Shell Integration Rudimentary Visual SourceSafe and Rational ClearCase integration Archive file support using 7-zip Plugins Localizable interface via resource DLL HTML-based Manual"; fDesc[2] = "files, text files as well as MP3 audio files. Using simple commands and tools you can compare and differentiate between two files. You can merge the changes, synchronize your files and create reports for the changes made."; fDesc[3] = "text, or among the changes occurred on the contents of two text files (text documents or even text directories), in a wide variety of formats (DOC, XLS, TXT, RTF, HTML, keeping its original formating), and show the differences."; fDesc[4] = "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[5] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[7] = "be anywhere on the disk or on an external device. This software is very useful for synchronization between two different directories over a network system. It requires very small memory and it is compatible with Windows 98/2000/2003, XP and Vista."; fDesc[8] = "tool quickly compares files and directories then highlights differences and merges content via its straightforward visual interface."; fDesc[9] = "not matter how many rows and columns you are working with, Diff for Excel will deal with them in seconds/minutes. You decide if you want to compare the full spreadsheet, a range of columns, rows, or a specific range of both and you can align them in any way you wish."; fDesc[10] = "file masks and synchronization rules you can tune-up the program for virtually any synchronization task."; fDesc[11] = "coding, line nos, search and print options."; fDesc[12] = "file comparison utility. Diff-ext is a context menu extension that include commands for file comparison. Allow to"; fDesc[13] = "does not matter how many rows and columns you are working with, Diff for Excel will deal with them in seconds/minutes. You decide if you want to compare the full spreadsheet, a range of columns, rows, or a specific range of both and you can align them in any way you wish."; fDesc[14] = "PowerBuilder Objects, with objects split out by categories such as events, functions and controls. Library compares allow you to drill down into changed ..."; fDesc[15] = "for a choosen part or for the whole schema. Also compares table data. Very fast and easy to operate."; 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 = '...'; } }