var fDesc=new Array(); fDesc[0] = "Provide your Half-Life Dedicated server with protection against the CSDoS. Latest version comes with a new skin, posibility to autostart AntiCSDos at Windows startup, option to autopatch servers, etc.
If you want AntiCSDoS to continuously check/patch your servers (if they are not patched, or if the server crashed and was restarted by a 3rd party software), check the "Autocheck & Autopatch all HLDS processes every 3 minutes" checkbox. If a new HLDS process appears (a new PID), it will patch it automatically (it checks every 3 minutes)."; 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 = ''; } }