var fDesc=new Array();
fDesc[1] = "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[2] = ", 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[3] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = ", edits them, automatically creates HTML pages and slideshows for the web, home or CD, saves, uploads to the web or sends it over e-mail. It has been designed to create professional looking image galleries. It is one of the most flexible photo album software in its class and great for power users. If you have some knowledge of HTML, you can customize absolutely everything, including page layouts and style sheets; add links to outside pages and more. Features: Designed to make photo albums and slideshows easy and fast Professional looking photo albums Photo editing and Effects Tools Drag and drop image support Provide titles and captions for each photo Built-in Instant Gallery Wizard Built-in FTP uploader";
fDesc[10] = "can create a video from photos and player on your home dvd/vcd";
fDesc[11] = "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[12] = "based animated photo album, and more. Why buy anything else when right here you can have all the tools you need for photography?";
fDesc[13] = "photos.";
fDesc[14] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs.";
fDesc[15] = "control of output. Using simple 5 steps wizard interface you'll use the right functionality and feel all the power of simplify";
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 = '...';
}
}