var fDesc=new Array(); fDesc[0] = "Group Mail Send Engine empowers you to create and send a big quantity of eye-catching HTML emails easily and quickly. You can quickly design an email with the HTML editor built in Group Mail Send Engine. With it you can also insert background images, hyperlinks and attachments, import existing mails and use other easy approaches for professional emails."; 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 = ''; } }