var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more."; 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] = "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[6] = "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[7] = "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[8] = "stock photos from around the world; then automatically downloads to your hard drive. Optional Parental filters for erotic & adult content."; fDesc[9] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC"; fDesc[10] = "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[13] = "internet."; fDesc[14] = "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 = '...'; } }