var fDesc=new Array(); fDesc[0] = "Best Mail Server is an ultra fast SMTP/POP3 server program. You can use this program in many environments ranging from being a local server for your corporate offices to a standalone SMTP relay for your laptop. Its unique blend of features allows you to send mail from any mail client that is complaint with SMTP protocol. You can also configure it to be your local mail server. It will accept mail on behalf of your users and store it, until your users will retrieve it using POP3."; 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 = ''; } }