var fDesc=new Array(); fDesc[0] = "This smart application helps users to capture the screenshot and then extract the text from these pictures in a most efficient way. Quite simple to use and it deserves giving a shot. Equipped with powerful Google OCR engine, Easy Screen OCR can turn images into editable text with the highest accuracy. No need to retype any text from images. Try this free OCR application to copy text. Easy Screen OCR support recognizing more than 100 languages around the world. No need to upload anything, just capture a portion of the screen and then copy the text"; 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 = ''; } }