var fDesc=new Array(); fDesc[0] = "Lanapsoft BotDetect™ prevents automated submissions of ASP.NET forms using CAPTCHA images. The <BotDetect:Captcha> ASP.NET Custom Web Control generates and validates best-of-class Captcha images specifically designed to be out of reach of current computer vision and OCR technologies. The control provides a sound Captcha alternative as well, to keep ASP.NET web applications 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 = ''; } }