var fDesc=new Array();
fDesc[0] = "Excellent web support, allowing you to send/receive messages through IE. With the help of web-based remote administration capability, you can even access your mail system from the web browser without having to log on to the server.
WinWebMail Server is a fast, robust and secure, full-featured mail server that introduces seamless integration with powerful features and easy-to-use management. It is designed to provide the best corporate-level webmail server solutions.
Supporting numerous standard protocols and services, including SMTP, SSL-SMTP, POP3, SSL-POP3, IMAP4, SSL-IMAP4, WEBMAIL, CA Server, TLS/SSL, S/MIME, DayTime, and other relative RFC protocols.";
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 = '';
}
}