var fDesc=new Array(); fDesc[1] = "provider´s mail server and your email client, that scans every incoming message, filtering out that ones meeting some built-in criteria (only images, too many addresses, words like viagra, cialis, etc.)."; fDesc[2] = "before you download them. Your messages will be marked as \"Good\", \"Undecided'' or ''Spam'' and will be painted in different colors. Then you can delete all spam messages by clicking on ''Process mail'' automatically."; fDesc[3] = "of control over your inbox. It is a fabulous tool which deals with the unwanted email or spam we received every day. MailWasher Pro works directly with your email server, exactly like your email program does."; fDesc[4] = "desktop version offers complete compatibility with Yahoo Mail, and also allows us to use it with Gmail, AOL and any mail service that supports the POP / IMAP."; fDesc[5] = "Testing Center.WinProxy allows you to connect your entire local network to the Internet through one (dynamic) IP address. The firewall will protect your data and the mailserver will distribute all youre-mail. WinProxy supports HTTP, FTP, GOPHER, SSL/HTTPS/, Telnet, NNTP, SMTP, POP3, Real Audio, Mapped Links and SOCKS protocols. It also features shared cache, dial-on-demand, user/group management, URL restricting, logging, proxy cascading support and more. This update also works with Microsoft RRAS SteelHead. For MS Windows NT 4.0, we recommend to install Service Pack 3 and MS RRAS SteelHead if used on MS Windows NT 4.0 Server."; fDesc[6] = "like an add-in utility into Microsoft Outlook. You will have the chance to test this program per 30 days after you decide to buy the license."; fDesc[7] = "connect to colleagues, clients and information. It gives you wireless access to your personal and corporate e-mails on your preferred device. You can enjoy a range of conveniences including send / receive your mails, view attachments..."; fDesc[8] = "a LAN. This version is free for 3 users. Versions for 5, 10, and unlimited users are also available."; fDesc[9] = ", Finger, IMAP and requires 1- 5 Mb disk space. There are three versions of Mail Server: freeware, Plus and Pro.You can relay the messages to Mail exchangers and check mail using any web browser all over the world. This version has SMTP authentication and built-in web interface."; fDesc[10] = "the incorrect ones. Threads and bandwidth usage can be limited through the program references. It is also possible to custom rules for identifying wrong email addresses."; fDesc[11] = "is a perfect solution for sending newsletters, notifications and any other types of e-mail."; fDesc[12] = "server, mailing lists, databases, plugins, open API, ActiveX/COM interfaces, Socks5, more."; fDesc[13] = "sends e-mails from localhost to the recipients’ mailboxes getting feedback quickly. QK SMTP server works with the most popular e-mail clients, such as Outlook Express, Eudora, Foxmail, KMail, Pegasus, etc. QKSMTP Server works on Windows 98/ME/NT/2000/XP."; fDesc[14] = "Linux, BSD, Solaris; (E)SMTP/POP3/IMAP4/Web mail, centralized Web/CLI Admin, Personal Organizer, Groupware & Clustering, FREE technical support."; fDesc[15] = "application and preview mail messages. Mail sent to this tool is automatically stored and opened with your mail client."; 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 = '...'; } }