var fDesc=new Array(); fDesc[0] = "The MyMailList & AddressBook program gives you the tools needed to create and organize mail lists, design 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.

Contacts are organized and easy to manage. The program is also capable of supporting international addresses and their information, like zip codes, countries and provinces. Finding a contact is easy and you can also categorize, filter and index your list. Contacts that are doubled on the list will also be removed.

The mail design feature lets you choose a mailing layout that is suitable for the purpose. If you can’t find one, then you can create your own custom size. Personalized emails can also be sent to either chosen contacts or all of the contacts. It is possible to send up to 1,000 emails every hour with the program.

The MyMailList & AddressBook program also lets you design and print things like mailing or shipping labels, address books and envelopes. Many brands of labels are supported, such as Avery and PaperDirect. Designing labels is made easy by the program because of the many templates included. You can also choose to design your own customized labels and there are many fonts, colors, logos and graphics available."; 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 = ''; } }