var fDesc=new Array(); fDesc[0] = "dbWatch is a leading cross platform database monitoring tool for managing critical database environments. Designed to be lightweight and easy to use, dbWatch does not sacrifice functionality or capabilities. dbWatch will support IT departments with multiple database technologies because it works with across most platforms. And with dbWatch you can create your own monitoring procedures fully customized to your organization’s needs, allowing you to monitor all of your business processes, no matter how complex."; 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 = ''; } }