var fDesc=new Array(); fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[2] = "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[3] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks."; fDesc[6] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users."; fDesc[7] = "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[9] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[11] = "and settings. Software highlights: * Support for ATI Control Center * Support for TV Out and displays with profiles * Options to change Theater mode together with TV Out * Overclocking with templates including FAN Control * Automatic Overclocking when application required 3D mode * Temperature monitoring * Artifact Tester with ability to find maximum stable clocks for GPU and Memory. * Game profiles with desktop shortcut creation. * Direct3D settings with templates, GUI form and tray popup menu * OpenGL settings with templates, GUI form and tray popup menu * Hardware low level color correction * Hardware tweaks. Setting PCI latency timer * Radeon Information Show information about memory type, active rendering pipe lines and more * System wide Hot Keys. (Load profiles any profiles/work with colors/run any application) * Refresh Lock system with ability to set separate refresh rates for..."; fDesc[12] = "if one or more compatible NVIDIA or ATI video cards are installed."; 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[14] = "Corporation. AGEIA PhysX as the name indicate, is used to control or helps to easily render 3D which require a realistic motion. AGEIA PhysX Engines are software components that helps mange settings, do tests on your graphic card."; fDesc[15] = "than any other graphics card available. But regarding the performance, it is not very good, compared to NVIDIA (whose cards are more expensive). AMD Demo - Whiteout is a program do demonstrate the graphics of Radeon HD cards."; 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 = '...'; } }