var fDesc=new Array();
fDesc[1] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[2] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[3] = ", including your financial information and sensitive business documents. Protect yourself! Free to try.";
fDesc[4] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible.";
fDesc[5] = "useful sub-applications like Organizer, Disk Cleaner, Process Killer, File Shredder and Protector, for easy installation of programs and even inspecting them while they run.";
fDesc[6] = "are not deleted permanently. You can erase your recycle bin several times. Still, Windows does not physically erase the data your files had on them.";
fDesc[7] = "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[8] = "using other recovery software and tools. Deleting a file using traditional delete method of Windows never removes your file completely. A file deleted with Simple File Shredder can no longer be recovered at all.";
fDesc[9] = "applications: Lavasoft Digital Lock and Lavasoft File Shredder. The first one allows you to encrypt files on your computer to send them or just to encrypt your hard drive contents.";
fDesc[10] = "critical data also it can automate the process of deleting files on selected time intervals.";
fDesc[11] = "Shredder wipes any document or file completely from your computer. Use its simple drag-and-drop feature to add files to be shredded, and you will get your files completely unrecoverable.";
fDesc[12] = "computer are deleted but still can be recoverable. You might think that formatting your system would help, but that's a no go. The solution to that could be Lavasoft File Shredder. This nice application shreds your documents just like a paper shredder would.";
fDesc[13] = "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[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] = "easily recovered by special recovery software. Using Alternate File Shredder 1.1 you can delete files you don’t need anymore without any chance for restoring them.";
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 = '...';
}
}