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] = ", including your financial information and sensitive business documents. Protect yourself! Free to try.";
fDesc[3] = "better. It not only checks every component and every folder of your system to make sure you do not host more files than those you need, but also monitors your disk space, your memory performance, and all your running processes.";
fDesc[4] = "and from your computer. This program will not only keep it free of unwanted visits, but will also allow you to configure the way your Internet connection is used. Suitable for both novice and expert users, with two selectable operation modes.";
fDesc[5] = "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] = "but with the added value that it allows you to do it easily. This wiper works just like the rest. It prevents files from being recovered by adding dummy information into the physical sectors which that file had allocated to it.";
fDesc[8] = "For additional security, Mutilate's disk free space wiper will destroy previously deleted files on your hard drive.";
fDesc[9] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them.";
fDesc[10] = "drive and safeguards the computer privacy. If you wipe already deleted files with NT Data Wiper, they cant be restored by any recovery tools.";
fDesc[11] = "viewer, an advanced font viewer, a file wiper, a file/disk profiler, a file toucher, a zip reader/writer and a zip repair tool.";
fDesc[12] = "overwriting it several times with carefully selected patterns. It can erase selected folders and groups of files.";
fDesc[13] = "previously deleted files on your hard drive. Shred Files, Folders, Recycle bin, drag & shred, DoD conform. Shred locked files & more.";
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 = '...';
}
}