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] = "patterns. Works with Windows 95, 98, ME, NT, 2000, XP, Vista, Windows 2003 Server and DOS. Eraser is Free software and its source code is released under GNU General Public License. The patterns used for overwriting are based on Peter Gutmann's paper \\"Secure Deletion of Data from Magnetic and Solid-State Memory\\" and they are selected to effectively remove magnetic remnants from the hard drive. Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defence and overwriting with pseudorandom data. You can also define your own overwriting methods. Chip Magazine Logo Winner of Chip Magazine's BEST FILE SHREDDER AWARD Press Cover Features Getting Started Erase files and folders securely.";
fDesc[3] = "only needed temporarily and erasing them will release important hard drive space. It runs quietly on startup, clearing the cache every time Windows boots.";
fDesc[4] = "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[5] = "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[6] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible.";
fDesc[7] = "sites visited on the Internet, unwanted cookies, chat room conversations, deleted e-mail messages, temporary files, the Windows swap file, the Recycle Bin and so on.";
fDesc[8] = "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[9] = "Chrome, Mozilla Firefox, Microsoft IE and Opera, as well as most common chat and email software. Deletes the information for good, instead of hiding it.";
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] = "visited sites, typed URLs, AutoComplete, Index.dat files, Recent documents list, Recycle bins etc. It also supports you to configure the provided options.";
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] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}