/*********************************************************************
 * Selbstdarstellung: Tooltip Popup JavaScript Messages (EN)
 * $Id$
 *********************************************************************

/*********************************************************************
 * Popup data
 *********************************************************************/
messages = new Array();
messages[0] = '<div class="clCaption">PKI</div><br>Public Key Infrastructures make use of asymmetric cryptography, e.g., RSA or DSA, to achieve encrypted and authentic communication.</div>'
messages[1] = '<div class="clCaption">Single Sign-On</div><br>Single Sign-On refers to an authentication infrastructure where a single, central sign-on by a user is sufficient to afterwards use multiple systems integrated into the infrastructure without the need for re-authentication.</div>'
messages[2] = '<div class="clCaption">IDE</div><br>The acronym &quot;IDE&quot; means &quot;Integrated Development Environment&quot;.<br>For Setup Specialist, it refers to the development environment used to create setup programs.</div>'
messages[3] = '<div class="clCaption">Cascading Style Sheets</div><br>CSS is a stylesheet language used to describe the presentation of a document written in HTML.</div>'
messages[4] = '<div class="clCaption">Credential</div><br>A credential is a secret token used for authentication purposes, e.g., a user/password tuple or a public key pair in combination with a matching X.509 certificate.</div>'
messages[5] = '<div class="clCaption">Delegation</div><br>A revokable delegation refers to the possibility to temporarily transfer the right to use a credential to another user without that user gaining knowledge of the credential\'s secret. Consequently, the delegation can be revoked at any time at the sole discretion of the credential owner.</div>'
messages[6] = '<div class="clCaption">Group Usage</div><br>The group usage of a credential can be seen as a generalized delegation use case where the privilege to use the credential is delegated to multiple members of a group.</div>'
messages[7] = '<div class="clCaption">DHTML</div><br>Dynamisches HTML ist ein Sammelbegriff f&uuml;r verschiedene Techniken, die es dem Autor einer Webseite erm&ouml;glichen, Seitenelemente zur Laufzeit dynamisch zu ver&auml;ndern.</div>'
messages[8] = '<div class="clCaption">DINATOS</div><br>DINATOS is a microprocessor architecture used for teaching purposes at Darmstadt University of Technology\'s Computer Architecture department.</div>'
messages[9] = 'GUI[n/a]'
messages[10] = '<div class="clCaption">Dynamic Instruction Pipeline</div><br>A dynamic instruction pipeline performs a dynamic assignment of instructions to execution units (in contrast to the static assignment performed by a static instruction pipeline).</div>'
messages[11] = '<div class="clCaption">Message Authentication Code</div><br>A message authentication code (MAC) is a keyed cryptographic hash function, which accepts an input as well as a secret and outputs a so-called MAC.</div>'

