var fDesc=new Array(); fDesc[0] = "Batch Access Database Compactor supports project and command line. Batch Access Database Compactor has a friendly GUI so it is used very easily. Batch Access Database Compactor Drag and Explorer Context supported.

Batch Access Database Compactor supports a efficient Multi-Thread compress engine. So you could control the compress action very easily. You can stop or pause and continue it in any time.

You can save your compack and shrink work in a project file (.batch-axeszip) for re-use. You can run the batch-axeszip project in Microsoft Windows Explorer or command line directly."; 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 = ''; } }