var fDesc=new Array(); fDesc[0] = "Connect for SAP® Netweaver is an object-oriented software library. It is specially designed for access to SAP application servers using Embarcadero® Delphi and building partner server programs running in non-SAP systems. Connect for SAP® does focus on:

- Integrating existing Delphi applications with SAP systems
- Developing new systems and applications accessing SAP application servers
- Extending SAP system functionality by building external non-SAP servers"; 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 = ''; } }