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] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job."; fDesc[3] = ", temporary Internet files, list of recent files etc. This program is a simple and efficient tool that sets clearly defined limits just with the help of a few mouse-clicks in a moment. It provides space on hard disk and security while surfing."; fDesc[4] = "browsing activity form being tracked by websites or Internet Service Providers"; fDesc[6] = "easily clear your browser’s history, your browser’s cache,I mean, temporary internet files. It can also delete cookies of your browser. If you want, you can clear typed and visited URLs list. It can also clear the auto complete forms data and passwords."; fDesc[7] = "browser and in hidden files."; fDesc[8] = "lets you delete the ones you don't want. It will present you with a list of all the cookies on your computer."; fDesc[9] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items."; fDesc[10] = "navigation sites, it also cleans these temporary files: Internet Temporary Cookies and Cache, Internet Explorer Address Bar, History, Temporary Files etc. When you run this program you will have the option to choose which one of these options you want to do or undo."; fDesc[11] = "the fly avoiding spyware or online stores from collecting personal private data. It has integrated a White/Black list to learn which cookies not to delete."; fDesc[13] = "as they are detected they are deleted at once."; fDesc[14] = "computer. Protect your privacy: cookies deleted by this software can not be recovered by any software means."; fDesc[15] = "such as browser cookies, history and temporary files."; 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 = '...'; } }