var fDesc=new Array(); fDesc[1] = "Pictures, Images, Text, Documents, Database, and Spread Sheet Files. Multimedia Files are located, played and organized."; fDesc[2] = "analyze your entire hard drive or selected folder, and display its result within seconds."; fDesc[3] = ", thumbnails, icon extraction, history, favorites, time stamping, directory print, batch rename, and much more..."; fDesc[4] = "and it really makes that task easier. This application also has an optional file and image preview feature, so you can immediately see the contents of the files you're working with."; fDesc[5] = "Using this utility you can organize files on your hard disk or server storage. Image preview and thumbnails bars."; fDesc[6] = ", file mask(s), and (optionally) with complex filters for size/date/attributes."; fDesc[7] = "most to least used words. This list can be saved as a text file."; fDesc[9] = "folders and recently accessed documents. Other features: file search, file preview, and fully customizable user interface."; fDesc[10] = "File System. It provides greater power and flexibility than Windows native Find File Utility without the overhead of a database."; fDesc[11] = "existing fonts by categories or families. Font Preview creates a database where you can see all fonts installed on your computer system."; fDesc[12] = "instantly, supports searching within compressed archives and duplicate files on your system."; fDesc[13] = "ordered from most to least used words. This list can be saved as a text file."; fDesc[14] = "Duplicates are found by exact filename, similar filename, or exact file size."; fDesc[15] = "searching speed with optimized algorithm and provides many batch processing commands to find and delete duplicate files."; fDesc[17] = "computer so that you can erase them to free space on your hard disk. The program enables users to set a search criteria and a location to search in."; fDesc[18] = "are network (LAN)."; fDesc[19] = "analysis will produce a list ordered from most to least used words. This list can be saved as a text file."; fDesc[20] = "Allow compare two files and find every different easily.Save comparison to file. Find synchronous position by double click [ exeicon.com ]."; 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 = '...'; } }