var fDesc=new Array();
fDesc[1] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[2] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[3] = "trial version and installing the program, you can design your masterpiece. Just do a few mouse-clicks! Select images you want to use and paste them into the software. Many design features are available.";
fDesc[4] = "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[5] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[6] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps.";
fDesc[7] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too.";
fDesc[8] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners.";
fDesc[9] = "program will search your computer for available images, to create a catalog. Once finished, it will show you thumbnails from the included images, when you choose the \"View\" tab. In this section you can choose the pictures you want to work on, by clicking on them.";
fDesc[10] = "as a FlipBook on the Web or on CDs for viewing on a PC.";
fDesc[11] = "software. The Picasa world is a program where you can find and organize your photos. This complement is the way to upload photos directly to the Picasa Web Albums and share with friends and family the pictures you have.";
fDesc[12] = "by date, text keywords and more. You can also import pictures directly from your digital camera, a scanner or create a FotoAlbum CD (ISO image or ready-to-burn folder). It is a full featured photo management software to organize and share your photos. Supports most image and video types.FotoAlbum displays a handy timeline on top of the interface, which allows you to quickly jump to pictures taken in a certain year. You can add comments and keywords to each image, view them as a slideshow, create a screensaver and more. Additional features include easy emailing and resizing of pictures, support for external editors and more. The software also integrates smoothly with the FotoAlbum online photo storage service, which allows you to create an online web album for family and friends to visit. This feature requires an additional yearly fee, but is not needed nor required to use the...";
fDesc[13] = "friends. This nice program will give you cool options to create stunning virtual albums, calendars, child albums, etc. You can create your album as an executable file or as a screen saver. These are only a few examples of the many features you will find on Virtual Album Maker.";
fDesc[14] = "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[15] = "required. You can animate images, texts or shapes and create a Flash movie with added sound and transition effects. Flash Designer is similar to PowerPoint and it's a perfect choice for those who find other Flash makers too difficult.";
fDesc[17] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID.";
fDesc[18] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[19] = "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[20] = ", picture album, album review and family photo album. It can create, release or manage your photo album online easily, and allows you to upload, download, manage, and browse your photos online, and you even could browse your album through web.";
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 = '...';
}
}