var fDesc=new Array(); fDesc[0] = "Comparenicus is a useful and powerful database comparison and synchronization tool. Comparenicus saves you time and money when faced with day-to-day database-related development tasks.

Main features:
-Database comparison of data and schema
-Database data synchronization (automatic as well as manual)
-Copying of a production data subset (object relational hierarchy)
-Compare and sync of LARGE tables (millions of records)
-Batch execution (via command line)
-Testing of complex application scenarios"; 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 = ''; } }