var fDesc=new Array(); fDesc[0] = "No more hassle with extracting phone numbers and email addresses from multiple file formats. Files Phone and Email Extractor is built to fetch millions of phone and email contacts in minutes, thus allowing users to minimize costs and manual efforts of scraping through countless data files. It supports Excel workbooks, Word documents, PDF Files and any type of HTML or plain text file formats. You may also export the list of email contacts to .txt or .csv or excel files in a tabular form. Our product features: Extract emails from innumerable files through the automated batch process, Filter out extracted phone numbers by their format and length before exporting them, Extract contact numbers from various documents through the single batch method, Save the optimized and cleaned email extracted list to .txt file formats, Filter, refine, and optimize extracted emails by domain or user name prior to saving them, Save the extracted/scraped list to .csv file formats and open it in Microsoft Excel without any added hassle or further ado."; 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 = ''; } }