var fDesc=new Array(); fDesc[1] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features."; fDesc[2] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[3] = "ATI Catalyst Control Center can be used to fine-tune your graphic settings, enable or disable connected display devices, and change the orientation of your desktop, etc. Many features present you with a preview of your changes before they are applied."; fDesc[4] = "system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script."; fDesc[5] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality."; fDesc[6] = "Tablet PC. Windows Journal is a program that you can use on a tablet computer to take, organize, and mark up handwritten notes. You can view notes and templates in Windows Journal Viewer 1.5 as read-only files."; fDesc[7] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection."; fDesc[8] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[9] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[10] = "to run different operating systems on the same computer. For example, if you install it in Windows, you can create a Virtual Disk (just a big file to reserve some space) and install another operating system (like Ubuntu) on it (file). A portion of RAM is to be set aside for this OS to be run."; fDesc[11] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure."; fDesc[12] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system."; fDesc[13] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game."; fDesc[14] = "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[15] = "deals with many types of shortcomings, and imports and exports playlists, music, covers, and images on WMP, MP3, WMA, WMV, AVI, MPG and others."; 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 = '...'; } }