var fDesc=new Array(); fDesc[0] = "Anti DDoS Guardian is high performance DDoS/DoS protection software for Windows Servers. It stops most sophisticated DDoS/DoS attacks, including SYN DDoS attacks, IP flood, TCP flood, UDP flood, ICMP flood, slow HTTP DDoS attacks, Layer 7 attacks, Application layer DDoS attacks, Windows Remote Desktop brute force password guessing attacks, etc. The DDoS protection manages network flows, client bandwidth, TCP connection numbers, UDP/ICMP packet rates, TCP half-open connections and so on. This light and robust Anti DDoS protection software can be successfully deployed on Windows website servers, in a production environment, to ensure websites are protected against DDoS/DoS attacks."; 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 = ''; } }