var fDesc=new Array(); fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[2] = "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[3] = "the security of your computer. Regarding clean up and repair, the program includes four powerful tools: a disk cleaner, a registry cleaner, a shortcuts fixer and an uninstall manager."; fDesc[4] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites."; fDesc[5] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more."; fDesc[6] = "the form of cookies, cached files, temporary files and others. If we don’t want another person to get access to this information we should have a reliable tool for erasing such type of data. Web Tracks Eraser is a small utility that perfectly suits for becoming such a tool."; fDesc[7] = "erasing of tracks by overwriting file(s) a configurable number of times with random characters. This will prevent others from recovering your file(s) using any recovery tool. It can also protect your home page, so that no one could change it."; fDesc[8] = "browser in a single click. Tracks Eraser supports all the popular web browsers like Internet Explorer, Firefox, Netscape, Opera and AOL so no need to worry about your browser name."; fDesc[9] = "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[13] = "What you searched for - Your passwords - And to identify you as a repeat visitor"; fDesc[14] = "computer privacy from nosy people. Using it, you can securely erase your usage tracks in Windows, Internet Explorer, MS Office and other applications!"; fDesc[15] = "With only one click, Tracks Eraser allows you to erase the cache, cookies, history, typed URLs, autocomplete memory, 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 = '...'; } }