var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startseite',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Die Naturheilpraxis',
    bIsWebPath:true,
    sUrl:'naturheilpraxis.html'
},
{   sTitle:'Neuigkeiten',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Therapien',
    bIsWebPath:true,
    sUrl:'therapien.html',"childArray" : [
    {   sTitle:'Gebühren - Praxisordnung',
        bIsWebPath:true,
        sUrl:'ordnung.html'
    },
    {   sDescription:'Anamnese',
        sTitle:'Anamnese',
        bIsWebPath:true,
        sUrl:'anamnese.html'
    },
    {   sTitle:'Homöopathie',
        bIsWebPath:true,
        sUrl:'homoeopathie.html'
    },
    {   sTitle:'Bewegungsapparat',
        bIsWebPath:true,
        sUrl:'bewegung.html'
    },
    {   sTitle:'Ernährung',
        bIsWebPath:true,
        sUrl:'ernaehrung.html'
    },
    {   sTitle:'imupro',
        bIsWebPath:true,
        sUrl:'imupro.html',"childArray" : [
        {   sTitle:'imuproscreening',
            bIsWebPath:true,
            sUrl:'imuproscreening.html'
        },
        {   sTitle:'imupro100',
            bIsWebPath:true,
            sUrl:'imupro100.html'
        },
        {   sTitle:'imupro200',
            bIsWebPath:true,
            sUrl:'imupro200.html'
        },
        {   sTitle:'imupro300',
            bIsWebPath:true,
            sUrl:'imupro300.html'
        }]
    }]
},
{   sTitle:'Über mich',
    bIsWebPath:true,
    sUrl:'uebermich.html'
},
{   sTitle:'Vorträge',
    bIsWebPath:true,
    sUrl:'vortraege.html',"childArray" : [
    {   sTitle:'Seminare',
        bIsWebPath:true,
        sUrl:'seminare.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'A - Z',
    bIsWebPath:true,
    sUrl:'az.html'
}]
});
