var fDesc=new Array();
fDesc[1] = "server, or optionally the built-in SMTP engine. You can view the status of all emails sent, and generate a report that includes failed or successful deliveries.";
fDesc[2] = "efficient newsletter management capabilities. Best of this tool is that K-ML has almost all functions an email marketing or newsletter distribution team needs. K- ML's ease to generate web page for subscription and un-subscription eliminates need of programming";
fDesc[3] = "engine which is compatible with most of the SMTP mail servers. It supports authentication systems like SMTP/ESMTP, SSL, StartTLS, and Pop before SMTP and IIS directory mode.";
fDesc[4] = "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[5] = "from a given mailing list and allows you to determine up to 90 % of dead e-mail addresses.";
fDesc[6] = "the incorrect ones. Threads and bandwidth usage can be limited through the program references. It is also possible to custom rules for identifying wrong email addresses.";
fDesc[7] = "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[8] = "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[9] = "Windows address books, Socks5 proxy protocol. Has open ActiveX/COM and CGI/ISAPI interfaces for developers.";
fDesc[10] = "three levels of mailing list verification. It is intended for fast auto check of e-mail lists of all sizes!";
fDesc[11] = "and communicate with the people interested in your web site, products or organization.";
fDesc[12] = "is specially designed for performing all kinds of manipulations over the huge email lists.";
fDesc[13] = "e-mail addresses from the list, based on the professional or national basis.";
fDesc[14] = "exclude duplicate, invalid or free e-mails (like hotmail.com), and personalize your lists! Try FREE!";
fDesc[15] = "using Personal Mailing List. This tool works under XP, Vista and other Windows operating systems too. While the cost of this tool is not that little, it is still a good tool to use all in all.";
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 = '...';
}
}