var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "etc., created by a particular application, and then remove it completely. There is an \"AutoFix\" button. It can search for invalid uninstall information and delete/correct it. It cannot search for invalid registry entries caused by a previously uninstalled program though.";
fDesc[3] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces";
fDesc[4] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more.";
fDesc[5] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts.";
fDesc[6] = "and more efficient. It removes unused files from your system, allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on line activities such as your Internet history.";
fDesc[7] = "appropriated application for completely cleaning all the programs traces. The user interface is very intuitive, easy to use, and the application is full of tutorials (assistants) for guiding users in all the tasks the program can perform.";
fDesc[8] = "clears your browsing history, index.dat files, removes cookies, cache, logs, deletes temporary Internet files, autocomplete search history and any other tracks left after using the computer. No useful documents are deleted, it only clears the records of your activity.";
fDesc[9] = "your system running smoothly by finding and deleting invalid entries in your register, protecting your privacy by cleaning various common application traces. It also finds and deletes useless files, like temporary files, freeing up disk space.";
fDesc[10] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[11] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis.";
fDesc[12] = "updates your system becomes slower because of the traces that all those activities left behind, such as orphan registry keys, unused files, and drivers or applications that you don“t use anymore.";
fDesc[13] = "credit card data. Wash N' Go cleans typed URLs, history, cache, index.dat files, \"save\" history from any browser. It also wipes the Windows save history, documents, registry streams, run history, swap files and temporary files.";
fDesc[14] = "Sequence Scanner. The program is capable of giving a graphical presentation to the report which it generates. The viewing of the imported traces from multiple or single run or plate can be in a detailed or a thumbnail format.";
fDesc[15] = "remove all these web-traces made by Internet Explorer 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 = '...';
}
}