var fDesc=new Array(); fDesc[0] = "Designed to help optimize your PC the AMD Fusion Utility for Desktop can help you get smoother, more responsive performance and greater efficiency for the things you do most with your PC. With the simple touch of a button it works by temporarily shutting down software processes you may not need and boosting or optimizing processor speed depending on your intended task. That means you can you can run your PC even more efficiently when doing lighter tasks like enjoying multimedia or surfing but can get even more performance out of your PC when you demand it."; 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 = ''; } }