var fDesc=new Array(); fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[3] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support."; fDesc[4] = "interface, a faster engine and new reporting features to keep your system running at top performance."; fDesc[5] = "been developed specifically to fully meet the specialized needs of online broadcasters."; fDesc[6] = "prevent data loss. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.). This software monitors hard disk parameters such as Temperature, Head Flying Height and Spin-Up Time and notifies a user when a critical condition occurs. Disk Monitor also displays hard disk information, current S.M.A.R.T. attributes and the overall status of the hard disk's health. Advanced disk scan allows you to detect bad sectors on a disk surface. The software can be launched automatically at Windows startup and monitor the system in the background. An icon in the System Tray can display the temperature for selected HDDs."; fDesc[7] = "networks of any size. The LANsurveyor map provides a graphical interface so you can manage your network from anywhere on the network."; fDesc[8] = "PCs, servers, and networks. This incredible program provides most of the information you need to know about your hardware, software and other devices."; fDesc[9] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; fDesc[10] = "creator. However, Excel is a general-purpose desktop tool, but not specialized to store, organize, and manage large amount of data. Excel Invoice Manager combines the advantages of Excel and back-end databases, and let them do what they are best at: using an Excel template to create, calculate invoices and reports, using a back-end database to store and manage all persistent data like customers, products, invoices and payments. The invoice template included is completely free and can be used standalone to create invoices. This means all calculation is done by the invoice template itself, and all Excel tools are available to you for customizing invoices and reports, such as customizing fonts, colors, terms, even formulas for calculating taxes. Yes, without leaving your familiar Excel, you can create very own professional looking invoices! The Excel Invoice Manager COM add-in connects..."; fDesc[11] = "Builder, Web Calendar Builder, IDE, code generator, and more. Supports ASP/VBScript, C# VB.NET, ColdFusion, JSP, Java Servlets, PHP, Perl."; fDesc[12] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; fDesc[13] = "Benefits: Saves up to 75% of report creation & deployment effort, Eliminates iterative reporting"; fDesc[14] = "report viewer. It allows exporting RDL reports in DOCX, DOC, HTML, MHTML, RTF, TXT, ODT, XML and WordML formats."; fDesc[15] = "It comes with predefined templates covering most of the popular reports. Flexibility of this reporting solution is attributed to low configuration needs, faster execution speed and compact size."; 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 = '...'; } }