var fDesc=new Array(); fDesc[0] = "Supports global mailbox (with failsafe). You can use a catch-all mailbox with your ISP to collect all the mail for your domain. It will be sent to the correct recipient by POP Collector (except when recipient is in BCC field, which is not included in email headers). Unlimited POP3 email account support (maximum supported accounts is entirely dependent upon your operating hardware). Multiple domain support. You can download email from as many domains as you like."; 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 = ''; } }