var fDesc=new Array(); fDesc[0] = "Total Access Startup always launches the correct version of Access with your database regardless of how many versions of Access are installed or what Windows considers the default for MDB or ADP files.
When you create a new version of your database, update its version number, and Total Access Startup automatically distributes it. Every time Total Access Startup is launched by a user, it compares the master copy to the user's local copy. If they are out of synch, the local copy is replaced. You can also launch a batch file or setup program if additional files need to be installed."; 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 = ''; } }