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:'Uni & Schule',
        bIsWebPath:true,
        sUrl:'tutoring.html'
    },
    {   sTitle:'Online',
        bIsWebPath:true,
        sUrl:'online.html',"childArray" : [
        {   sTitle:'September',
            bIsWebPath:true,
            sUrl:'schedule01.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: K - P',
        bIsWebPath:true,
        sUrl:'infos04.html'
    },
    {   sTitle:'Infos: S - T',
        bIsWebPath:true,
        sUrl:'infos05.html'
    },
    {   sTitle:'Infos: T - 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'
}]
});