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[2] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc."; fDesc[4] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search."; fDesc[5] = "Finder, a combination of a wide range of features and convenience, is the answer to all these questions."; fDesc[6] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more."; fDesc[7] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[8] = "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[9] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped."; fDesc[10] = "finder and picture downloader are used to search and download images on the web. Keywords are used to execute a search. The images are searched based on size and resolution."; fDesc[11] = "thumbnails, full screen mode, slide shows, printing, picture disk creation. 14 file formats+QTVR. EXIF/IPTC support."; fDesc[12] = "it can find similar images even if they are in different image formats, different bit depth and image sizes."; fDesc[13] = "to rotate, rename, resize and conver the image format picture to picture or in batch mode. User can select pictures for printing in sheets, defining rows and columns. Also, images can be directly burned to CDs from this program."; fDesc[14] = "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[15] = "including special features like bookmarks, schedulers, statistics. Supports all media and playlist files."; fDesc[16] = "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[17] = "stock photos from around the world; then automatically downloads to your hard drive. Optional Parental filters for erotic & adult content."; fDesc[18] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC"; fDesc[19] = "in just a few seconds. You just have to enter a keyword and the program surfs the net for you searching everything related to that word. All the downloaded content is saved to a particular folder specified for that project and shown as thumbnails."; fDesc[20] = "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."; 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 = '...'; } }