var fDesc=new Array(); fDesc[0] = "Every day spam emails are sent to millions and millions computer generated emails. Most of these messages, of course, never make it, however, spammers have a strategy to find out which emails are valid. They implant invisible images into html code of email message and when you open it in your browser or email program it sends a message that your email is active and you check it. After that your email address gets to a mailing list which is then resold many times and eventually your inbox will get full with spam messages. That is when our program Spam Defender Pro comes to help you avoid getting into this kind of traps by deleting spam messages before it gets into your inbox, right on the server! Also, it can help you greatly reduce amount of spam you get by using various filters."; 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 = ''; } }