var fDesc=new Array(); fDesc[0] = "cFosSpeed is a program that increases your throughput and reduces your Ping. You can adjust the priority of the most common network protocols, so all programs using it automatically have the right priority. The program allows you to reduce audio/video streaming problems, improve your Ping for online games and keep your Internet fast during heavy upload/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 = ''; } }