var fDesc=new Array();
fDesc[1] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem.";
fDesc[3] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc.";
fDesc[5] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions.";
fDesc[6] = "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[7] = "digital photos, images, pictures and multimedia from all types of digital media including digital cameras, SmartMedia, CompactFlash, Sony Memory Sticks, IBM Micro Drives, Flash cards, harddisk, and others. Supports JPEG, TIFF, PNG, GIF, BMP, RAW Images, Canon CRW, Nikon NEF, Kodak DCR, Minolta MRW, Fuji RAF, AVI, MOV, MPG/MPEG, WAV, MIDI.";
fDesc[8] = "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[9] = "photo. When you convert your photos to CMYK and your colors turn flat and lifeless, use AutoEye to regain what you have lost. If you have an under exposed photo or a photo with details in dark areas, use AutoEye to bring out the hidden detail without blowing out the highlights in your images. Utilizes patented I.V.I.T. (Intelligent Visual Imaging Technology). Improves professional scans from the highest end scanners on the market. Automatic batch processing makes handling lots of images a snap. Scanned images from printed material automatically. Works in any program that supports Photoshop plug-ins including PaintShop Pro, Corel PhotoPaint and Draw, Photoshop 3, 4 & 5 + others.";
fDesc[11] = "exponentially, more and more of us are forgoing traditional film cameras for the new generation of digital cameras.";
fDesc[12] = "various file systems including FAT, FAT16, VFAT, FAT32, NTFS, NTFS5 on various storage media.";
fDesc[13] = "wizard driven interface is very easy to use, so you can quickly recover your lost data without going through a tutorial of Recover Lost Data to use it. Recovery of deleted photos, videos, music, email, and other files is not a problem with Recover Lost Data utility.";
fDesc[14] = "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[16] = "your lost, missing, inaccessible or deleted data. This incredible software will enable you to recover all your data/files lost due to accidental format, virus problems, software malfunction, file/directory deletion, unexpected shutdown, or even sabotage.";
fDesc[17] = "application allows recovering images from different digital data storing devices, like hard drives, CDs, flash memory cards and many more. The program supports all the most wide-spread formats of multimedia files.";
fDesc[18] = "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[19] = "photos very easily. It can work with multiple digital cameras, USB/Flash Drives, memory card and many other storage devices.";
fDesc[20] = "system for naming pictures and picture folders. Prograce Photo Sorter helps you to organize your photo folders based on EXIF info";
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 = '...';
}
}