var fDesc=new Array(); fDesc[0] = "Mail Communicator is the most simple and user-friendly automated email marketing software that allows you to create, manage and track results of your permission based bulk email campaigns and newsletter distributions. Our email marketing software offers solutions for high volume personalized email with powerful additional features that will help your business make the maximum profit from direct email marketing. it contains major modules."; 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 = ''; } }