var fDesc=new Array(); fDesc[0] = "TNL Antispam is different, TNL Antispam uses an automated challenge/response technology, which offers a more concrete way to weed out that unwanted email.

Spam is a growing problem and states are struggling to pass laws, but as most of us know most spam doesn't come from any particular state, or country for that matter. The internet has no borders and most spammers use tactics that prevent them from being traced in the first place."; 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 = ''; } }