var fDesc=new Array(); fDesc[0] = "Smart Mailer is easy to use, fast and reliable email marketing and direct marketing software. It is an excellent direct mail and email tool. It can send your email message to thousands of recipients with a click of a button from your own desktop. With Smart Mailer you can create mail templates, print mailings, envelopes and mailing labels. Smart Mailer is ideal for newsletters, targeted marketing, direct marketing and keeping in touch with clients. It is so simple and efficient!"; 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 = ''; } }