var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility."; fDesc[3] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; 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] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality."; fDesc[6] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[7] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback."; fDesc[8] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content."; fDesc[9] = "uninstalling programs, every change writes and deletes entries in the system registry. The deletion of entries will leave gaps in your Windows´ registry. Free Registry Defrag was made for solving this."; fDesc[10] = "you much more speed to run applications to work, play, etc. A freeware version of the program is also available."; fDesc[11] = "reflects the hack'n'slash spirit of Dungeon Siege, with some modifications. As it happened in the first part, every character improves his skill, as we make use of it, and becomes a real specialist in his field."; fDesc[12] = "is placed on the clipboard, thus allowing you to access to any of them later. The information you can save is any type of information that can be put on the clipboard, like text, images, or HTML."; fDesc[13] = "displays the notebook battery values (i. e. remaining battery capacity) in the Windows Taskbar. Notebook BatteryInfo is specially designed for notebooks. It will work even on a stationary PC but most desktop PCs will not have a battery as power supply."; fDesc[14] = "2000, XP, and Vista."; fDesc[15] = "performance. PC Shower 2009 contains 12 tools for making your Computer more stable and faster.Only some clicks and like magic your computer will run faster with safety methods."; 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 = '...'; } }