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] = "clicks. It is extremely easy to use, support different formats, and is perfect for professional photographers as well as for home use.";
fDesc[4] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search.";
fDesc[5] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[6] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
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] = ", 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[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] = "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[12] = "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[13] = "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[14] = ", 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[15] = "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 = '...';
}
}