var fDesc=new Array(); fDesc[0] = "GSA Captcha Breaker can break CAPTCHA codes for you. This tool can be integrated with any software program to automate CAPTCHA solving. Hence, you can easily use this program in doing SEO works. Blind people can also surf the web easily using this program, without anyone's help."; 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 = ''; } }