var fDesc=new Array();
fDesc[0] = "With Personalized Bulk Email Sender (PBES) you can send personalized emails to thousands of members as if it is sent to them individually.
Personal Bulk e-Mail Sender is Perfect tool for sending personalized bulk email, marketing, customer updates, new product introduction, newsletters to your existing customers and many more…
With "Personal Bulk e-Mail Sender", sending out personalized bulk email, outstanding payment intimations, invitation, bill payment reminder, new product releases and newsletters to your customers, clients, employees and friends with just a click away.";
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 = '';
}
}