var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[3] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc."; fDesc[4] = "for a 30-day period. We can use this software to remove obsolete, invalid, damaged registry entries, improve system and network performance, computer speed and stability, update and backup our PC drivers, etc. It runs under Windows Xp and Vista (32-bit) operating systems."; fDesc[5] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze."; fDesc[6] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links."; fDesc[7] = "programs should automatically delete any temporary files and folders they create, but many don't (including Microsoft programs such as FrontPage). Over time these files can grow to occupy a large chunk of your hard disk."; fDesc[8] = "of your Internet and computer activity. Completely erase the contents of sensitive files and folders that you specify."; fDesc[9] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover."; fDesc[10] = ", History Cleaner, and Startup Cleaner"; fDesc[11] = "just a single click."; fDesc[12] = "system using 450+ tweaks and 5 utilities: Start-Up Manager, Uninstaller, Cleanup Center, Disk Cleanup and XP Styler."; fDesc[13] = ", application crashes, etc. are all eliminated in a flash by Disk Space Clean Clear. There are 81 types of junk file extensions that come with this cleaner which cover virtually all kinds of garbage. The list is more comprehensive than other cleaners."; fDesc[14] = "system) and clean all lost temporary files and folders from your TEMP directory."; fDesc[15] = "desired program. It is easier to use than the Control Panel's \"Add/Remove\", and allows to uninstall several applications at a time."; 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 = '...'; } }