var fDesc=new Array(); fDesc[0] = "WebExtract is a very fast email extractor designed to find both targeted and untargeted email addresses from websites. It can find emails from specific areas of interest or countries of your choice.

You can easily add thousands of keywords for WebExtract to process. If you would add a keyword such as "real estate" then WebExtract will spider websites related to that keyword and extract the email addresses. It will do it as quickly as your connection allows it to, and when it's done it moves on to the next keyword in the list until there is nothing left to do. You can even set it to only visit websites and harvest emails from a certain country or domain.

If you want WebExtract to harvest a specific website for emails it can do that as well. Add the URL's of your choice into the list and simply click on start. You may also have it follow links deeper into the site with the powerful "Deep crawling" function, which gives you a higher level of control over the harvesting."; 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 = ''; } }