var fDesc=new Array(); fDesc[0] = "Automatically search web sites for emails. Simply provide a starting web site or starting keywords and let emailgrabber do the rest. Emailgrabber will crawl the web site and collect all email addresses it finds. It will also follow every link. Specify the web sites you want to visit to allow emailgrabber to stay on top of your goal or block web sites you don't want it to visit. Merge email addresses from multiple source files, removing duplicates. Export email addresses gathered using the most suitable delimiter. Save your search session so you can resume it later. Free Lifetime Updates - when you buy emailgrabber you not only get the latest version, but every update we release, whether it is an update for the version you own or a future version."; 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 = ''; } }