var fDesc=new Array(); fDesc[1] = "lets you access IMAP, POP and Windows Live Hotmail accounts, Windows Live Messenger, your blog and RSS news feeds. Windows Live Mail offers effective spam and phishing filters, quick search, and a few search folders."; fDesc[2] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word."; fDesc[3] = ", 7-Zip… The jZip – developed by Discordia Ltd. – is one more option to take into account and deserves our attention due to its effectiveness, ease of use and freeware license. This tool is based on the well known 7-zip archiving technology developed by Igor Pavlov."; fDesc[4] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications."; fDesc[5] = "accounts at the same time. The new version 3.4 has been greatly enhanced and it now supports a wider range of webmail accounts such as AOL, AIM, Excite, FastMail, Gmail, Hotmail, MSN, Live Hotmail, iWon, Juno, Lycos, Mail.com, MyWay, NetZero, RediffMail, and Yahoo."; fDesc[6] = "everyone. But you will need to pay a fee if you want to use your @yahoo.com account from your preferred email client (Outlook Express, Windows Live Mail, Thunderbird, Eudora, The Bat!, etc.) to receive or send messages, instead of the Yahoo! web page."; fDesc[7] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[8] = "incoming emails as spam (junk email) or non-spam without you having to specify dozens of rules or download updates, by using intelligent statistical analysis. K9 does not support webmail like Hotmail or AOL. It doesn´t support SSL or secure authentication, either."; fDesc[9] = "Linux, BSD, Solaris; (E)SMTP/POP3/IMAP4/Web mail, centralized Web/CLI Admin, Personal Organizer, Groupware & Clustering, FREE technical support."; fDesc[10] = "services, AJAX webmail, anti-spam, anti-virus, instant messaging XMPP, groupware, CalDAV, SyncML, VoIP and more system reports."; fDesc[11] = ", IMAP4, WebMail, Remote Admin, LDAP, SSL, SPAM Protection, Antivirus Protection, Content Filtering, ODBC and much more."; fDesc[12] = "webmail from work even when its blocked. Lets you help friends surf from behind iron firewalls."; fDesc[14] = "computer anywhere on the internet. WebMail will integrate easily with your existing mail system, supporting POP, SMTP and IMAP prot..."; 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 = '...'; } }