var fDesc=new Array(); fDesc[1] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[2] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[3] = "need to tune NVIDIA GPU based display adapters. Advanced tuning features such as driver-level Direct3D / OpenGL and system tuning, flexible profiling system allowing to make custom settings on per-application basis etc. are included."; fDesc[4] = ", XPx64,Vista(32-bit) and Vista x64 based system. With NVIDIA nTune installed we can monitor, access and adjust our system. New features in this versión: it can control the fan of another computer and it supports new nForce chipset."; fDesc[5] = "system, CPU, BIOS, graphic interface, memory, and so on. The program's interface is divided into seven tabs, each one giving comprehensive information on one particular item: CPU, caches, mainboard, memory, SPD, graphics, and program information."; fDesc[6] = "resolution,refresh rate, or multiple display use. It also is monitoring PC component characteristics. It contains a set of utilities for managing and optimizing the performance of NVIDIA graphic cards."; fDesc[7] = "red square) on the system tray. Right-clicking over it you will see a contextual menu. You will be able to choose several commands."; fDesc[9] = "this program will band together to make one of the largest supercomputers in the world. This supercomputer will be used to simulate problems millions of times more challenging than previously achieved."; fDesc[10] = "offers the following features: quick view of the graphics configuration (graphics card / GPU type, amount of video memory, drivers version).Display of the main OpenGL capabilities (OpenGL version, texture size, number of texture units, etc.)"; fDesc[11] = "if one or more compatible NVIDIA or ATI video cards are installed."; fDesc[12] = "as well as 64bit versions of Windows Vista Operating System. The software is specifically designed for benchmarking all flavors of Windows Vista installed on a computer."; fDesc[13] = "hardware (like the Processor, Graphics Processor or Memory) in a speed which is not a standard speed it usually runs on. Overclocking your graphics card voids any warranty"; fDesc[15] = "calculation."; 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 = '...'; } }