var fDesc=new Array();
fDesc[1] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[2] = "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[3] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface.";
fDesc[4] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album.";
fDesc[5] = "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[7] = "There are two modes to visit your photo galleries: the Freemove Mode, where you can wander freely inside the virtual space and the Automatic Mode, in which the computer will guide you through the gallery.";
fDesc[8] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images.";
fDesc[9] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc.";
fDesc[10] = "photos with multiple options, then Turbo Photo is an excellent program to try. With this powerful application you will be able not only to edit your photos in a professional way, but also create beautiful albums for your pictures.";
fDesc[11] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software.";
fDesc[12] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[13] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book.";
fDesc[14] = "with friends. My Pictures 3D Album is a new extraordinary way to show off and store your photo collection in 3D Photo Albums. This program gives you an opportunity to place each photo in the certain location in picturesque 3D galleries, fine-tune pictures and then view in the 3D virtual space. Albums can be viewed both in automatic mode and manual mode. In automatic mode the program itself guides you through the gallery halls, showing your photos. You can also switch to the free move (manual) mode and wander freely inside the virtual space using a mouse. Every your photo album will be a masterpiece - varying different galleries from our constantly growing collection and your photo collection, you'll be able to create a unique photo album to maintain each memorable moment of our life. You can save your albums both into special My Pictures 3D Album format or stand-alone EXE file that may...";
fDesc[15] = "services that can help us in this task, but what about if we want to create our own photo album? Then iWebAlbum can help us to do this, a simple tool that will help you to create your online web album with just a couple of clicks and a few minutes.";
fDesc[16] = "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[17] = "EXE file to save in your PC. Creating an album needs only a couple of clicks, and the result is really impressive.";
fDesc[18] = "albums. A web album is a web page that has templates of the pictures that are located on a directory. All the application really does, basically, is create an HTML thumbnail page for you to publish on your website.";
fDesc[19] = "solution for creating a PDF photo album. You can print and distribute them, burn them on a CD, send them with email or publish them on Internet!";
fDesc[20] = "provides a comprehensive toolbox suite so we can fully customize the album to our preferences.There are many templates, clip arts, colors, background textures, and many more. We can easily access our album collection, add pages, insert images, export, insert file, video, audio, text, print, etc.";
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 = '...';
}
}