var fDesc=new Array(); fDesc[0] = "pdfMachine merge gives you the capability to send personalized emails with personalized PDF attachments. pdfMachine merge is available to all pdfMachine ultimate users. If you do not have pdfMachine ultimate you can still use it in trial mode. Mail merge that emails personalized PDF attachments, using Word, PowerPoint, Excel or HTML as merge templates. You will need a merge template that has your text, layout and some merge fields that will be replaced with personalized information. You will also need a data source that contains a list of all the personalized information that needs to go into each document."; 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 = ''; } }