var fDesc=new Array(); fDesc[0] = "EMS DB Comparer for Oracle is an excellent tool for Oracle database comparison and synchronization. It allows you to view all the differences in compared database objects and execute an automatically generated script to synchronize structure of Oracle databases and eliminate all or selected differences. The program has the ability to automate Oracle database schemas comparison and synchronization task using the helpful Console Application."; 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 = ''; } }