var fDesc=new Array(); fDesc[0] = "The IB LogManager Product Family is a suite of tools which helps you to keep track of data changes in your InterBase® and Firebirdtm database.It's more than simply integrating a logging/auditing mechanism in your InterBase® and Firebirdtm database, because the available add-on's will help you to manage and to process log data in different ways."; 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 = ''; } }