var fDesc=new Array(); fDesc[0] = "Rfc Connector is a COM library which enables access to SAP systems from every programming language which understands COM (including Visual C , Visual Basic, VBA (Office Basic), VBS (Windows Scripting), Delphi, AutoIT v3 and .NET languages).
The library includes many features which were designed to make RFC Programming as easy and straightforward as possible."; 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 = ''; } }