var fDesc=new Array(); fDesc[0] = "Online Data Extraction is a kind of information retrieval whose goal is to automatically extract company contact information (email, phone and fax numbers), URL and meta tag (title, description, keywords) from web data sources. You can easily create your own data (mailing list, seo optimization list etc.) easily with online data extractor and save or export data in different format (.txt, .csv, .xls, .htm).
Online Data Extractor makes your web data extraction simple, easy, robust, flexible and easy to use system for collecting, retrieving and mining email, phone and fax numbers, URL, title, keywords, description, content from web sites and directories, search engines, or from a list of URLs source of data."; 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 = ''; } }