var fDesc=new Array(); fDesc[0] = "Keep Tool 8 is a software which includes Hora, a flagship product for viewing and manipulating Oracle™ databases, serving a variety of users. Primarily designed for both DBA's and developers, it can also make the end user's life easier when executing queries or producing reports..
Thanks to its intuitive interface and the ability to preview SQL before execution, Hora requires little or no training before becoming productive. Part of Hora are the additional tools SQL Editor, Reverse DDL, and HTML Documentation."; 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 = ''; } }