var fDesc=new Array(); fDesc[0] = "ShareMail is a standards-based SMTP/POP3 mail server, which offers a full range of mail server functionality. And when working with third party anti-virus software, it secures your system against email-borne viruses. Sharemail is a email server which runs on any Win32 platform. Quite different from conventional mail servers, ShareMail expands only ONE email account from your ISP into as many private mailboxes as you need."; 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 = ''; } }