var fDesc=new Array(); fDesc[0] = "StarMailer is a very powerful tool for sending large quantities of personalised email.

This tool is very easy to work with; just select your mail to send and your recipients, then press the 'Send' button and StarMailer takes care of the mails being sent.

- supports embedded images in email content;
- supports connection through SMTP server or connection directly to Domain Name Server (DNS) of each recipient;
- supports connection over Secure Socket Layer (SSL);
- email verification tool;

- request confirmation of email receipt;
- choice of email priority;
- files to be sent as attachment."; 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 = ''; } }