var fDesc=new Array();
fDesc[1] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[2] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[3] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[5] = ", including your financial information and sensitive business documents. Protect yourself! Free to try.";
fDesc[6] = "sure that your computer is at safe of unwanted files which may cause your computer to run wrongly. Easy to use and fast to download, this software protects your pc from external and internal threats.";
fDesc[7] = "generate self decrypting files. Kruptos 2 integrates into Windows Explorer´s contextual menu. Once you have selected every component of your project, you can build a self-extracting .EXE file.";
fDesc[8] = "be forgotten by the MS developers to include them in Windows Explorer. NexusFile is a terrific application which allows you to do more.";
fDesc[9] = ", shred, split, rename one or more files, change extensions, dates and attributes, preview images, and 42 more!";
fDesc[10] = "recovery softwares. It has a very odd look with no option on its main window. But you can set your security level from its options window. To open its option window you have to double click on its main window. But it is very easy to use.";
fDesc[11] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information.";
fDesc[12] = "critical data also it can automate the process of deleting files on selected time intervals.";
fDesc[13] = "awarded application allows you to completely remove selected information on your hard drive and other memories.";
fDesc[14] = "it leaves a trace, which can disturb your system files and occupies a little space as well. But when you shred your document with Migo Digital Shredder Pro, the file is completely removed from your PC and can not be recovered.";
fDesc[15] = "example, you can configure the filters to wipe temporary files created by office programs. Other file shredders do not allow this.";
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 = '...';
}
}