var fDesc=new Array(); fDesc[0] = "Lanapsoft BotDetect™ prevents automated submissions of Classic ASP forms using CAPTCHA images. The BotDetect.Captcha COM component generates best-of-class Captcha images specifically designed to be out of reach of current computer vision and OCR technologies, while the wrapper ASP Captcha library manages user input validation and other web tasks. The component provides a sound Captcha alternative as well, to keep ASP websites accessible to the blind and other people for whom reading the Captcha code could be a problem."; 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 = ''; } }