var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[3] = "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[4] = "version. Featuring: 1- The program now offers protection against malware in real-time with its new feature Heuristic network check for suspicious files. 2- Detect fixes. 3-Improve use, function and detection of malware,"; fDesc[5] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[6] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[7] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007."; fDesc[8] = "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[9] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[10] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server."; fDesc[11] = "the system. The enterprise edition of Deep Freeze offers a centralized control and better management options to system administrators."; fDesc[12] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions."; fDesc[13] = "through a plug-in. This program enables corporations to easily visualize, analyze and manipulate data for efficient enterprise information structural design."; fDesc[14] = "and logical disks on hard drives. With this version you can take advantage of both the DOS and Windows versions benefits in one package. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors."; fDesc[15] = "control your server's desktop like if you were sitting in front of it. The program offers options to control the quality of remote images, configure encryption, use of proxies and provides many other expert controls."; 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 = '...'; } }