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] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy."; fDesc[3] = "emails \"Forward\" or \"replied\" back to its original state, and in this way, the e-mails are clean and in a text editor, ready for you to read comfortably."; fDesc[4] = ", targeted marketing, and keeping in touch with clients"; fDesc[5] = "small office, in an educational institution. Sending a file or a group of file. Auto reply. Alarm. Readdressing. etc."; fDesc[6] = "It has a handy interface and can work with your e-mail client. Using this program you can send up to 20 000 SMS at a time, reply to messages or forward them to others."; fDesc[7] = "Skype Call Recording, Skype Video Recording, Skype Chat Recording, Skype Call Transfer, Rich Mood Editor, Answering Machine. VideoMail, Mega Emotion Sounds. Auto Chat Reply. Birthday Reminders. Email Forwarding, Contact Personalization and Skype Publishing."; fDesc[8] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print"; fDesc[9] = "you create. Even though you can create auto-responders with Outlook, this program offers a few new features that make this task even easier and quicker."; fDesc[10] = "match a certain user-defined criteria. First you have to create simple rules in relation to email content or attachments, and specify a certain response and/or attachment for that types of emails."; fDesc[11] = "correctly copy as many calls and serial numbers as you can."; fDesc[12] = "sender should wait for the reply. If the reply isn't received within the specified time the program will notify the sender."; fDesc[13] = "mail automatically when you go online. When offline: automaticallydials up, checks mail and hangs up again. Flashing tray-icon on new mail..."; fDesc[14] = "template. Create a new template as a new e-mail or use your existing e-mail as a template. Organize it to subfolder structure for easy access."; fDesc[15] = "everything you need to quickly create any custom texts consisting of frequently used sentences."; 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 = '...'; } }