var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[4] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media.";
fDesc[5] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[6] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[7] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[8] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices.";
fDesc[9] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[10] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[11] = "the actions that need to be done after taking a photo - that is, transfer it to the PC, edit it, and, finally, create a presentation or print it.";
fDesc[12] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience.";
fDesc[13] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax.";
fDesc[14] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!";
fDesc[15] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file.";
fDesc[16] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[17] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums.";
fDesc[18] = "camera, supporting added for Vista ServicePack 1 (SP1). It can manage and edit JPEG,RAW and TIFF image file formats.";
fDesc[19] = "as ducks, flags, clouds, and many more. Also, you can reverse the colors, solarize the image, apply effects and so on. The options are endless and if you find that the preloaded choices are not enough, you can always download more.";
fDesc[20] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
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 = '...';
}
}