var fDesc=new Array();
fDesc[1] = "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[2] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[3] = "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[4] = "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.";
fDesc[5] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all.";
fDesc[6] = "to create personalized collections, to create slideshows and presentations, get instant file identification. Creating web albums for publishing is just one click away from you and even you can edit it according to your needs and preview it before presentation.";
fDesc[7] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs.";
fDesc[8] = "variety of features which are helpful to -create photo albums, for image transfer from other digital devices, view and print photos, view slideshows and much more with total back up facility.";
fDesc[9] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available";
fDesc[10] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[12] = "Created to help managing photos in business and for home use.The most important features: support of more than 50 file formats creating and managing digital photo albums user customized album configuration image group edition preparing PDF, HTML albums and slideshows sending images by e-mail advanced searching and sorting CD and DVD recorder support (multisession write) VCD, SVCD and MiniDVD slideshow recording visit card, label, table, poster printing e-mail support for registered users virtual safe to encrypt personal photos supported systems: 2000/XP screen capture tool screensaver";
fDesc[13] = "albums based on the popular Adobe Flash technology. Within the program you will have more than 38 eye-catching templates to choose, and you will be able to apply many visual effects to your albums with ease.";
fDesc[14] = "pictures adding some amazing effects to the images. It comes with many pre-designed templates and gives the possibility to create templates with the integrated Template Editor.";
fDesc[15] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions.";
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 = '...';
}
}