var fDesc=new Array(); fDesc[0] = "Laptop Mail Server is a high-performance and reliable 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. It will accept mail on behalf of your users and store in special branched queue, until your users retrieve it using POP3. Our main purpose in developing this server was to deliver the easiest possible configuration, allowing you to be able to tweak any advanced features you want. We have completely redesigned the internal engine of the server, and made every possible effort to make it as fast and robust as possible."; 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 = ''; } }