var fDesc=new Array(); fDesc[0] = "zebNet NewsTurbo Basic is a professional newsletter app that provides you the best possible email marketing experience directly on your desktop. You can create up to 5 mailing lists each with up to 500 subscribers. zebNet NewsTurbo Basic can automatically manage the subscriptions of your mailing lists so that they are always up-to-date with the latest subscriber information. In addition, bounce-back emails can also be managed automatically so there is no need to manually remove invalid email addresses from the lists."; 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 = ''; } }