var fDesc=new Array(); fDesc[0] = "The program helps create professional newsletters and mailings and send the mailing with just one click of the mouse to your customers and contacts. With the integrated e-mail editor you can create professional e-mail in HTML-format. In order to create an attractive mailing you can use graphical files, colors, different fonts, links, tables and you can use our default design templates."; 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 = ''; } }