var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "includes many pre-formatted business card templates, clip-arts and backgrounds which help you design original cards very easily. However, you can also add your own images and clip-arts to create exactly the card you want.";
fDesc[6] = "if you don´t enter a purchased key. The program begins with a wizard that offers you to guide into the process of creating business cards, letterheads, labels or envelopes.";
fDesc[7] = "This helps you create full color stunning business cards and customize your card printing in many ways.";
fDesc[8] = "Business card, Staff card, Membership card and Interactive CD business card.";
fDesc[9] = "Explosion® Business Card Factory® Deluxe 3.0, you can create customized professional business cards in just minutes. Guaranteed.";
fDesc[11] = "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[12] = "business card you create with this product will create a professional and memorable impression.";
fDesc[13] = "dashing feeling about your Business Card. Print Prefect Business Card is a tool with more than 50,000 quality images to select from and Print Prefect Business Card also has more than 9000 customizable templates to select from.";
fDesc[14] = "printing software. This helps you create the perfect business cards you need and print them right-away on your own printer.";
fDesc[15] = "a wide range of business types plus 5,000 clip art images, this program contains all of the tools needed to create professional looking business cards in minutes, saving you both time and money!";
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 = '...';
}
}