/* Tigra Menu items structure */
var MENU_ITEMS = [
        ['Home', 'Index.htm',
        ],
        ['ITS/CRS', null, null,
                ['ITS Version 4.0', 'ITS.htm'],
                ['ITS Konfiguration', 'Konfiguration.htm'],
                ['ITS Therapieplanung', 'Theraplan.htm'],
                ['ITS Patientenversion', 'Patversion.htm'],
                ['CRS Autorensystem', 'CRS.htm']
        ],
         ['Neuropsychologie', null, null,
                 ['Aufmerksamkeit', 'A-Auf.htm'],
                 ['Geteilte Aufmerksamkeit', 'A-AufGet.htm'],
                 ['Selektive Aufmerksamkeit', 'A-AufSel.htm'],
                 ['Gedächtnis', 'A-Gedaechtnis.htm'],
                 ['Objektwahrnehmung', 'A-ObjWa.htm'],
                 ['Neglect', 'A-Neglect.htm'],
                 ['Logisches Denken', 'A-LogDenk.htm'],
                 ['Rechnerisches Denken', 'A-ReDenk.htm'],
                 ['Zahlenverständnis', 'A-ZahlVerst.htm'],
                 ['Umgang mit Geld', 'A-Geld.htm'],
                 ['Umgang mit der Uhr', 'A-Uhr.htm'],
                 ['Handlungsplanung', 'A-Handlung.htm'],
                 ['Räumlich-perzeptiv', 'A-RaumPerz.htm'],
                 ['Räumlich-kognitiv', 'A-RaumKog.htm'], 
                 ['CURE-Systematik', 'Systematik.htm']
        ],
        ['Sprachtherapie', null, null,
                ['Audit. Sprachverständnis', 'A-ASV.htm'],
                ['Lesesinnverständnis', 'A-LSV.htm'],
                ['Schriftsprachproduktion', 'A-SSP.htm'],
                ['Lautsprachproduktion', 'A-LSP.htm'],
                ['Morphologie', 'A-MOR.htm'],
                ['Syntax', 'A-SYNT.htm'],
                ['Semantik', 'A-SEM.htm'],
                ['Textverarbeitung', 'A-Text.htm']
        ],
         ['Termine', 'Termine.htm',
        ],
        ['Impressum', 'Impressum.htm']
        ];