var fDesc=new Array(); fDesc[0] = "Screen Scraping Library helps software developers integrate new projects with existing and legacy software by capturing text from all types of windows. With this library, it becomes possible to capture text from GUI and console windows, Web pages and graphical images, and even full-screen applications with fancy fonts. Text Scraping Library does not rely on querying windows with messages. Instead, it uses advanced optical character recognition (OCR) technologies to capture text from images grabbed from the computer screen."; 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 = ''; } }