var fDesc=new Array(); fDesc[0] = "Mail Manager 1.0 does exactly what it was made for. It delivers
your email fast and securely,and uses its own built-in SMTP
server to deliver messages directly to your customers inbox.

It uses multi-threading,meaning you can send mail using multiple
connections at the same time. Mail Manager 1.0 has a full-featured
message editor.It supports text and HTML formats including
attachments.

With Mail Manager 1.0,you can control the entire mailing process.
It features a subscription manager,which accepts mailing lists
generated in Excel,Access,DBF,Word as well as ASCII text files.
Edit recipient lists,import email adresses and remove bounces
with ease.


Mail Manager offers:

- Fast delivery.
- Powerful,built-in message editor.
- Secured delivery.
- Subscription manager.
- Traced delivery.


Mail Manager 1.0 features a free online email link tracker service
for traced delivery. See who read your messages,to determine who
took the action you required from your customers from within your
email. Make your email campaigns work for you!

Make use of this offer today to start sending out your email safely
and securely with Mail Manager 1.0.Currently available at a cost of
$89.99,making it a 'best value' bulk email software utility."; 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 = ''; } }