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] = "memory card(s). Its intuitive interface allows you to follow through the process easily. The trial version is limited to recover up to 4 folders on each run.";
fDesc[3] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[4] = ", damaged, lost, missing images and folders with photos, snapshots, pictures and videos. The program was developed for use with photo media, but also it can be used on fixed drives. So you can restore your media from all hard disk drives and removable media drives.";
fDesc[5] = "It is a perfect solution for home and business use, amateurs and professional photographers.";
fDesc[7] = "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[8] = "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[9] = "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[10] = "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] = "directories. It allows you to recover files that have been deleted from the Recycle Bin, as well as those deleted after avoiding t";
fDesc[13] = "recovers deleted, formatted and lost digital photos, images and pictures from almost any types of media cards used by digital cameras. PhotoOne Recovery is the first and only image recovery product to allow preview image in original size and allow save ALL of the found images in a trial version. You can enjoy the full features of PhotoOne Recovery in a trial version before you purchase a license key. PhotoOne Recovery guarantees to recover most lost images from any digital camera. Using advanced SmartRecover Technology, PhotoOne Recovery can recover images that other recovery software may not find. If images were deleted or formatted in a digital camera or a computer, or if the media is corrupted and not recognized by Windows, PhotoOne Recovery can find lost images back for you. PhotoOne Recovery works with any type of digital card reader. PhotoOne Recovery also works with direct...";
fDesc[14] = "files that have been deleted from the Recycle Bin.Specific recovery support for 500 file types.";
fDesc[16] = "on a 30 GB Zune music device. With the Zune Music Recovery software it does not matter how data was lost. The program has the capability to recover and restore files that were lost accidentally through deletion,";
fDesc[17] = "deleted or damaged images.";
fDesc[18] = "have been accidentally deleted, including files removed from the Recycle Bin. All you have to do is download and Install the program on the computer. Follow the simple steps and fingers-crossed the file can be recovered.";
fDesc[19] = "www.lexar.com/software . professional photographers since its introduction. Lexar Image Rescue™ 3 software is simple, intuitive image recovery software that can recover lost or deleted files from any type or brand of memory card, using any card reader-giving you peace of mind that your valuable images and files are not lost.* And Lexar Image Rescue 3 software not only provides image recovery, but now restores video and audio files as well. Image Rescue 3 will be available for free download with purchase of any new 2007 Lexar Professional or Platinum II line CompactFlash or Secure Digital memory card. The software will also be available for purchase at photo specialty stores nationwide and for easy download at www.lexar.com/software . Ultimate Functionality: Simple, Trusted Image Recovery. If you've ever accidentally deleted an image, experienced a card corruption, or had camera batteries fail while saving a...";
fDesc[20] = "phones to CD/DVD and PC Hard Drives. The program can recover a wide range of file formats: JPEG, GIF, BMP, CRW, etc.";
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 = '...';
}
}