var fDesc=new Array();
fDesc[1] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[2] = "to attract customers, by sending them personalized content. The Free Edition of SendBlaster can set up to 100 messages for each mailing and allows you to manage 2 mailing lists. The registered version has no limits.";
fDesc[3] = "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[4] = "addresses to the point of delivery. This application will avoid having to cleanup mass mailing lists saving time on verification, validation and elimination.";
fDesc[5] = "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[6] = "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[7] = "mail and emails and print out customized labels, postcards and envelopes. Gathering the data you need to create emails or mailing lists is easy to do. You can import files from commonly used databases, such as Excel, Access or ACT. Entering new data is also simply done.";
fDesc[8] = "from a given mailing list and allows you to determine up to 90 % of dead e-mail addresses.";
fDesc[9] = "(including Access and Excel) for sending emails with conditional content, HTML formatting, or attachments. The use of TLS/SSL encryption allows the User to operate on more mail servers and its Auto Configuration facility enables a simplified setup process.";
fDesc[10] = "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[11] = "server, mailing lists, databases, plugins, open API, ActiveX/COM interfaces, Socks5, more.";
fDesc[12] = "Windows address books, Socks5 proxy protocol. Has open ActiveX/COM and CGI/ISAPI interfaces for developers.";
fDesc[13] = "is specially designed for performing all kinds of manipulations over the huge email lists.";
fDesc[14] = "messages and keep track of feedback from your customers.";
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 = '...';
}
}