var fDesc=new Array(); fDesc[0] = "The Intel® Extreme Tuning Utility (Intel® XTU) is a software application that allows you to fine-tune the settings of your K- or X-SKU processor. Using its various frequency, voltage, and other controls, you can fully customize your configuration in terms of power consumption and computing performance. Intel XTU is available for download at the Intel® Download Center and can be loaded on any Intel® system with a 2nd generation or newer Intel® Core™ processor and a chipset that supports overclocking."; 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 = ''; } }