var fDesc=new Array();
fDesc[1] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever.";
fDesc[2] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother.";
fDesc[3] = "whole system, so giving you back valuable disk space within seconds. - Get a clean, lean and mean System!";
fDesc[4] = "family and you have to do that in time. The game has a Sim-like top down view and it looks good. But it gets repetitive very quickly, you might want to try it first.";
fDesc[5] = "that are left behind on your computer and which slow the entire system down. There is a user friendly interface that shows the progress of the searches and once all the garbage files have been found you can clean them from the system.";
fDesc[6] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links.";
fDesc[7] = "space freighter after a major crash.";
fDesc[8] = "scan your disk and delete junk files, all traces of your Internet and system activities and registry errors. The most pleasant thing that this essential application is absolutely free.";
fDesc[9] = "program is able to clean temporary files, backup files, installation leftover files and many other garbage files. It has a built-in list of files that are considered junk files. You can use that list to look for those known junk files, in order to wipe them out of your drives.";
fDesc[10] = "not really intuitive user interface. At first you will see a compact interface in blue color that makes it difficult to see how the scan is progressing.";
fDesc[11] = "just a single click.";
fDesc[12] = "reason, every time you come back to that web site the deploy will not take long anymore it will be easily and rapidly, why?, because a \"cookie\" it’s available.No More Cookies software is a program without charge that will help you to clean up all your cookies leaving us clean of trace.";
fDesc[13] = ", application crashes, etc. are all eliminated in a flash by Disk Space Clean Clear. There are 81 types of junk file extensions that come with this cleaner which cover virtually all kinds of garbage. The list is more comprehensive than other cleaners.";
fDesc[14] = "as leftover, unneeded setup files. It is designed not to interfere with Windows or any another program.";
fDesc[15] = "desired program. It is easier to use than the Control Panel's \"Add/Remove\", and allows to uninstall several applications at a time.";
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 = '...';
}
}