var fDesc=new Array(); fDesc[0] = "Bulk Mass Emailer is a professional and high performance email marketing software for targeted bulk email marketing campaigns and email lists building at your desktop. With Bulk Mass Emailer you can easily manage your mailing lists for your subscribers, create high personalized HTML or TEXT messages and HTML newsletters and send them in just few minutes. Bulk Mass Emailer is the most comprehensive and yet simple tool among the leading email marketing software and HTML Newsletter software. With excellent designs and powerful features you can get best results and beat your competitors with the help of our Bulk-Mass-Emailer software."; 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 = ''; } }