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] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[3] = "It is a perfect solution for home and business use, amateurs and professional photographers.";
fDesc[4] = "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[5] = "exponentially, more and more of us are forgoing traditional film cameras for the new generation of digital cameras.";
fDesc[6] = "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[8] = ", movies, documents, messages, images, audio files, sound tracks and other files from removable devices and HDD with FAT (FAT12,FAT16,FAT32).";
fDesc[11] = "deleted or damaged images.";
fDesc[12] = "or damaged images.";
fDesc[13] = "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[14] = "deleted or damaged images.";
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 = '...';
}
}