var fDesc=new Array(); fDesc[0] = "The DataWeigher is the tool to compare and synchronize data. You can select any tables and fields from two MS Access databases and the DataWeigher finds differences. The comparison result is very visual, each type of records (added, deleted, changed) has its own color. You can save the detected changes as a report or SQL script to synchronize data.

Main Features :
- Databases' content comparison
- Databases' content synchronization
- Visual representation of the comparison result
- SQL script generation to synchronize databases
- User-friendly wizard interface
- Data comparison of several tables at once
- Automatical selection tables and fields to compare
- Manual selection tables and fields to compare"; 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 = ''; } }