var fDesc=new Array(); fDesc[0] = "Leatrix Latency Fix will reduce your online gaming latency significantly by increasing the frequency of TCP acknowledgements sent to the game server. For the technically minded, this is a program which will modify TCPAck Frequency. You will see reduced latency in many online games including World of Warcraft, WildStar, Heroes of the Storm, Elder Scrolls Online, Guild Wars 2, Diablo 3, Star Wars: The Old Republic, Rift, and more."; 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 = ''; } }