var fDesc=new Array(); fDesc[0] = "Extract text from most types of images, word processing, spreadsheets, PDFs and other files.
It allows for the selection of individual files, groups of files or entire folders. If the appropriate iFilter is found on your system, the application will extract its textual content and save it as a plain text file. Files are named as the source file with a .txt extension and are stored in the same folder."; 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 = ''; } }