var fDesc=new Array(); fDesc[0] = "DBSync for FoxPro & MySQL database migration tool allows you to synchronize and convert between many database formats like FoxPro, MySQL,DBF, etc.

The features are,
High data conversion speed and performance
Pre-verification of possible conversion errors
Lossless data synchronization and database integrity
Conditional data migration
Update, Insert and Drop synchronization
Database objects (tables, fields, indexes and foreign keys) remapping for synchronization
Full UNICODE architecture support
Customize your data synchronization process and database copying
Save your sessions
Command line mode
Flexible Scheduling"; 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 = ''; } }