var fDesc=new Array();
fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window.";
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] = "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[4] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
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] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features";
fDesc[7] = "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[8] = "cards for your friends, family and relatives and then you can send it via emails, Skype or any file sharing software. Voozie maker gives you the power to create 3D greeting cards in which you can write your own text. You can attach any still picture, mp3 or FLV file.";
fDesc[9] = "Deluxe 7.0 features the largest collection of store-quality greeting cards ever assembled in one software package.";
fDesc[10] = "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[11] = "will be able to generate greeting cards for every occasion, personalized with photos, drawings and text. You can start your project from the scratch, edit a saved design or use some of the included templates.";
fDesc[12] = "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[13] = "for Thanksgiving, Christmas, Easter, New Year, Valentine's Day, birthdays, anniversaries, or any occasion.";
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] = "collection of over 35,000 full colour, clip art images combined with over 12,000 greeting card and invitation templates to help get you started.";
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 = '...';
}
}