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] = "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[4] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more.";
fDesc[5] = "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] = "labels, business cards, flyers, letters, brochures, newsletters, postcards, catalogs, envelopes, among others in a few steps.";
fDesc[7] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text.";
fDesc[8] = "undeliverable messages? Are you looking for a professional, easy-to-use all-in-one solution? Group Mail software for Windows may be the answer you’re looking for.";
fDesc[9] = "campaigns too. When we open the program we can find one quick toolbar, four tags (home, accounts, tools and help), one toolbar and one explorer for handle our accounts, templates, drafts, sent and scheduler.";
fDesc[11] = "to a whole list of recipients. The program allows you to create, edit and delete sender’s account, and it’s not necessary to have any e-mail client installed on the computer. Besides, the program can manage several sender accounts, as well as several mailing lists.";
fDesc[12] = "without troubles.";
fDesc[13] = "Emailer is easy to use and provides you with range of features. It includes built-in modules for collecting email addressees from various web pages and verifying valid email address.";
fDesc[14] = "dummies\". Don't waste your valuable time, use E-Fisher Newsletter to create and send HTML e-mail newsletters. Includes everything from template to send.";
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 = '...';
}
}