var fDesc=new Array(); fDesc[0] = "Narawen Inox POP3 Connector works as a bridge connecting mail servers.
The program operates automatically in the background as system service. In configured time intervals it downloads e-mail messages from specified mail servers using POP3 protocol and sends them to other mail servers such as Microsoft Exchange Server or Lotus Domino using SMTP protocol. Messages are transferred as they would be delivered between servers directly. Original mail content, attachments and headers are preserved."; 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 = ''; } }