var fDesc=new Array(); fDesc[0] = "Visual Access Compare (VAC)
Visual Access Compare is a tool for professional programmers and others who wish to compare or reconcile two MS Access Databases. This program enables you to rapidly view and edit differences in Access databases, and includes a reconciler utility for automatic database reconciliation.
Please Note: Since we offer a 20 day trial version, we have a strict no-refund policy. Please make sure you have installed and tried VAC sufficiently to verify that it meets your needs before purchasing. Visual Access Compare is not yet Vista-compliant."; 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 = ''; } }