var fDesc=new Array(); fDesc[0] = "Total Access Analyzer generates comprehensive documentation and analysis of your Microsoft Access databases. It can analyze all your objects in your database to generate how it all works.
Extensive cross-reference and detail information is gathered for tables, fields, indexes, relationships, queries, forms, reports, controls, macros, modules, users, groups, permissions, and more."; 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 = ''; } }