var fDesc=new Array();
fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!";
fDesc[2] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[3] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams.";
fDesc[4] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data.";
fDesc[5] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery.";
fDesc[6] = "helps in rescuing damaged files and copies the correct data to the hard disk and also scans the disk sector fast. The application is specially designed to support many types of files such as documents, applications, images and media data.";
fDesc[7] = "Drives, CDs, DVDs or floppies. The program has only 3 options to choose from: to Copy files from damaged media to a specific folder, to Make a copy of a damaged CD or DVD disk and, to copy files and burn them on a CD or DVD.";
fDesc[8] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process.";
fDesc[9] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners.";
fDesc[10] = "supports any data CD or DVD (both R and RW), but it will not read neither audio CDs nor video DVDs. You can recover specific files, using the manual mode, or make a copy of the full disc automatically. Its high-speed performance and its level of accuracy are certainly its main assets.";
fDesc[11] = "the formatted hard disk, crashed hard disk or memory card, USB device, Zip device, Tape device, floppy disk, CD, DVD or any other media. And File Rescue Professional is very suitable to perform all these tasks.";
fDesc[12] = "recovers unreadable, deleted or corrupted files.Full real support for UDF packet witting software. Free trial version.";
fDesc[13] = "discs when regular software can't read them fully or partially. This tool extracts the intact portion of your data and tries to recover problem areas. You can either choose to recover selected files, or save an image of the whole disc. The program works under Windows 2000/XP/2003/Vista and supports all types of CD and DVD media with ISO or UDF file systems, including discs burned by video cameras and recorders.";
fDesc[14] = "user-friendly interface lets the users easily access all the tracks and sessions of a damaged disc. The program has good capabilities since it was designed specially to read and recover erased, lost, unreadable files and folders from damaged and even scratched CDs and DVDs.";
fDesc[15] = "Max File Encryption is a powerful yet easy-to-use encryption/steganograp hy software. With Max File Encryption, you can encrypt files, hide files and create self-decrypting packages. The program uses the strong Blowfish algorithm, ensuring data safety";
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 = '...';
}
}