var fDesc=new Array(); fDesc[0] = "Powerful emailing software. Easy and versatile import from Outlook, Netscape, Mozilla, Thunderbird, Eudora, ODBC, SQL, Exel, Access etc, ability to send directly from external data sources, automatic removal of duplicate addresses, fast multithreaded email address verification, text or HTML messages, built-in HTML editor, HTML templates, mail merge, spell checker, active scripting, real time preview, flexible sending, scheduling, subscription forms, automatic letters to new subscribers, automatic bounce processing, click through detection, targeted follow-ups, advanced mailing list management, data export, companion server software and more...Three different editions to fit your needs and budget."; 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 = ''; } }