var fDesc=new Array();
fDesc[1] = "It can print the photos in both standard and custom sizes so that the user can email optimized photos. In addition to this, it also has creation tools that do more than organizing photos.";
fDesc[3] = "useful because it allows its users to manage the pictures on their computers. The user- friendly Interface of the software makes the task of picture browsing and exploring easier and simple.";
fDesc[4] = "actually a photo manager to manage all your photos just according to your own choice, because My Photo Index gives you full flexibility to manage your photos categorically.";
fDesc[5] = "features of professional photography. BreezeBrowser Pro helps you to manage your photos: from editing your photos to publishing them on the web. BreezeBrowser Pro offers raw conversion for different cameras, and protects your photos using watermarks.";
fDesc[8] = "efficient way to organize it, you must have this digital photo album software.";
fDesc[9] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[10] = "has scale plus, minus and best fit with or without photo description text. Set any selected photo as wall paper. All resize of windows/forms improves the working area while everything else stays the same. Make any photo collection a slide-show screen saver. E-mail any selected photo. Rotate, copy, move, Save As., etc, etc. Sort by path, filename, type, size and date. View of any folder with or without sub folders. Handle almost all image formats.";
fDesc[11] = "galleries and auto run photo CD's in simple steps. You just have to import any image or number of images, sort them in desired order, write a caption, select a transition and you are ready to create custom screen savers with exotic effects.";
fDesc[13] = "create slide shows, screen savers and EXE slide show files using ImageBox that can run on any PC without any third party software. ImageBox supports JPEG, GIF, PNG, TIFF and BMP image formats.";
fDesc[14] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC";
fDesc[16] = "quickly and targeted within an single scroll or switch to a multiple photo preview to make chose.";
fDesc[17] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc.";
fDesc[18] = "Organize your digital photos using thumbnails. Easily share your memories with family and friends in a slide show with captions, via E-mail, or on Web.";
fDesc[19] = "happen. With Zoner Photo Studio 9 Professional you get an all-in-one photos program for every step. New GPS support is unique worldwide!";
fDesc[20] = "overlook your digital treasures. The program manage your images on you PC and the connected devices in an easy way. The image management offers many other useful functions: Import from your digital camera or other TWAIN devices. Picture Editing with photo effects. Image Organisation with albums, Photo CD and Photo Exchange via e-mail.";
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 = '...';
}
}