var fDesc=new Array(); fDesc[1] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user“s mailbox"; fDesc[2] = ", DIVX, XVID, MPEG, MPG, WMV, ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB for playback on portable devices like iPod, iPhone, Zune, etc. It has preset profiles with the most common configurations for different formats and devices and lets you configure output parameters."; fDesc[3] = "and data with automatic scans, updates, prevent unauthorized changes, and outbreak alerts. Staying up-to-date will help you stay away from latest malware: viruses, worms, Trojan programs, and spyware."; fDesc[4] = "a Demo from the developer's website. On the site there is info about the program, including a 332-pages PDF manual, discussion board, knowledge base, technical support,where to buy both local and internationally, system requirements, product upgrades, etc."; fDesc[5] = ", documents and web pages which allows user to keep documents systemized, to add notes and attachments."; fDesc[6] = "vulnerability exposed in Microsoft Security Bulletin MS08-058, which said that roughly as follows: Resolves reported vulnerabilities in displaying information. These vulnerabilities could allow to display information or remote code execution if a user views a special part of a Web page using IE."; fDesc[7] = "Office 2007 File Formats. This information includes file information and display options. This update knowledge base 955936 is for all users who have Microsoft Office System 2007."; fDesc[8] = "for contact management, customer service, time tracking, and electronic communication. Free for personal use."; fDesc[9] = "and/or follow-up category. Allknowledge records can be linked to web-pages and/orlocal files.Junior is a fully searchable knowledge ba..."; fDesc[11] = "Whatever your industry, NewWayService allows you to follow efficiently your service requests (work orders / Jobs) in an efficient way."; fDesc[12] = "custom knowledge base articles and to-do lists. Perfect for Help-Desk applications and perfect for anyone who wants to track info."; fDesc[13] = "unlimited hierarchical subtasks and a knowledge base! Very easy to learn with an extremely convenient and fluid interface."; fDesc[14] = ", documentation, purchase orders and help desk tickets."; fDesc[15] = "networks! You can also easily change the database path inside or outside of Knowledge Base."; 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 = '...'; } }