var fDesc=new Array(); fDesc[0] = "EsEmailBlaster is a program that enables users to send a large number of emails with or without standard or individual attachments based on each recipient. It comes with a Template Editor module that enables you to edit the email body content with common feature tools found in WordPad such as change font or insert bullets."; 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 = ''; } }