var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Kurse',
    'bIsWebPath':true,
    'sUrl':'kurse.html',"childArray" : [
    {   'sTitle':'Business English',
        'bIsWebPath':true,
        'sUrl':'business english.html'
    },
    {   'sTitle':'Urlaub & Alltag',
        'bIsWebPath':true,
        'sUrl':'erwachsene.html'
    },
    {   'sTitle':'Schule & Uni',
        'bIsWebPath':true,
        'sUrl':'tutoring.html'
    }]
},
{   'sTitle':'Infos: A - E',
    'bIsWebPath':true,
    'sUrl':'infos01.html',"childArray" : [
    {   'sTitle':'Infos: F',
        'bIsWebPath':true,
        'sUrl':'infos09.html'
    },
    {   'sTitle':'Infos: G - K',
        'bIsWebPath':true,
        'sUrl':'infos02.html'
    },
    {   'sTitle':'Infos: K',
        'bIsWebPath':true,
        'sUrl':'infos03.html'
    },
    {   'sTitle':'Infos: L - S',
        'bIsWebPath':true,
        'sUrl':'infos04.html'
    },
    {   'sTitle':'Infos: T',
        'bIsWebPath':true,
        'sUrl':'infos05.html'
    },
    {   'sTitle':'Infos: U',
        'bIsWebPath':true,
        'sUrl':'infos06.html'
    },
    {   'sTitle':'Infos: U - V',
        'bIsWebPath':true,
        'sUrl':'infos07.html'
    },
    {   'sTitle':'Infos: W - Z',
        'bIsWebPath':true,
        'sUrl':'infos08.html'
    }]
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
},
{   'sTitle':'miQmi-Master',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Online-Shop',
    'bIsWebPath':true,
    'sUrl':'shop.html'
}]
});
