var fDesc=new Array(); fDesc[0] = "With GameGain you can increase the performance of your computer to make games run faster and play smoother. The app instructs the CPU to prioritize full screen applications so they are given the most power and access to more CPU cores; this allows games to work faster."; 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 = ''; } }