var fDesc=new Array(); fDesc[0] = "SpamAgent is the latest in email monitoring technology. SpamAgent is a powerful
email monitoring and filtering tool that allows you to get the email you want - and nothing
more. SpamAgent has a comprehensive set of filters that block spam and unwanted
emails - before they reach your inbox!

SpamAgent silently runs in the background and monitors your incoming messages, while you
are free to do other, more important things, than worry about spam."; 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 = ''; } }