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] = "to be seen by any other person. Manually choose which files to delete or let the program do it for you with only one click. Dispose of unnecessary contents that make your computer run slowly as well. In a word, make your computer untraceable.";
fDesc[3] = "and insecure data or files from your pc, optimizes the computer's work and improves your privacy and security in very few and simple steps. It completely cleans up your pc and keeps it safe of junk data. It also permits you to create restore points.";
fDesc[4] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links.";
fDesc[5] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[6] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[7] = "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[8] = "files for future reference and possible restoring. There are also some tools included: a startup manager, a BHO manager, and an Automatic Backup.";
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[10] = "installed on your PC, you will be able to uninstall applications from your computer entirely, find and delete temporary, duplicate and empty files, delete all traces of the Internet activity and much more.";
fDesc[11] = "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[12] = "solution for your online privacy issues. It also removes all traces of applications and internet history.";
fDesc[13] = "algorithms. Includes a specialized Cookie Washer, Scheduler, Auto Washer. Peek inside objects before deleting ...";
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 = '...';
}
}