var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[3] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[4] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience.";
fDesc[5] = "Research, which has produced very good multimedia applications for automatic processing of pictures, like Photosynth. We see a window, where we can insert pictures by browsing a folder, and all you have to do is click the \"Create\" button.";
fDesc[6] = "application offers multiple possibilities to enhance your digital photos. This program runs many Photoshop plug-ins and comes with the built-in virtualPhotograther.";
fDesc[7] = "and then allows you to explore them through the built-in Image Browser. It is possible to view your images in full screen, even using an automatic slideshow, with more than 80 transition effects.";
fDesc[8] = "may need to ease your digital imaging life: EXIF metadata access, image manipulation/sharing and much more!";
fDesc[9] = "lets you select any JPG image stored in any drive, and apply it as a wallpaper. By default, that image will be surrounded by a frame, and the program will add a three month calendar (past, actual and next month).";
fDesc[10] = "for professional digital photographers looking for a fast and easy-to-use image browser for digital camera files. Photo Mechanic's innovative batch captioning, renaming, speedy browsing, and Photoshop connectivity features have made it the choice of thousands of photojournalists and professional photographers worldwide. Now Carbonized for native Mac OS X and OS 9 operation, and optimized for use with professional cameras from Nikon, Canon, and Olympus, Photo Mechanic has become the standard tool for digital image browsing.Photo Mechanic is a standalone image browser that lets you view your digital photos with convenience and speed. Photo Mechanic displays the \"thumbnails\" of photos on a camera disk or folder in a familiar \"contact sheet\" display windows. You can quickly rotate, preview, copy, delete, tag, rename, and add caption / keyword (IPTC news record) information to photos both...";
fDesc[11] = "include: rotate; flip; resize; adjust color; add watermark, text, frame; and more by dragging your pictures from Windows Explorer and dropping them in a small toolbox.";
fDesc[12] = ", get creative with talk bubbles and 40 stylish filters. Accurate color with professional color management.";
fDesc[13] = "program can be an excellent alternative to Windows Explorer. With Turbo Browser you can preview almost all files formats: text files, documents, graphical and multimedia files and others.";
fDesc[14] = "explorer-type interface. Additional features include different viewing modes, batch conversions, Webpage loader, set as wallpaper and more options.";
fDesc[15] = "images, mp3, zips and any resources from Internet for you. With Internet Image Browser easy to create best image collection!";
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 = '...';
}
}