var fDesc=new Array(); fDesc[1] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[2] = "empty files in any folder or drive. It automatically searches all files in all subdirectories. Duplicate files are based on byte for byte comparisons (100% accurate), for comparing large files you can select \"Fast Searching\" which compares the first and last 10 megabytes of large files, to increase speed (99% accurate). This program is great for cleaning up disk space in your picture folders, or documents folders, or download folders. You can also specify to only search for jpg files or mp3 files, or any other type of specific file type! WARNING: Do not delete files if you do not know what they are! It is NOT recommended that you search your system directory and delete all the duplicate files it contains; since your operating system may need those files! Features and Details: � Multithreading operation to provide extremely fast search results. � FASTER Duplicate File Searching than..."; fDesc[3] = "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[4] = "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[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] = "make an image from a CD or DVD, that later can be mounted in your hard drive, as if you had a CD or DVD drive with the CD or DVD inserted."; fDesc[9] = "image finder and image downloader."; 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 = '...'; } }