var fDesc=new Array(); fDesc[0] = "A general purpose tool for data and database validation, SQL Comparator can compare the output of any two SQL statements/rowsets and identify/highlight/quantify differences between the execution results. SQL Comparator runs two user defined queries and compares the results in a graphical mode designed to facilitate the identification of minimal differences in complex tables."; 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 = ''; } }