var fDesc=new Array(); fDesc[0] = "Built from the ground up to give you unequalled speed, intelligence and control over your online game data, Killer Network Manager shows you the health and performance of your online gaming PC and gives you the controls to optimize it. Killer Network Manager’s Applications Tab uses exclusive Visual Bandwidth Control Technology to let you see how much bandwidth you’re using and what applications are using it. Adjust the slider on the download application to throttle the bandwidth it uses. Advanced Game Detect technology will keep your game at top priority and give it all the bandwidth it needs while you continue to download."; 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 = ''; } }