var fDesc=new Array(); fDesc[0] = "With SAPPHIRE TriXX you can tune your card's performance to the max and save custom settings for your favorite games. A deceptively-simple interface lets you tweak your card's fan speeds dynamically, and find out anything you could possibly want to know about your card.

Whether you're new to overclocking or an old hand, our powerful tools make it easy - and, more importantly, safe. The TriXX software package gives you the power to quickly change your GPU clock, GPU voltage, and memory clock. Then our intuitive interface gives you simple visual feedback to see how changes have affected your system stability. Five different custom profiles let you save your tweaks - and two automatic modes can set your computer for high-end performance or silent running."; 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 = ''; } }