var fDesc=new Array(); fDesc[0] = "Total Access Analyzer Demo is the most popular Microsoft Access add-in program of all time.
It has achieved this title by providing the Access community with a powerful way to create better Access databases, and helping developers find errors and suggest ways to improve their applications and skills.
Total Access Analyzer documents and analyzes your Microsoft Access database to reveal detailed information on each object, extensive cross-reference on where and how each object is used, and over 250 types of errors and suggestions to fix and improve it."; 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 = ''; } }