var fDesc=new Array(); fDesc[0] = "The new Klik! CompareLib is a tool which compares and sychronizes the structural differences in your MSAccess 97/2000/XP/2003 databases. It’s simple and yet detailed wizard style interface will allow you to compare, make deep analysis and generate the merge scripts to make the compared databases structures equal. A script applying tool, ScriptRunner, is included with the package to easily apply the generated scripts later..."; 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 = ''; } }