var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[2] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[3] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[4] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in."; fDesc[5] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation."; fDesc[6] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[7] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program."; fDesc[8] = "PC industry. The application utilizes sophisticated real time 3D gaming workloads for measuring the performance of PC with the help of suite of DirectX 9 tests such as 3D graphics tests, CPU tests, and 3D feature tests including the HDR/SM3.0 graphics tests, as well as SM2.0 graphics tests."; fDesc[9] = "Registry Cleaner Pro is another revolutionary product in the software industry focusing on clearing the PC registry to enhance the computer speed. We generally end up in installing-uninstallin g many software however the uninstall process does not clear all footmarks."; fDesc[10] = "Million Times! Recommended by industry experts and editors. Safe to use, secure and trusted."; fDesc[11] = "and manage, your users will love having access to those hard to understand terms."; fDesc[12] = "the photographic and printing industries for its ability to increase image size well over 1000% without the loss of sharpness or detail that you would normally expect. Its patented, fractal based interpolation algorithms work like nothing else and the results speak for themselves."; fDesc[13] = "performance. An interesting feature is that you can customize the way the program performs the defragmentation process. It is available in different languages and distributed under the GNU licence."; fDesc[14] = "take place in a real-time environment. You have to take into account almost all areas of the business, even competition which are other players. This is a good tool for people wanting to learn all about a business."; fDesc[15] = "business, managing every aspect of your company, from the production cycle to management of logistics and sales. You will need to choose the location for your industry, buy the land, build factories, storage facilities, terminals and shops."; 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 = '...'; } }