var fDesc=new Array(); fDesc[0] = "Mail Direct is a program that will allow you bypass your ISP's mail server and use your computer to send e-mails directly to recipients. The program can do this because it has a built-in SMTP server which you can use instead of your ISP's mail server. All you have to do is set up your e-mail client to use "localhost" as your outgoing mail server and run Mail Direct. The program will then deliver any e-mail that you send out through it, and it will terminate delivery of messages that you have sent out to wrong or bad e-mail addresses. Mail Direct Pro has more options and powerful mail processing ability for professionals."; 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 = ''; } }