var fDesc=new Array(); fDesc[0] = "Fast Mail Sender allows you to send unlimited emails to multiple recipients at a time. The program is capable of sending bulk emails to a large number of recipients across the globe. With this program, you can import email ids from text or Excel files, send personalized emails with unique matter to number of ids, send group emails to particular group of people, and more. Also, the program has backup and restore options, through which you can send the email again in the future."; 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 = ''; } }