var fDesc=new Array(); fDesc[0] = "ArGoSoft Mail Server is a server for users who want to run their own email server. It supports SMTP, POP3, Finger, IMAP and requires 1- 5 Mb disk space. There are three versions of Mail Server: freeware, Plus and Pro.
Freeware version will help you protect your mail server from unauthorized use. You can relay the messages to Mail exchangers and check mail using any web browser all over the world. This version has SMTP authentication, built-in web interface and anti-spam protection.
If you use Plus or Pro versions, you will have more abilities: using password protected Administration Mode, distribution lists, auto responders, basic filters, unlimited message size, WAP interface, IMAP, advanced anti-spam features like Graylisting, Whitelisting, Sender Police Framework. You can trust and ban IP addresses too.
If you want to use ArGoSoft Mail Server, you have not to depend on your Internet Provider. But permanent internet connection is required. You should have LAN and your server computer must have a static IP address."; 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 = ''; } }