var fDesc=new Array();
fDesc[1] = "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[2] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[3] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program.";
fDesc[4] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows.";
fDesc[5] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy.";
fDesc[6] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[7] = "their own family photos and text. The program comes packed with professionally designed templates and matching graphics.";
fDesc[8] = "Deluxe 7.0 features the largest collection of store-quality greeting cards ever assembled in one software package.";
fDesc[9] = "user can chose between dozens of professionally-designe d templates and models. It is also possible to create photo calendars, photo albums, books and much more.";
fDesc[10] = "assistant of 6 steps that is very easy to use. It includes numerous images templates, clipboards and pre-defined phrases with fun designs. It has a wizard for printing and distribution by mail. It runs on Windows 2000/XP/Vista";
fDesc[11] = "for Thanksgiving, Christmas, Easter, New Year, Valentine's Day, birthdays, anniversaries, or any occasion.";
fDesc[12] = "words and photos. You can select a card design among 200 designs from more than 15 categories and occasions like, wedding, birthday, travel, romance, humor and many other events.";
fDesc[13] = "you to edit the text on your card and move the borders as you wish. This allows to create a big variety of cards with many options available.";
fDesc[14] = "use. In few minutes you will have your own customized greeting card. In only 3 steps you will enjoy a store-quality greeting card but with the importance of having it done by you...";
fDesc[15] = "cards. Greeting Card Zoom 4.2 allows you to create wonderful greeting cards in a very easy and simple way. Now, you can create the perfect card you always dreamed about!";
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 = '...';
}
}