var fDesc=new Array(); fDesc[0] = "This easy to use ActiveX COM Control lets you send email from your Windows applications using VB, VC , Delphi or any other ActiveX COM aware programming environment.
Send emails to multiple recipients either in plain text or HTML, adding any number of attachments and inline images. Automatically embeds images, javascript and css from external local files referenced by the HTML.
With the supplied VB sample project and online help you'll be able to send your first emails in minutes!"; 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 = ''; } }