var fDesc=new Array(); fDesc[0] = "Datanamic DataDiff CrossDB allows you to compare and synchronize data across databases of different types. You can use the tool for performing data migrations, auditing data or copying data in databases.

With its intuitive user interface and fast comparison routines, the tool gives you the full picture of all data differences in just a few seconds. The tool can compare and synchronize data between any of the following databases: Oracle, MySQL, MS SQL, MS Access and PostgreSQL (e.g. compare and synchronize an Oracle database with a MySQL database)."; 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 = ''; } }