var fDesc=new Array(); fDesc[0] = "Send newsletters and mass emails to your customers!

Using Email Sender Deluxe, sending out personalized newsletters and bulk email to your customers and users is very easy! Just choose your recipients, type your mail and click Send! You can quickly import recipients from databases, Excel, text files or enter them manually.

You can save email templates in both HTML and text format, so you don't have to type the whole email again the next time."; 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 = ''; } }