var fDesc=new Array(); fDesc[0] = "SAP Tutor is SAP's solution for customized enduser training, documentation and simulation material. To access tutorials created with SAP Tutor (files with the extension .SIM), you need to install the SAP Tutor Player (EXE file, 14 MB, version 2.2 SP01 for Windows XP and Vista). This version of SAP Tutor Player is limited to playing tutorials made by SAP only. It is available free of charge. Please see the license agreement for further information. SAP Tutor will use the Microsoft Agent technology and Text-to-speech Engines if available. The Microsoft Agent components and Speech Engines are optional, any SAP Tutor tutorial can be played without having these components installed. We recommend you install a Microsoft Agent for the best learning experience"; 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 = ''; } }