var fDesc=new Array(); fDesc[0] = "dbForge Documenter for SQL Server is a universal solution that helps automate the creation of your database documentation and customize it according to your needs. With the dbForge database documentation tool, you can eliminate tedious and time-consuming manual work and satisfy audit requirements by keeping complete documentation at hand.

The Documenter tool delivers the following features:

*Generate SQL database documentation in HTML, PDF and other formats
* Eliminate tiring and laborious manual creation of documentation
* Distribute documentation automatically through the command line
* Customize layouts with WYSIWYG-based templates
* View and inspect inter-object dependencies
* Include or change object descriptions
* Display the largest tables and indexes
* Overview database schemas

You can always find the latest version of the product on the official Devart website."; 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 = ''; } }