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] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft."; fDesc[3] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way."; fDesc[4] = "Internet history, Windows history, Search history and Chat history."; fDesc[5] = "unauthorized access by hackers. The software finds all personal information and suggests its unrestorable erasure. Always keep on the safe side!"; fDesc[6] = "cookies, protect your privacy, prevent identity theft, and guard against hacker intrusions, all with the click of a button."; fDesc[7] = "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[8] = "IEasyCleaner gets rid of your surfing information with a single click. It deletes: • browser history • browser cookies • temporary internet files • Last typed URL This privacy utility is very simple and easy to use. IEasyCleaner works on Windows 2000/XP and maybe Vista platforms."; fDesc[9] = "a new version of Watchman, a specially designed tool to protect your system in a reliable way. What this anti-spam and anti-spy tool does is quite simple: it keeps your system safe from unwanted intruders."; fDesc[10] = "tracks, computer activities and programs history information stored in many files and places that aren?t obvious on your computer."; fDesc[12] = "or presently being developed anywhere. Once installed our anti-spy software will protect your privacy immediately."; fDesc[13] = "engine queries and application usage ? with just one click!"; fDesc[14] = "history, let PrivacyView software hide your Internet files enabling you to enjoy your private web surfing activities."; fDesc[15] = "Internet tracks and program activity records that are stored in your browser and other hidden files on your computer."; 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 = '...'; } }