var fDesc=new Array(); fDesc[0] = "Mail Merge Toolkit is a powerful add-in for Microsoft Office extending the mail merging capabilities in Microsoft Outlook, Microsoft Word and Microsoft Publisher. This app allows you to realize really personalized mass mailing easily and efficiently by providing a set of requested and unique features.

As soon as you need to personalize part of message subject or the whole subject line, you need Mail Merge Toolkit. Insert data fields into the message subject, so that not only the contents of a message but also its subject is personalized."; 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 = ''; } }