var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[3] = "MP3 and MP4 devices. It includes AMV Video Convert Tool, AMV Player, Media Manager, MP3 Player Disk Tool and MP3 Player Upgrade Tool."; fDesc[4] = "interface, a faster engine and new reporting features to keep your system running at top performance."; fDesc[5] = "files 6 ways. Replace text in multiple files. Index files to find a word on your hard drive in less than a second! Zip found files."; fDesc[7] = "is timely detecting and anticipating any problems, occurring with the disk, before the danger of the data loss appears."; fDesc[8] = "of all our hard disks, external drives, removable or portable devices, in a colorful graphical way. We can choose to view the content either as a pie chart graphic, horizontal bar, or vertical bar."; fDesc[9] = "These files are supposed to be removed and the space recovered after these programs are closed. Often, however, they don't because of a program error, sloppy architecture, your system is reset or not shut down properly, or if another application locks up or crashes. Any file that is left behind in this manner will remain on your system unless you manually search for it and remove it. Over time, these junk and obsolete files can accumulate to megabytes of wasted hard drive space, as well as turn into potential error-producing cross-linked drive references. Find Junk Files targets these specific types of files which are missed by common disk utilities, un-install, \"Defrag\", \"Scandisk\", and other standard \"cleaner\" type programs. As well as wasting space on your system, obsolete and junk files can produce very hazardous results if not properly cleaned from your drive on a periodical basis."; fDesc[10] = "With the help of this tool you can search and delete temporary files and folders and other applications"; fDesc[11] = "that your deleted files are no longer recoverable."; fDesc[13] = "MP3 file types. You can create and maintain multiple Favorite Lists and Play Lists. Surf the Internet. Video Capture."; fDesc[14] = "is specifically designed to eliminate data that is no longer needed and should not be recovered by anyone else"; 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 = '...'; } }