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] = "Finder, a combination of a wide range of features and convenience, is the answer to all these questions."; fDesc[3] = "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] = "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[5] = "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[7] = "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[8] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more."; 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] = "thumbnails, full screen mode, slide shows, printing, picture disk creation. 14 file formats+QTVR. EXIF/IPTC support."; fDesc[11] = "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[12] = "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[13] = "stock photos from around the world; then automatically downloads to your hard drive. Optional Parental filters for erotic & adult content."; fDesc[14] = "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[15] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC"; fDesc[18] = "internet."; fDesc[19] = "internal picture finder and picture downloader. Searching is executed by using keywords, and you can store images in image galleries. There is also a filter for excluding adult materials."; 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 = '...'; } }