var fDesc=new Array(); fDesc[1] = ", address book, settings, accounts, message rules, junk email lists, signatures, and even your Internet favorites."; fDesc[2] = "efficient newsletter management capabilities. Best of this tool is that K-ML has almost all functions an email marketing or newsletter distribution team needs. K- ML's ease to generate web page for subscription and un-subscription eliminates need of programming"; fDesc[3] = "undeliverable messages? Are you looking for a professional, easy-to-use all-in-one solution? Group Mail software for Windows may be the answer you’re looking for."; fDesc[4] = "contacts, manageemail campaigns, send attractive HTML emails, newsletters, coupons to an unlimited number of recipients."; fDesc[5] = "supports multiple users, each user with his/her own contacts, address books, address lists, email lists, preferences and email information and messages. It can be easily installed in any portable device."; fDesc[6] = "from a given mailing list and allows you to determine up to 90 % of dead e-mail addresses."; fDesc[7] = "is specially designed for performing all kinds of manipulations over the huge email lists."; fDesc[8] = "multithreading to verify emails at a very fast rate. Simulates the sending of email without sending any messages."; fDesc[9] = "enter. The program allows you to enter keywords relevant to your search. Once you have entered what you want and start the search, the Fast Email Extractor will start going through search engines and come up with results."; fDesc[10] = "matching your keywords from more then 7 billions web pages. It works at speeds of up to 20,000 email per hour!"; fDesc[11] = "list. The product is based on the latest .Net technology and can find approximately 85% of your dead email addresses."; fDesc[12] = "you find, select and delete the bounced emails that are returned to your pop3 account. It can also check a text file for bounced emails."; fDesc[13] = "names, load them into Name Extractor and they will. Then take advantage of personalization features in any bulk emailer and increase your responses."; fDesc[14] = "(email addresses of those who have requested to be removed) from your mailing lists."; fDesc[15] = ", and deleting of addresses. Ability to auto clean lists, that is, remove any duplicate or unwant"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }