var fDesc=new Array(); fDesc[0] = "AMD Catalyst software allows you to manage all the settings of your AMD graphic cards. You can change the resolution of single/multiple monitors, change the color level, etc. of displays, and the gamma, color tone, and other enhancements for video playback. You can also change the 3D graphic settings such as Anti-Aliasing, Anisotropic Filtering, Tessellation, A.I. based optimization, and OpenGL buffer. Each game or graphic intensive application can have a separate profile in AMD Catalyst."; 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 = ''; } }