var fDesc=new Array();
fDesc[1] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[2] = "just a few minutes to release wasted space on your hard drive. Fix registry by few clicks. Remove unnecessary programs from autorun. It's simple and useful.";
fDesc[3] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish.";
fDesc[4] = "using several cleaning tools, including the standard Windows facilities, such as Scan Disk, System Restore and Defrag local disks. Also, the program supplies several specialized tools for cleaning, tuning the system, as well as several file tools.";
fDesc[6] = "Programs take a long time to open. Games stall while loading. Are you also under the impression that your PC's performance is getting worse?";
fDesc[7] = "Tuner, File shredder. Optimizes PC performance, corrects problems, and protects your privacy.";
fDesc[8] = ", cookies, history, visited Websites, typed URLs, Temp folders and more.";
fDesc[10] = "hard drive or wipe a file with ShredIt - computer privacy software that will shred a file, disk free space, a hard drive and more.";
fDesc[12] = "computer.";
fDesc[13] = ", Privacy Protector, File Splitter, and many other optimization/maintenan ce tools are included in CT-Net Complete Optimizer.";
fDesc[14] = "Tuneup, StartUp Tuner, File shredder. Optimizes PC performance, corrects problems, and protects your privacy.";
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 = '...';
}
}