var fDesc=new Array(); fDesc[0] = "IB Objects is a collection of over 75 components that provides developers (of 32bit Delphi 2 Pro and higher, or C Builder 3 Pro and higher) the ability to create high performance client/server applications with Firebird, or any version of InterBase from 4.x forward. With this application, you can eliminate both the BDE and ODBC from your applications. Access will be direct to the InterBase API."; 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 = ''; } }