var tooltips = new vvTooltip ({
  en: {
    _template: '<h3>$key</h3><p>$description<br /><br />Click for further information...</p>',

    "Apache": {description: "(HTTP web server) Most widely used Open Source web server, developed by the Apache Software Foundation.", url: "glossary.html"},
    "Basel II ": {description: "Equity regulations compiled by the Basel Committee on Banking Supervision (BCBS).", url: "glossary.html"},
    "BPM": {description: " (Business Process Management) Design, identification, management, documentation and optimization of business processes.", url: "glossary.html"},
    "Catalyst": {description: "Method deployed in the reference model developed by CSC Inc., used by process4.biz for the implementation of Work Management solutions.", url: "glossary.html"},
    "CobiT": {description: "(Control Objectives for Information and Related Technology) Internationally accepted IT Governance framework that defines IT-related task requirements.", url: "glossary.html"},
    "„concurrent user“ license": {description: "License for a predefined number of users in a LAN who may access databases in one SQL server by means of one general user identification/password-combination.", url: "glossary.html"},
    "Dynamics AX": {description: "Microsoft’s ERP software (formerly called „Navison Axapta“), competes with SAP in medium-sized companies.", url: "glossary.html"},
    "EAM": {description: "(Enterprise Architecture Management) Planning and management of organizational and technical structures and processes pertaining to enterprise architecture.", url: "glossary.html"},
    "EPC": {description: "(Event-driven Process Chain) Semiformal modeling language for the graphic representation of work processes.", url: "glossary.html"},
    "ERP": {description: "(Enterprise Resource Planning) Totality of software-supported information and planning systems, encompassing all resources that are relevant for business operation processes.", url: "glossary.html"},
    "IIS": {description: "(Internet Information Services) Web Publishing functions included in Microsoft Windows server solutions.", url: "glossary.html"},
    "Inheritance": {description: "Within object oriented programming, a way to form or derive new classes using (the attributes of) classes that have been defined previously.", url: "glossary.html"},
    "inherited": {alias: "Inheritance"},
    "ISACA": {description: "(Information Systems Audit and Control Association) World-wide acknowledged control organization for IT-Governance, Controlling, IT Security and IT Assurance", url: "glossary.html"},
    "ISV Royalty": {description: "(ISV=Independent Software Vendors) Licensing program designed for software vendors who incorporate Microsoft technology into their software business solutions for commercial distribution to their customers.", url: "glossary.html"},
    "IT Audit": {description: "Methodical examination of the controls within a company’s information technology infrastructure by external experts.", url: "glossary.html"},
    "IT-Audit": {alias: "IT Audit"},
    "IT-Audits": {alias: "IT Audit"},
    "IT Governance": {description: "A subset discipline of Corporate Governance focused on controlling IT systems especially with regard to Performance and Risk Management.", url: "glossary.html"},
    "IT-Governance": {alias: "IT Governance"},
    "ITIL": {description: "(IT Infrastructure Library) Framework containing best practice approaches intended to facilitate the delivery of high quality IT services.", url: "glossary.html"},
    "LAN": {description: "(Local Area Network) Network that connects computers within a limited local area (e.g. a company LAN, home LAN).", url: "glossary.html"},
    "Modeling": {description: "Abstract representation of a specific part of reality by means of graphical visualization methods. ", url: "glossary.html"},
    "modeling": {alias:"Modeling"},
    "model": {alias:"Modeling"},
    "MSDE": {description: "(Microsoft SQL Desktop Engine) Free developers' edition of Microsoft's full SQL Server, from SQL server version 2005 on renamed to SQL Server 2005 Express Edition.", url: "glossary.html"},
    "multi-user mode": {description: "Concurrent software access and separate working environments for multiple users.", url: "glossary.html"},
    "named user license": {description: "Licensing form based on the combination of a user ID and a password for one computer accessing the database in a LAN.", url: "glossary.html"},
    ".NET": {description: "(Microsoft Dot Net) Framework containing a large body of pre-coded solutions to common program requirements, and managing the execution of applications written specifically for the framework.", url: "glossary.html"},
    "RACI/DEMI": {description: "A special form of responsibility matrix describing the roles and responsibilities of teams or team members when working together in a project.", url: "glossary.html"},
    "RACI": {alias: "RACI/DEMI"},
    "Redundancy": {description: "Redundancy means in general to have exceeding (=more than necessary) information. A feature is redundant, if it could be omitted without loss of meaning.", url: "glossary.html"},
    "redundancy free": {alias: "Redundancy"},
    "Redundancy-free": {alias: "Redundancy"},
    "Reference model": {description: "Recommended organization models that have a certain degree of universal validity in a variety of contexts.", url: "glossary.html"},
    "Replication": {description: "Process for duplication of data in a way that source (primary) data and target  data (replicas) are identical.", url: "glossary.html"},
    "Repository": {description: "Directory structure or database in a broad sense containing project data. Guarantees redundancy free access despite of partially decentral storage on file or web servers.", url: "glossary.html"},
    "repository": {alias: "Repository"},
    "single user": {description: "Simplest license type without limitations as to number and/or duration of access.  Client and server software are both installed on one computer.", url: "glossary.html"},
    "single user license": {alias: "single user"},
    "smart tags": {description: "Visual marks indicating relationships between components by underlying hyperlinks.", url: "glossary.html"},
    "SOX": {description: "(Sarbanes-Oxley Act) United States federal law for the enhancement of corporate accounting and reporting practices, passed 2002 in response to accounting scandals.", url: "glossary.html"},
    "SQL Server": {description: "Relational database management system (RDBMS) produced by Microsoft.", url: "glossary.html"},
    "SQL-Server": {alias: "SQL Server"},
    "SQL server": {alias: "SQL Server"},
    "SVG": {description: "(Scalable Vector Graphics) XML markup language describing two-dimensional vector graphics.", url: "glossary.html"},
    "Visio": {description: "(Microsoft Visio) Diagramming software for Windows, part of the Microsoft Office product family. It uses vector graphics to visualize complex structures as diagrams.", url: "glossary.html"},
    "WSS": {description: "(Windows Sharepoint Services) Free add-on component of Microsoft’s Windows Server 2003, offering basic web portal and intranet functionalities.", url: "glossary.html"}
  }
});

tooltips.configuration.defaultLanguage = "en";

Element.observe(window, "load", function() { tooltips.load() }, false);