var fDesc=new Array(); fDesc[0] = "AEVITA Stop SPAM Email is an application that encodes your email address so that browsers can see it and spambots can not. This tool will replace all your e-mail addresses on your page with specially encoded email addresses. The program introduces codes that spambots will "choke" on, but which a normal mailing program ignores. Therefore people can still send you email but spammers can't get your address."; 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 = ''; } }