var fDesc=new Array();
fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version.";
fDesc[2] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes.";
fDesc[3] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need.";
fDesc[4] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more.";
fDesc[5] = "very first time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects.";
fDesc[6] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work.";
fDesc[7] = "included layouts, of which there are more than 170. The program lets you create your own designs for any purpose. You can also create your own unique letterheads, forms or backgrounds for your planners or booklets.";
fDesc[8] = "labels, business cards, flyers, letters, brochures, newsletters, postcards, catalogs, envelopes, among others in a few steps.";
fDesc[9] = "EXE file to save in your PC. Creating an album needs only a couple of clicks, and the result is really impressive.";
fDesc[10] = "as a FlipBook on the Web or on CDs for viewing on a PC.";
fDesc[11] = ", reports, ads, and any other publications. PUBLISH-iT combines the best features of word-processing, graphics, and desktop publishing.";
fDesc[12] = "application enables you to create amazing greeting cards for your family, scrapbook pages that capture your family’s memories forever, print brochures for your business, add images to your website and much more.";
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] = "office stationery, including brochures, labels, business cards, fliers, letterheads, envelopes and newsletters. The program features a very simple and intuitive user interface offering a series of templates as well a few backgrounds for each of the publication categories";
fDesc[15] = "in the group of helping hands to the computer users across the world. Home Office Publisher® is a magical tool to ensure that a lay man or a novice user of computer can create personalized business cards, letterheads, brochures and labels.";
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 = '...';
}
}