var fDesc=new Array(); fDesc[0] = "This free utility can be used to Compact and Repair an Access Database to reduce the database size, fix any integrity problems and improve the database performance. Microsoft Access doesn't automatically reclaim space when data is deleted and it is possible for a Microsoft Access Database to suffer integrity problems especially when used over a network. Microsoft provide a Compact and Repair utility within Microsoft Access and this Free Software makes use of that utility to make it easy for you to perform a Compact and Repair."; 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 = ''; } }