var fDesc=new Array();
fDesc[0] = "Mail Merge Master is designed to create one letter or envelope for each recipient from a text draft by using an address or data list. The address/data list is imported as a csv file, that may be created by using any spreadsheet application, or you may add the data inside the data block, and then export it as a csv file.
This application is also completely and absolutely portable!
Features of Mail Merge Master:
- Simple and easy to use.
- Includes an Envelope Printer
- Easy to merge forms and data with your custom letters.
- Numerous advanced options on the print preview window.
- Various output options including csv, rtf, and txt formats.
What's new in this release:
- Added an internal text editor.
- Updated the print preview and merge features.
No Java or DotNet required, Green Energy Software.";
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 = '';
}
}