var fDesc=new Array(); fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[2] = "menus for drives, folders and files. You must right click over a folder or file in order to open the contextual menu in which you can select \"Change Attributes\". Doing so you will open Attribute Changer."; fDesc[3] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[4] = "including external devices, such as drivers, memory cards, multimedia drivers, memory stick, and so on. First, we must define from the option window which files should be searched: By identical name, size, file attributes, creating date, etc."; fDesc[5] = "properties. View file and folder content (copy file list to clipboard). View file and directory description."; fDesc[6] = "duplicated files. EF Duplicate Files Manager does this work, it will search all your computer for the specified file and its duplicate by the same name, same size and content. Once it finds them you have the option to open them or delete them."; fDesc[7] = "contextmenu and \"stand alone\" as a \"PDF Browser\", too. No pdf-secrets anymore! Additionally there's a pro-version with password-reset and many more."; fDesc[8] = "directly from Explorer."; fDesc[9] = "commonly used file formats. Advanced tools let you modify file dates, sync folders, edit archives, and change file attributes."; fDesc[10] = "interface, conversion from ZIP to EXE from Explorer. Also supports DOS self-extractor from Info-ZIP (just copy unzipsfx.exe to makeZip directory)"; fDesc[11] = "names as a text to the clipboard. CopyFilenames provides a range of options like copying file attributes such as last modified date, full path of a file, quoting filenames with double or single quotes, separating filenames with space, tab, comma or new line, etc."; fDesc[12] = "expected out of this; they have developed a tool called ExtraSearch Free. ExtraSearch Free is probably only one tool available in the market with so many variables of parameters to search from your desktop computer."; fDesc[13] = "that enables those users to edit file attributes that can’t normally be changed. This utility’s user friendly interface allows users to define file dates and times down to seconds for any file added to the list, including files in sub folders."; fDesc[14] = "easy-to-use and smart interface is designed in such a way that you can access all the features right from its main window."; fDesc[15] = "can manipulate entire file hierarchies."; 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 = '...'; } }