var fDesc=new Array(); fDesc[0] = "NVIDIA System Tools is a package that adds support for GeForce 500 series, GTX 480 and GTX 470. It includes the following components:

1. NVIDIA Performance Group (v6.05.30.05) add-on to the NVIDIA Control Panel
- GeForce GPUs- Enables GPU overclocking;
- nForce MCPs- Enables system tuning and profiles for clocks, voltages, timings and fans, it includes support for Enthusiast System Architecture (ESA) components and displays detailed system information.

2. NVIDIA System Monitor (v6.05.27.05) standalone application
- GeForce GPUs- Enables GPU temperature monitoring;
- nForce MCPs- Enables system monitoring for clocks, voltages, timings and fans."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }