var fDesc=new Array(); fDesc[0] = "ATI Tray Tools is a small utility that can be found in the windows tray which then allows instant access to options and settings. Quite handy and quite a small download.


Features:
- Support for ATI Control Center;
- Support for TV Out and displays with profiles;
- Options to change Theater mode together with TV Out."; 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 = ''; } }