var fDesc=new Array(); fDesc[0] = "PostgreSQL Data Sync is a powerful and easy-to-use tool for database contents comparison and synchronization. PostgreSQL Data Sync allows you to generate error-free synchronization scripts. PostgreSQL Data Sync provides you with a simple intuitive interface for data differences view. You can set comparison keys to compare tables based on any field. Allows you to customize the way tables and views are paired together. This project can be used for executing the service without necessity to specify all the settings once again."; 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 = ''; } }