var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startseite',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kurse/Preise',
    bIsWebPath:true,
    sUrl:'kurse.html'
},
{   sTitle:'Termine',
    bIsWebPath:true,
    sUrl:'oeffnungszeiten.html'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html'
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Gästebuch',
    bIsWebPath:true,
    sUrl:'gaestebuch.html'
}]
});
