var fDesc=new Array(); fDesc[0] = "UserGate Mail Server is a solution for secure corporate e-mail management with built-in antispam and antivirus modules. The product is built from multiple modules, which makes it more failsafe and allows running the server on a distributed system.
UserGate Mail Server basic features include domain and account management, Web-client, distribution list support, remote accounts management, LDAP support and a powerful and flexible rules system."; 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 = ''; } }