var fDesc=new Array(); fDesc[0] = "Rage3D Tweak CCC is a brand new tweak application that integrates directly into ATI's Catalyst Control Center (CCC) driver application and adds key tweak functions to the existing interface. This tweaker has been developed in the spirit of the former Rage3D Tweak application we developed and supported over the last many years.

This application is a plug-in which consists of two new tree elements which will appear under a Rage3D heading in the advanced display view of the CCC. The two new sections are: Overclocking, and OC Testing."; 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 = ''; } }