var fDesc=new Array(); fDesc[0] = "The FutureWare HackerTracker scans a web server's W3C Extended Format log files for identification of hacker attacks, including source IP Address capture, attack signature collection, buffer overflow detection, and ordinary web site errors, that can be used to generate built-in reports, and source data for IP Address blocking at the server or firewall. Can operate either interactively or with a scheduled command script generated by HackerTracker itself.

Main features:
- Captures hacker IP Addresses and trace for subsequent action
- Unattended operation with Command Script Generator
- Search Engine scan aggregations and reports
- Web Site Activity aggregation
- Automatic Excel importing for search engines and site activity"; 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 = ''; } }