var fDesc=new Array(); fDesc[1] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[3] = "Finder, a combination of a wide range of features and convenience, is the answer to all these questions."; fDesc[4] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish."; fDesc[5] = "thumbnails, full screen mode, slide shows, printing, picture disk creation. 14 file formats+QTVR. EXIF/IPTC support."; fDesc[6] = "it can find similar images even if they are in different image formats, different bit depth and image sizes."; fDesc[7] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!"; fDesc[8] = "including special features like bookmarks, schedulers, statistics. Supports all media and playlist files."; fDesc[9] = "tags, managing M3u playlists, renaming files using ID3 tags, searching for duplicate MP3 files on your hard disk, listening to MP3 files using your favorite MP3 player and much more."; fDesc[10] = "From its easy-to-use interface, we can add a file, folder, or a whole driver, press the Next button and select to search for files with a given extension, date and size. In no time, the search results are presented."; fDesc[11] = "image finder and image downloader."; fDesc[12] = ", COMPLETELY uninstalling programs, changing startup pictures, enhancing Windows interface,..."; fDesc[13] = "weekly employee schedules. It works best for stores, restaurants, worksites, temporary, and part-time employees."; 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 = '...'; } }