var fDesc=new Array(); fDesc[0] = "Getting the absolute best performance out of your system and games isn’t rocket science but it can sure be tough to figure out. In partnership with IObit, Razer Game Booster is your simple yet power solution. All it takes is a click of a button, and it will automatically enhance the state of your system and focus all its resources purely for gaming, allowing you to zone in on your game the way it’s supposed to be played without wasting time searching online for the best game settings or configurations."; 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 = ''; } }