var fDesc=new Array(); fDesc[0] = "POP2OWA is a small Visual Basic program that allows you to access to an Exchange server through the POP3 protocol, using the Outlook Web Access (OWA) server. It provides the standard POP interface to your mail client (Outlook Express, Netscape or Mozilla Mail, Thunderbird, Pegasus). In addition, it allows you to send e-mails through OWA service, like a standard SMTP (outgoing mail) server."; 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 = ''; } }