var fDesc=new Array(); fDesc[0] = "Total Visual Agent 2007 is the latest version supporting Microsoft Access 2007 and all prior Access database format.
Total Visual Agent 2007 requires a copy of Microsoft Access 2007 to be installed on the same machine.
Main features:
- Microsoft Access 2007, 2003, 2002, 2000, 97, 95, 2.0, 1.1, and 1.0.
- Jet Databases and Access Data Projects in Access 2007 format or earlier (ACCDBs, MDBs, ADPs)
- Jet Engine 4.0, 3.5, 3.0, and 2.0
- Visual Basic 6.0, 5.0, and 4.0"; 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 = ''; } }