var fDesc=new Array(); fDesc[0] = "XlsToMdb - Import Excel to Access easy and quickly. XlsToMdb is a data conversion tool that helps database user to import Excel data to Access.

Main features:

1. Automatic match tables and fields.
2. Batch import from multiple sheets at one time.
3. Import and see result, immediately.
4. Save configuration and run repeatedly, command line, scheduled task.
5. Wizard - step by step, or Direct import - efficient."; 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 = ''; } }