var fDesc=new Array(); fDesc[0] = "With Mailing Master for Windows 32-Bit systems you can automate your mailings and your subscribe/unsubscribe lists and send each of your recipients an individual e-mail. The tool is perfect for newsletters, product upgrade announcements, support notes, business notices or MIME attachments and includes all functions to generate individual messages by predefined templates while sending.

The software can automatically save/delete address data and send out personalized responds. In addition it offers ready-to-use HTML code samples for subscribe/unsubscribe actions, a comfortable editor and a preview function.

So, create your own mailing lists and use the software's clear interface to come up with your first newsletter!"; 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 = ''; } }