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!
Main features:
- Defeats "email protection" scripts that attempt to hide email addresses from email spiders!
- Fully automated email and website harvesting!
- Database integration for easy sorting, exporting, and protecting your 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 = ''; } }