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] = "the Editor, or use de Design Wizard (that will guide you step by step) where you will be able, if you want, to use some of the ready-made templates provided with the program.";
fDesc[4] = "print wonderful business cards of multiple sizes. It includes many high-quality business card templates and logos, as well as great design tools and background images to help you design your own cards in a snap.";
fDesc[5] = "business cards in a few minutes. The program includes thousand of pre-defined templates, backgrounds, clip-arts and images to help you design beautiful cards in a snap. However, you also can use your own logos and clip-arts to create new cards from scratch that satisfy your needs.";
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] = "experienced is required to use this program. You can use thousands of given shapes and text styles to design your own logo, if you are not satisfied with the given templates. You can also mix or modify any given template.";
fDesc[8] = "Business Cards, Address and Shipping Labels, CD DVD Labels and Inserts, Envelopes, Post Cards, Name Badges, Signs and other media labels.";
fDesc[9] = "original and beautiful cards in a few steps, thus saving you a lot of time and money. The program includes about 30 templates and hundreds of backgrounds to choose from that will enable you to create exactly the business card you are looking for.";
fDesc[10] = "mailers. With this software you can create labels for your CD or DVD collection. The Label Designer Plus DELUXE 9.5 comes with a host of tools to get you started in a instant. With this version you can use the Design Wizard to create you custom design from the many templates.";
fDesc[12] = "business card you create with this product will create a professional and memorable impression.";
fDesc[13] = "fonts quickly and easily. In its main window at the top left corner there is a small sample text box in which you can type your sample text to view how your sample text will look with the selected font.";
fDesc[14] = "when opened. Pop-Up Card Designer PRO will allow you to create your own designs, for further printing, cutting and folding them. You can also mail your customized cards to anyone.";
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 = '...';
}
}