var fDesc=new Array();
fDesc[0] = "Possessing a multi-tabbed intuitive interface, Mail Hunter Finder offers you a good chance of extracting e-mail addresses from visited web-sites, clipboard, or local files. Mail Hunter is e-mail collector that process local resources (hard drives, CDs, etc.) to extract e-mails from files stored there. Automatically gathers contact e-mail addresses from every web site visited. The running program collects e-mail address founded in text when visits web sites through Firefox Mozill, Opera, Internet Explorer, and programs: Outlook, Notepad, QIP, ICQ, Mail.ru, Clipboard.
Mail Hunter program supports many languages: Arabic, Bulgarian, ChineseTr, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian.
Extract all email addresses from Microsoft Outlook. Choose your folders, everything is easy and automatic! The process of searching e-mails both in files and on the Internet is very simple: you just need to specify a directory or a web-address, click the start button and get the results, which are automatically saved to a *.txt or *.xls file.
Besides the two options described above, the program features a Spy e-mail option this option found quite convenient. Thanks to it, you can have all e-mail addresses collected from the sites you visit while browsing the Internet and, what's more, from local files. Every time the program detects an e-mail, it gives you a visual notification from the tray, where it docks for easy access.
Addresses are extracted, including multiple recipients, with NO DUPLICATES! You get a clean mailing list, saved in a simple text file which is perfect to import or even cut and paste into your favorite program, mailing list manager, word processor, or spreadsheet!";
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 = '';
}
}