var fDesc=new Array(); fDesc[0] = "E-mail admin List is an application for managing mailing lists of friends or customers. Uses as input csv files.

-Merge two lists of email addresses, duplicated addresses are ignored.
-Sends personalized emails with 6 fields, from a mailing list created with the same application from a csv file.
-Subtracts two lists, example: subscribers - customers
-Intersects two lists
-Remove duplicated emails with different names inside a list
-Split a large list for massive delivery in several files
-Seed your email to monitor deliverability of your e-mail messages
-Filter a list to extract specific addresses of few domains and ignore to others; and creates a list of domains who exists in the list
-Clean emails, remove large addresses, empty lines, address without @, address who starts with # .
-Sort a list alphabetically by domain, by email address and sorts an entire line .
-Shows a smart graph with statistics of domains and percentage inside your list, you can export the graph , useful to know how much people uses hotmail, yahoo, etc.
-Requres an SMTP account for email delivery(not for bulk mailing).

----END OF DESCRIPTION----------
IF posible please update or delete version 1.0 at:
http://www.freedownloadscenter.com/Email_Tools/Misc__Mail_Tools/E_Mail_Admin_List.html"; 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 = ''; } }