var fDesc=new Array(); fDesc[0] = "As the gaming nerve center, Razer Cortex gives you access to an impressive arsenal of tools to take control of your gaming experience. From combing the web for the best game deals, improving your PC performance in-game, to recording then sharing your in-game moments on Facebook and YouTube, and even backing up your save games in the cloud, Cortex is the free all-in-one software which gives you the best gaming experience possible."; 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 = ''; } }