var fDesc=new Array(); fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[2] = "accounts, such as Hotmail and Yahoo Mail. This program adds cool features for customizing your e-mail messages by adding stationery, emoticons and even voice messages."; fDesc[3] = "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[4] = ", Yahoo Beta, POP3, Earthlink, Juno, Lycos, Mail.com, Mindspring, MyWay, Netscape, Rediffmail, SBC Yahoo and many more email services."; fDesc[5] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them."; fDesc[6] = "email software. Mail Password supports ALL email programs, including Outlook, Eudora, The Bat! and more."; fDesc[7] = ", 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[8] = "will then notify you when you have mail waiting on the POP3 server of your Internet providers. Poppy is able to check multiple POP3 accounts, checking for new messages at regular time intervals."; fDesc[9] = "stored login and password information protecting email accounts and profiles. Thanks to its built-in POP3/IMAP Server Emulator, this program scans your system and retrieves passwords to POP3 and IMAP accounts from almost all email clients in existence."; fDesc[10] = "your PC!"; fDesc[11] = "Exchange Server. Exchange server can support only high quality SMTP connections, hence, the user can use Exchange POP3 software, which is not expensive and consist of DSL / Cable or Dial-up connection having many Internet POP3 mailboxes."; fDesc[12] = "automatically delete messages based on their content. It extracts and displays only the text and information checking securely without danger of opening viruses, activex controls, JavaScript code, etc."; fDesc[13] = "maintenance of the account such as delete spam or undesirable messages without entering to the POP email client."; fDesc[14] = "servers without downloading them. This great e-mail tool deletes large or damaged e-mails from without any need to call technical support. QuickDelete works on Windows platform."; fDesc[15] = "mailboxes and delivers them to your Exchange Server mailboxes according to the intended user found in the mails."; 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 = '...'; } }