var fDesc=new Array(); fDesc[1] = "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[2] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way."; fDesc[3] = "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[4] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications."; fDesc[9] = "activity on your computer. It will clean your history logs, cache, cookies and recent document list. It also allows you to shredd files and folders."; fDesc[11] = "activities on a computer,protect your privacy and keep your computers or servers clean."; fDesc[12] = "What you searched for - Your passwords - And to identify you as a repeat visitor"; fDesc[13] = "Protection Shield to prevent home page hijack & favorite list modification. Ease of use and Excellent support makes it the Mantra to be Fast and Secure"; fDesc[14] = "With only one click, Tracks Eraser allows you to erase the cache, cookies, history, typed URLs, autocomplete memory, etc."; fDesc[15] = "Washer securely erase internet tracks,computer activities,programs history and improve PC performance."; 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 = '...'; } }