var fDesc=new Array(); fDesc[0] = "0-Code Email Address Protector is a tool for webmasters that can help reduce spam by converting your posted email address to a Java script function or image that cannot be read by email extraction robots. If a visitor clicks on the email (mailto) link on your website, it will work as usual, but spam robots will not be able to extract the address from the link. No coding required, sophisticated wizards will assist you to get the results in minutes."; 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 = ''; } }