var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[3] = "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[4] = ", including your financial information and sensitive business documents. Protect yourself! Free to try.";
fDesc[5] = "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[6] = "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] = "critical data also it can automate the process of deleting files on selected time intervals.";
fDesc[10] = "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[11] = "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[12] = "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[13] = "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[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 = '...';
}
}