var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "This helps you create full color stunning business cards and customize your card printing in many ways.";
fDesc[4] = "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[6] = "storehouse (nearly 4000 mark emblem storehouse ), there will be strong graph processing ability, and picture process ability which PhotoShop compares favourably,Have strong data bases exchange ability also( exchange data freely with Microsoft Excel), the strong type and look ability .";
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 = '...';
}
}