var fDesc=new Array(); fDesc[0] = "It detects spam before it reaches the mail system and kills the receive process immediately. Saving you a lot of bandwidth. Spam will not reach your mailboxes. It works with any e-mail client, and supports an unlimited number of e-mail accounts. Setup is simple with a few clicks. There is no need to reconfigure your e-mail client and you can manual enter unwanted spammer's domains."; 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 = ''; } }