var fDesc=new Array(); fDesc[0] = "Take the headache out of creating your HTML messages and bulk mailing!
Main Features:
- Advanced HTML message editor allows you to easily compose messages with color and graphics!
- Message Edit allows preview of what recipients email will look like "live" as you type it!
- Easy change message colors, text attributes, images, fonts and more at the click of a button!
- Full WYSIWYG editing mode complies to full HTML standards!"; 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 = ''; } }