var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract phone numbers from one or more PDF files. The user simply adds files or chooses an entire folder for processing. There are check boxes for phone number lengths from five to 20 digits and an option to prompt for passwords when processing protected files. Results may be saved to a text or CSV file or copied to the clipboard for pasting and there is a button to allow removal of duplicates. The software includes sample files as an aid to new users. Using this time saving software processing large batches of files takes just one click."; 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 = ''; } }