var fDesc=new Array(); fDesc[0] = "OLEnterprise™ extends the reach of Microsoft's Object Linking and Embedding (OLE/DCOM) to allow access to objects anywhere across the LAN, WAN, or Internet. Using standard OLE interfaces and no additional coding, a desktop application can access remote OLE automation objects. Through Borland's component-based middleware, Entera™, OLEnterprise extends beyond the desktop to provide OLE access to enterprise server objects deployed on UNIX or Mainframe systems. Going beyond the desktop, any OLE-enabled application can utilize OLEnterprise to access enterprise components, such as relational and non-relational databases, mainframe and pre-packaged business applications, in-house developed applications, documents, spreadsheets, and custom reports."; 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 = ''; } }