var fDesc=new Array(); fDesc[0] = "PIMEX MailExpress is a free tool that gives you a powerful and efficient way to reach your customers and contacts via e-mail. It's perfect for individuals or businesses sending out newsletters, business notices and other essential information. Each message can be personalized using a simple text or HTML template, so all addressees will receive letters intended for them only. The program imports lists of e-mail addresses with optional parameters in text or CSV format, generated by PIMEX or other contact manager software."; 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 = ''; } }