var fDesc=new Array(); fDesc[0] = "Corporate SMTP Server is a reliable high-performance SMTP server program for corporations and Internet Service Providers. It is simple and absolutely bullet-proof, it has a lot of security features and options you can use to protect the server from the outside of the Internet as well as safely block SPAM and spammers. It can be installed on several computers while the common message queue can be kept on a separate dedicated PC to increase sending power of your organization."; 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 = ''; } }