var fDesc=new Array(); fDesc[0] = "Fact: Documenting databases are a pain-in-the-ass, it?s a boring job and you loose a lot of time (Do you recognize this feeling?).

But: database documentation is important and necessary if you want to grow, adapt it easily in the future etc.

How: DB Manual helps you documenting databases automatically, quickly,easily and put the information in the world famous MSDN?layout.

What: DB Manual writes documentation about tables, views, stored procedures, triggers, functions, packages, dependencies,..."; 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 = ''; } }