/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
        ['Über Mich / Kontakt', null, null,
                ['Über Mich', 'about_neu.asp', null],
                ['Impressum', 'impressum.asp', null],
                ['Leser fragen - wir lassen antworten', 'Leserfragen.asp', null],
                ['Referenzen','Referenzen.asp', null],
                ['Kontakt', 'kontakt.asp', null]
        ],
        ['Seviceleistungen', null, null,
                ['Abgeltungssteuer', 'Abgeltungssteuer.asp', null],
                ['Analysen', 'analysen.asp', null],
                ['Altersvorsorge', 'Altersvorsorge.asp', null],
                ['Betriebliche Altersvorsorge', 'Betriebliche Altersvorsorge.asp', null],
                ['Kapitalanlagen', 'Kapitalanlagen.asp', null],
                ['Risikoabsicherung', 'Risikoabsicherung.asp', null],
                ['50plus', '50plus.asp', null],
                ['Versicherungs-Check', 'Versicherungscheck.asp', null]
        ],
        ['Produkte', null, null,
                ['Anlageprodukte', 'Anlageprodukte.asp', null],
                ['Britische Versicherungen', 'Britische Versicherungen.asp', null],
                ['Investmentfonds', 'Investmentfonds.asp', null],
                ['Pflegerente', 'Pflegeversicherung Ideal.asp', null],
                ['Riester-Rente', 'riester.asp', null],
                ['Rürup-Rente', 'Ruerup.asp', null],
                ['Stop & Go für Fonds', 'StopundGo.asp', null],
                ['Stop & Go für Einmalanlagen', 'Einmalanlage.asp', null],
                ['Stop & Go für Fondssparpläne', 'Fondssparplan.asp', null],
                ['TEPs AVD-Policenportfolios', 'TEPs.asp', null],
                ['Versicherungen', 'Versicherungen.asp', null]
        ],
        ['Informationen', null, null,
                ['Aktienfonds', 'Aktienfonds.asp', null],
                ['Anlagestile von Aktienfonds', 'Anlagestil.asp', null],
                ['Downloads', 'Download.asp', null],
                ['Fondssparplan', 'Sparplan.asp', null],
                ['Berufsunfähigkeitsversicherung', 'Berufsunfaehigkeitsversicherung.asp', null]
                ],
];