var fDesc=new Array(); fDesc[0] = "GroupMail is a group e-mail software that helps you create and send stylish e-mail newsletters, promote products, and more. The Lite Edition is designed for individual home users or community groups who want to send personalized group e-mails to smaller mailing lists. You can create any number of e-mail groups, import contacts from .csv and .txt files, personalize your message for each recipient, choose from 39 HTML e-mail marketing templates, export e-mail lists, and more."; 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 = ''; } }