var fDesc=new Array(); fDesc[1] = "several cleaning operations in your computer, fast and automatically. You just mark the options that you want, confirm them and go! And it is freeware."; fDesc[2] = "cleaner. Requires .NET Framework 1.1"; fDesc[3] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[4] = ", CoffeeCup FTP,FlashFXP, SecureFX, WebDrive, FTP Voyager, AutoFTP, FTP Control, 32bit FTP, Dial up, Outlook passwords."; fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications."; fDesc[6] = "visited sites, typed URLs, AutoComplete, Index.dat files, Recent documents list, Recycle bins etc. It also supports you to configure the provided options."; fDesc[7] = "registry keys. LCleaner has a fast search engine based on LUA scripts. Functionality can be extended with your own scripts."; fDesc[8] = "include provision to move junk files to the recycle bin, custom folder or completely delete them. The application is indeed a powerhouse utility for controlling Cookies and typed URLs, and it displays all start-up items in registry or in startup folder."; fDesc[9] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items."; fDesc[10] = "program protects your privacy by cleaning up the browser cache, history, cookies, typed URLs, autocomplete list and so on. It also obliterates the empty disk space, making it impossible to recover any piece of information from it."; fDesc[11] = ", cookies, visited websites, typed URLs, recent documents, index.dat files and more."; fDesc[12] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks."; fDesc[13] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!"; fDesc[14] = "randomize Cookies data. PurgeIE manages its cleanup functions without requiring a system restart. Now suppports VISTA"; fDesc[15] = "display the contents of index.dat files.Additionally delete typed URLs, user names, passwords, etc."; fDesc[16] = "'secure erase', support for Plugins and a function to randomize Cookie data. Does not require a reboot. Now suppports VISTA."; fDesc[17] = "the last few days."; fDesc[18] = "operation, Remote ShutDown, Batch shutdown, Password Protection, Hot Key, Silent Mode..."; fDesc[19] = "delete the typed URLs, user names, passwords, etc."; fDesc[20] = "names, passwords, etc."; 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 = '...'; } }