var fDesc=new Array(); fDesc[0] = "UltraLogon ensures optimal client integration in your SAP system landscape. Releases or hardware updates to SAP systems require the continued reallocation of the SAP Logon .ini file. This takes high organizational and administrative efforts, as a result SAP client access data is not always up to date. It is also often necessary to update the services file, which is located in the Windows operating system."; 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 = ''; } }