var fDesc=new Array(); fDesc[0] = "Delphi Components for direct (without BDE) access to ORACLE 7.3/8/8i Server from Delphi 4,5,6,7.Full implementation of ORACLE BLOB and CLOB fields. Possibility to execute stored procedures and parts of PL/SQL code. Fast and powerful tables in memory."; 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 = ''; } }