var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract paragraphs and sentences from multiple HTML, text and text-based files. The user simply adds files or an entire folder before choosing an option to extract sentences or paragraphs. There are filter options where the user can enter a text string that must or must not be included in the required paragraphs or sentences and another option to ignore specified abbreviations. Extraction results can be saved as text or Excel files or copied to the clipboard for pasting. With this user-friendly application, extracting text from even very large batches of files takes just a few clicks."; 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 = ''; } }