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] = ", BMP and Photoshop (PSD) images formats. The program uses a special technology and recovers images with original dimensions and palette, restores layers data for PSD images.";
fDesc[4] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[5] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals.";
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] = ", 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[8] = "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[9] = "and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT or FAT.";
fDesc[10] = "damaged image files. This incredible application restores the corrupted image file and saves it as Windows Bitmap, keeping the original dimensions and color depth.";
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] = "drives. The program is capable of supporting many kinds of pen drives. Files can be recovered from USB drives, SD cards in all sizes including mini and micro, memory sticks, MMC multimedia cards, XD picture cards and smart media.";
fDesc[13] = ", movies, documents, messages, images, audio files, sound tracks and other files from removable devices and HDD with FAT (FAT12,FAT16,FAT32).";
fDesc[14] = "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...";
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 = '...';
}
}