var fDesc=new Array();
fDesc[1] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[2] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links.";
fDesc[3] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way.";
fDesc[4] = "free trial version directly from the developer's website. It is very small, so it will require very little space in our hard drive or external devices, such as memory card, USB devices, etc.1-abc.net Hard Drive Washer keeps our hard drive in excellent condition.";
fDesc[5] = "is achieved by cleaning up many unwanted files such as the installation programs left-over, all the temporary files etc., and this helps to improve your system performances.";
fDesc[6] = "privacy by deleting all this old data. Clean up your Registry one time per month and be sure to have a fast and secure system!";
fDesc[7] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software.";
fDesc[8] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[10] = "files for future reference and possible restoring. There are also some tools included: a startup manager, a BHO manager, and an Automatic Backup.";
fDesc[11] = "them overwrite your old file and rename it before removing so the only thing that could ever be recovered will be senseless data.";
fDesc[12] = "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] = "enhancing the PC activity to improve system performance and security. It has an option to displays a list of cookies that exist on the computer. The user could exclude specified cookies from being erased by adding them to the 'Exclude' list.";
fDesc[14] = "activities on a computer,protect your privacy and keep your computers or servers clean.";
fDesc[15] = "the web net. Visited web pages, i.e. Internet history, cookie files to let the browser remember which pages user has visited already, all the typed URLs that user has entered to the path (address) bar on the Internet browser, 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 = '...';
}
}