var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[3] = "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[4] = "powerful engine that allows you to perform quick, complete or custom scans of your system. Also, you can update its database for having the most current protection. A must-have program."; fDesc[5] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[6] = "Firefox 1.0 - 2.0, Mozilla Thunderbird 1.0 - 2.0, Mozilla Suite 1.7 - 1,7x, SeaMonkey 1.0a - 1.1, and Netscape 7.x. This small and easy to use application creates profile backup files contacts, emails, cache, history, bookmarks, extensions, etc. and restore them later on."; fDesc[7] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[8] = "text, HTML, attachments, and subject rotation. Includes a free download."; fDesc[9] = "use commonly in a categorized list. You will be able to recall a whole word or a phrase by typing only a few letters. This way you will reduce the time and effort employed when writing letters, emails or any type of documents."; fDesc[10] = "documents, emails, web pages, or any other text made document. The application converts text files to audio voice files directly, without using temporary files, so the conversion takes place fast. Documents can be saved in MP3, WAV or VOX audio files."; fDesc[11] = "hundreds of addresses from web"; fDesc[12] = "Most of the internet users are sending emails regularly but they send their emails in simple plain text which is totally porn to everyone and anybody can read or edit your email. This could be harmful for you in one or more cases."; fDesc[13] = "important dates or events from the Internet and emails directly to your calendar, with just a click.. Infuzer is free to download and use. Content is typically free, but some partners may offer enhanced services that are subscription fee based."; fDesc[14] = "mail and emails and print out customized labels, postcards and envelopes. Gathering the data you need to create emails or mailing lists is easy to do. You can import files from commonly used databases, such as Excel, Access or ACT. Entering new data is also simply done."; fDesc[15] = "(including Access and Excel) for sending emails with conditional content, HTML formatting, or attachments. The use of TLS/SSL encryption allows the User to operate on more mail servers and its Auto Configuration facility enables a simplified setup process."; 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 = '...'; } }