var fDesc=new Array(); fDesc[1] = "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[2] = "to be seen by any other person. Manually choose which files to delete or let the program do it for you with only one click. Dispose of unnecessary contents that make your computer run slowly as well. In a word, make your computer untraceable."; fDesc[3] = "and insecure data or files from your pc, optimizes the computer's work and improves your privacy and security in very few and simple steps. It completely cleans up your pc and keeps it safe of junk data. It also permits you to create restore points."; fDesc[4] = "all your temporarily files? Well, this one is the solution of your request. Let’s explain something short about what does your browser do when you navigate, it generates temporarily files such as: cookies, cache, history, addresses bar, index.dat, auto and so on."; fDesc[5] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links."; fDesc[6] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way."; fDesc[7] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans."; fDesc[8] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs."; fDesc[9] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications."; fDesc[10] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!"; fDesc[12] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want."; fDesc[13] = "files for future reference and possible restoring. There are also some tools included: a startup manager, a BHO manager, and an Automatic Backup."; fDesc[15] = "randomize Cookies data. PurgeIE manages its cleanup functions without requiring a system restart. Now suppports VISTA"; fDesc[16] = "bin, Internet cache, passwords, temporary files and auto complete data. There are always some tracks left of what you have been doing or searching for on the Internet after you finish browsing the web - these can be cleaned using Window Cleanser."; fDesc[17] = "application runs: without leaving ANY trace at all on your system, just like a good portable program. It's a 100% stand-alone program, it does not run on top of any other browser."; fDesc[18] = "installed on your PC, you will be able to uninstall applications from your computer entirely, find and delete temporary, duplicate and empty files, delete all traces of the Internet activity and much more."; fDesc[19] = "enhancing the PC activity to improve system performance and security. It has an option to displays a list of cookies that exist on the computer. The user could exclude specified cookies from being erased by adding them to the 'Exclude' list."; 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 = '...'; } }