var fDesc=new Array();
fDesc[1] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[2] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc.";
fDesc[3] = ", 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[4] = "quick, and you can create your flash album or flash movie just by few clicks - so even a normal user who doesn’t know anything about flash development can easily use this software to create flash album or flash movie. Its user friendly interface will not bother anybody.";
fDesc[6] = "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[7] = "the Internet in merely few easy steps. The user has an option of sending them via email using advanced themes. This application facilitates the novice users to publish flash presentations even without having good knowledge about the working technology.";
fDesc[8] = "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[9] = "allows the user(s) to create 3 different image sizes all at once, and can be used for different formats. The Thumb Studio can also be used to add a visible watermark to the user(s) images.";
fDesc[10] = "don't need to know HTML. Unique and comprehensive album settings.";
fDesc[11] = "ready feature, create auto-start CDs containing photo albums. Automatically prep images for the web without modifying the original photos. Create auto-loading slide-shows with user-specified time interval Save photo album collections to disk so they may be retrieved/edited later Build photo albums that can be used locally or on a web server Control JPEG compression at various levels (thumbnail, index page, remote images) Create contact sheets Support for Internet Explorer and Netscape Communicator There are many customization features Supports a wide varitey of graphic fomats, JPG, GIF, BMP, PSP, TGA, PCX, TIF, and more.";
fDesc[12] = "main feature of the OpenImageManager is that it is an Open-source software which has been developed in C#. This software satisfies all the prerequisites of a good Image management software.";
fDesc[13] = "can create a video from photos and player on your home dvd/vcd";
fDesc[14] = "digital photos. You will be able to burn these albums to a CD or DVD, in order to share your memories with friends and family. Or you can upload them to the Internet, making it much easier to share them.";
fDesc[15] = "photos.";
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 = '...';
}
}