var fDesc=new Array(); fDesc[0] = "AEE has various limiters of scanning range, using which you can extract only the addresses you actually need from web-pages, instead of extracting all the addresses present there. You can not only limit scanning depth and width, you also can cut off unnecessary paths using patterns or just delete them from jobs list during operation. AEE is very flexible and may be used to extract e-mail addresses with owners real names from "simple sites" as well as from web-forums built on scripts and from servers like ZDNet. Also you can use popular search engines (Google, Bing, Excite, Yahoo, InfoSeek and others, including UK, German, French, Japanese, Spanish, Italian, Taiwanese, Chinese, Hong-Kong, Dutch, Brazilian, Portuguese, Finnish, Canadian, Danish, Russian, Czech, Israelitish, Greek, Australian, New Zealand and Estonian engines) for search by keywords."; 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 = ''; } }