var fDesc=new Array(); fDesc[0] = "dbForge Data Compare for PostgreSQL is a tool for table data comparison and synchronization. You can easily generate data synchronization scripts for the compared tables. Comparison results are displayed in a convenient UI, easy for reviewing differences, and further analysis and synchronization. You can select what objects to show: objects with different or identical records, and how they will be shown - only in source or only in target records."; 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 = ''; } }