var fDesc=new Array();
fDesc[1] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[2] = "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[3] = "once. The program has the ability to send HTML or plain text messages, and even add attachments very easily. You can send emails directly to the recipient, using an SMTP mail server, or using a MAPI client.";
fDesc[4] = "why. To determine whether an e-mail is spam most spam filters examine a number of different rules: such as content, length, percentage of text, use of images, number of recipients, headers, sender.";
fDesc[5] = "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[6] = "list, being the perfect solution for your Outlook mail merge needs.";
fDesc[7] = "addresses matching your query from the internet; you can start a search from any user specific web address - URL too.";
fDesc[8] = "editor, full mime support, bounce management, and many other features make this software a perfect marketing tool.";
fDesc[9] = "processing";
fDesc[10] = "setting the tool!";
fDesc[11] = "powerful group mailer which sends your message directly from your PC to the recipient's mail server without using any ISP's SMTP server.";
fDesc[12] = ", Processes Your Subscribe and Unsubscribe Requests, and Cleans and Manages Your Lists";
fDesc[13] = "spam software, since is has no built-in SMTP-server and requires a legitimate email-account. Mass email software.";
fDesc[14] = "bulk mails, do not worry. PackPal Email Server can deliver email messages at blazing speeds. It is easy to install and easy to administer.";
fDesc[15] = "newsletters to increase your profits! Aella provides everything you need to get up and running within minutes of starting the application.";
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 = '...';
}
}