var fDesc=new Array();
fDesc[1] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications.";
fDesc[2] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems.";
fDesc[3] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors.";
fDesc[4] = "disks, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs and memory sticks that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[5] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process.";
fDesc[6] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[7] = "cameras, USB drives,ZIP disks, etc. that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[8] = "spreadsheets (*.xls). Our Excel Password Recovery software will recover MS Excel 97/2000/XP/2003 passwords at approximate 2,000,000 Passwords/Minute!";
fDesc[9] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc.";
fDesc[10] = "common business documents including those of Microsoft Office. Usually recovering a password takes a long time but this tool has the capacity to use the power of more than one computer to recover.";
fDesc[11] = "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[12] = "storage media. It comes in two different versions: Personal and Professional editions. The Personal edition is free, but only recovers certain type of files.";
fDesc[13] = "many popular programs like Outlook Express, Microsoft Outlook, MS Internet Explorer, MS Office Access, Total Commander and FAR Manager.";
fDesc[14] = "as: documents, music files, pictures, videos… just about any file that is classified as removable. With this software the stress and worry over lost files is eliminated.";
fDesc[15] = ", documents, and temporary files, which have been lost after a computer crash, virus attack, drive reformatting, and so on. File Rescue Plus can also recover accidentally deleted files.";
fDesc[16] = "recycle bin or deleted permanently using the Shift + Delete keys. This incredible program has the ability to recover data from damaged, formatted, deleted or corrupt partitions and supports data recovery from FAT16, FAT32, NTFS and NTFS5 file systems.";
fDesc[17] = "SmartMedia, CompactFlash, Memory Sticks, and other types of removable media that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[18] = "intentionally deleted or lost photos. Simple and clear step-by-step interface allows you to instantly recover lost or deleted images from your: digital camera, computer, flash card, memory card, mobile phone or any other media or drive.";
fDesc[19] = "devices such as Memory Sticks, SD, MMC, CF, Mobile Phones and USB Flash Drives. FlashMemoryMagic can recover files even on formatted media. It´s also able to build a byte to byte image of a flash drive, as a backup to recover its content, if something goes wrong.";
fDesc[20] = "files in just a few minutes. Thanks to its new technology IntelligentRebuild, the program has the ability to easily reconstruct damaged *.xls files and restore deleted Excel sheets in a snap.";
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 = '...';
}
}