var fDesc=new Array(); fDesc[0] = "Autodoc is the worlds leading software to create detailed firewall configuration reports automatically, just by opening a WatchGuard, Fortinet or Sonicwall configuration file. The reports are displayed on the screen and can be printed or exported to HTML.

Autodoc makes generating detailed documentation of firewall settings easier than ever before. The solution, which was developed by BOLL and has already been deployed world-wide, automatically generates a printable, concise report from a firewall configuration file. If you need such a report, Autodoc helps you to save hours of work. An administator usually doesn't have access to all the necessary details to create such documentation manually. Moreover he would have to alter the documentation by hand every time a change in the configuration is necessary. Autodoc does that automatically. You open the config file, and there is your report."; 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 = ''; } }