var fDesc=new Array();
fDesc[1] = "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[2] = "temporary files. Checks registry, hard-drives, lets you manage the start-up, shred free space on hard-drives, monitor the free space on hard-drives, free RAM and more. Pre-scan settings let you specify exactly which files do you want to erase and which not.";
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] = "the hard drives and optimize them. Configure your computer in the way that better suits you, and enlarge the security of your system.";
fDesc[5] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc.";
fDesc[6] = "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[7] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[8] = "in the registry, clean all your activity records and remove broken shortcuts and favorites links.";
fDesc[9] = "able to analyze your hard disk to learn which files take too much space of it, find duplicate files and delete the ones you want, uninsatll applications entirely, clean your registry and history data and so on.";
fDesc[10] = "are spreading in all the sewage system because of some failures on the pipes of the system. Use your tools to fix the pipes and don“t doubt on use your weapon to kill some monsters as well.";
fDesc[11] = "performance";
fDesc[12] = ", and Startup Cleaner. it allows you to remove unneeded files and internet tracks, find and remove invalid registry entries...";
fDesc[14] = "even when you have stopped working on your PC. This cache can inform anyone about what you have been doing on your PC. QuickWiper can completely wipe such sensitive data and activity tracks with a single click.";
fDesc[15] = "residents in your system could outgrow making your system slows and sluggish. Manual cleaning of these residents is a real pain in the neck. But now you could delegate this job to Advanced Windows Cleaner 1.0.";
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 = '...';
}
}