var fDesc=new Array();
fDesc[0] = "Bulk email sending software for distribution of email newsletters. Incorporates a feature allowing customers to automatically unsubscribe from a list of recipients. Powerful SQL database giving you the ability to manage your email marketing campaigns on a computer network. Available in three versions to suit your particular requirements: Free, Professional and Enterprise.
Features:
* Email templates.
* Automatic subscription/cancellation of a subscription from your list of recipients.
* Address book with filtering.
* Import of addresses from numerous file types and databases.
* Personalisation of emails.
* Automatic analysis of incoming emails.
* Scheduler.
* Support for Google Analytics and social networks.
* Powerful and reliable SQL database with automated data backup.
* Antispam tester.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}