var fDesc=new Array(); fDesc[0] = "Spammers use robots and spiders to search for e-mail addresses on the web. This makes their #1 source for getting easy e-mail addresses. Often these spammers create a huge database from e-mails they got from the web and use it to send unsolicited mail to all those people, even sell those e-mail addresses to other people. You can do something to stop this, encode all email addresses on your pages and don’t let spammers get your e-mails.NATATA Anti-Spam Encoder is a very useful program that searches for email addresses on web pages and encodes them into a format that cannot be understand by spiders or robots but still be readable by the web browser and people. It doesn’t use any JavaScript or any other special language, its pure HTML encoding.Features:- Multiple files encoding- Quick encoder- Mailto wizard- Backup encoded files- Copy/Paste directly from/to the Clipboard- Easy to use- Compact and small software- Scan subdirectories."; 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 = ''; } }