var fDesc=new Array();
fDesc[1] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards.";
fDesc[2] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations.";
fDesc[3] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[5] = "It is a perfect solution for home and business use, amateurs and professional photographers.";
fDesc[6] = "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[7] = "exponentially, more and more of us are forgoing traditional film cameras for the new generation of digital cameras.";
fDesc[8] = "various file systems including FAT, FAT16, VFAT, FAT32, NTFS, NTFS5 on various storage media.";
fDesc[9] = "is the perfect solution. Hetman Photo Recovery has a user-friendly interface, available for novice and advanced users. Just select a drive, press next, select the photo you want to recover, select a location, and that’s it. It has never been so easy.";
fDesc[10] = "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[11] = "accidentally erased images you will be able to get them back with this simple but powerful application, which has an easy-to-use interface.";
fDesc[12] = "recovery of any photos, images or videos. And its main target devices are digital cameras. It has capability to recover any photo, image or video file from almost any digital camera.";
fDesc[14] = "in a few minutes. This program is extremely easy to use, you just have to press the START button and the program does the rest for you. It scans your entire device and shows the images available for recovery.";
fDesc[15] = "can recover multimedia files, as well. Any audio, image or video file can be recovered. The great thing about this application is that it is a read-only recovery system.";
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 = '...';
}
}