var fDesc=new Array(); fDesc[0] = "Email Extractor Lux program's main function is to gather e-mail addresses from websites and local files.
The program exctracts e-mails from the websites, specified by users or those websites that can be found by search engines in case keywords are predefined.
The program removes duplicates automatically. After finishing the searching process, users can exports e-mails directly to txt files, CSV and Excel documents.

Email Extractor Lux program works with great number of search engines and has many limiters of scanning range and filters.
The program has an attractive interface ( Windows 8 Metro style ) and is comfortable for users.

Email Extractor Lux program is created for those potential users who promote their product or services through e-mail marketing, no matter they are individuals or companies.
The program can offer new potential clients, that can be interested in the concerned product or services."; 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 = ''; } }