var fDesc=new Array(); fDesc[0] = "It allows you to send personalized emails to your customers, subscribers and friends. You are also be able to manage mailing lists with our handy tool.
It is ideal for newsletters, targeted marketing, and keeping in touch with clients.
It's easy for the non-technical beginner and the seasoned expert. You are able to send hundreds personal email messages in a minute."; 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 = ''; } }