var fDesc=new Array(); fDesc[0] = "The Foxware overclocking utility is very similar to the Riva Tuner and ATITool applications available to enthusiasts, with a little more information added and sharper graphical user interface. Beginners should consider the Foxware utility to guarantee optimal performance, stability and reliability, without the risk of voiding a warranty. Once the end-user has a better understanding of the products limitations, then more permanent means of overclocking can be applied."; 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 = ''; } }