var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startseite',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Aktuell',
    bIsWebPath:true,
    sUrl:'News.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'Training.html',"childArray" : [
    {   sTitle:'Fitness',
        bIsWebPath:true,
        sUrl:'fitness.html'
    },
    {   sTitle:'Kurse',
        bIsWebPath:true,
        sUrl:'kurse.html'
    },
    {   sTitle:'Personal Training',
        bIsWebPath:true,
        sUrl:'personaltraining.html'
    },
    {   sTitle:'Golf',
        bIsWebPath:true,
        sUrl:'golf.html'
    },
    {   sTitle:'Testing & Trainingsberatung',
        bIsWebPath:true,
        sUrl:'testing.html'
    },
    {   sTitle:'Preise',
        bIsWebPath:true,
        sUrl:'preise.html'
    }]
},
{   sTitle:'Therapie',
    bIsWebPath:true,
    sUrl:'Therapie.html',"childArray" : [
    {   sTitle:'Physiotherapie',
        bIsWebPath:true,
        sUrl:'Physio.html'
    },
    {   sTitle:'Sportphysiotherapie',
        bIsWebPath:true,
        sUrl:'Sportphysio.html'
    },
    {   sTitle:'Osteopathie',
        bIsWebPath:true,
        sUrl:'osteopathie.html'
    },
    {   sTitle:'Massage',
        bIsWebPath:true,
        sUrl:'massage.html'
    },
    {   sTitle:'Matrix-Rhythmus-Therapie',
        bIsWebPath:true,
        sUrl:'matrix.html'
    },
    {   sTitle:'Preise Selbstzahler',
        bIsWebPath:true,
        sUrl:'preisephysio.html'
    }]
},
{   sTitle:'Weitere Angebote',
    bIsWebPath:true,
    sUrl:'weitereangebot.html',"childArray" : [
    {   sTitle:'Schuheinlagen',
        bIsWebPath:true,
        sUrl:'schuheinlagen.html'
    },
    {   sTitle:'Kinesiologie',
        bIsWebPath:true,
        sUrl:'kinesiologie.html'
    },
    {   sTitle:'ErnährungsCoaching',
        bIsWebPath:true,
        sUrl:'ernaehrung.html'
    }]
},
{   sTitle:'Über uns ',
    bIsWebPath:true,
    sUrl:'ueberuns.html',"childArray" : [
    {   sTitle:'Team Empfang',
        bIsWebPath:true,
        sUrl:'teamempfang.html'
    },
    {   sTitle:'Team Training',
        bIsWebPath:true,
        sUrl:'teamtraining.html'
    },
    {   sTitle:'Team Therapie',
        bIsWebPath:true,
        sUrl:'teamtherapie.html'
    },
    {   sTitle:'Team Massage',
        bIsWebPath:true,
        sUrl:'teammassage.html'
    },
    {   sTitle:'Team Osteopathie',
        bIsWebPath:true,
        sUrl:'teamosteo.html'
    },
    {   sTitle:'Team Kinesiologie',
        bIsWebPath:true,
        sUrl:'TeamKine.html'
    },
    {   sTitle:'Team ErnährungsCoaching',
        bIsWebPath:true,
        sUrl:'teamernaehrung.html'
    },
    {   sTitle:'Team Kurse',
        bIsWebPath:true,
        sUrl:'teamkurse.html'
    },
    {   sTitle:'Rechtliche Informationen',
        bIsWebPath:true,
        sUrl:'recht.html'
    },
    {   sTitle:'Impressum',
        bIsWebPath:true,
        sUrl:'impressum.html'
    }]
},
{   sTitle:'Produkte',
    bIsWebPath:true,
    sUrl:'produkte.html',"childArray" : [
    {   sTitle:'Produkteübersicht',
        bIsWebPath:true,
        sUrl:'produkteuebersicht.html'
    },
    {   sTitle:'Tennis Workout ',
        bIsWebPath:true,
        sUrl:'tennisdvd.html'
    }]
},
{   sTitle:'Standort',
    bIsWebPath:true,
    sUrl:'standort.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'CorpoSana Videos',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Wissen schafft Kompetenz',
    bIsWebPath:true,
    sUrl:'wissenschaftkompetenz.html'
}]
});
