var fDesc=new Array(); fDesc[0] = "Harvest email addresses from the net using this Email Spider, which finds email addresses that are targeted by utilizing the Google and Yahoo search engines.

Finds thousands of email addresses an hour, which makes scanning for vulnerabilities easy!

- Defeats "email protection" scripts that attempt to hide email addresses from email spiders!
- The only spider software with a built-in search engine that harvests "Starting Pages" from Google and Yahoo to find highly targeted email addresses!
- Fully automated email and website harvesting!
- Scans up to 10 webpages simultaneously!
- Closes non-responsive web connections after 10 seconds and moves on to the next website!
- Closes extremely slow connections after 30 seconds and moves on to the next website!
- Database integration for easy sorting, exporting, and protecting your data!
- Automatically prevents collection of duplicate emails!
- In-program exporting of email addresses to three different email list formats!
- Automated searching lets you enter multiple search terms and automatically skip to the next search after a specified number of websites have been scanned!"; 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 = ''; } }