var fDesc=new Array(); fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[2] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[3] = "manage your data. It´s portable, so you can take it, just copying the installation directory on a CD, Pen Drive or a floppy disk. FreeCommander Version 2007.10a is multilingual, supports 10 languages."; fDesc[4] = "Windows registry before and after some set of operations have taken place, It saves a snapshot of registry before and after the operations and then displays the difference neatly in a text file for you to compare and analyze ."; fDesc[5] = "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[6] = "us analyzing the changes made to our Windows Registry. We can download the trial version available from the developer’s website, and evaluate it for a 30-days period, after installation."; fDesc[8] = "However, getting to learn how exactly to use and take full advantage of its options will take you a while because of its complicated user interface and lack of wizards."; fDesc[9] = "side by side, highlighting their differences. The interface is really simple with easy navigation by means of buttons and a drop-down list of lines."; fDesc[10] = "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[11] = "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[12] = "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[13] = "productions. It provides the user a functionality to go beyond the traditional and exhaustive way of testing fonts and the presentation in bold emphasis or italic style, underline or three dimensional uses."; fDesc[14] = "databases. You may select all or a subset of tables and views to synchronize."; fDesc[15] = "of its features it provides option to update your databases structure. With Database Comparer you can compare your one database with other database, but comparing a database with SQL/DDL script is also 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 = '...'; } }