var fDesc=new Array(); fDesc[0] = "Volumail is the world's easiest to use email newsletter software which will let you to send thousands of personalized emails for free.

There are so many ways to send email newsletters.
Volumail has a simple step-by-step interface and is utterly easy to work with. Indeed, you only need 5 easy steps to start your email campaign, and it takes about 10 minutes in total!"; 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 = ''; } }