var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Schwerpunkt',
    bIsWebPath:true,
    sUrl:'schwerpunkt.html'
},
{   sTitle:'Das Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Sprechzeiten',
    bIsWebPath:true,
    sUrl:'sprechzeiten.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Anfahrt',
    bIsWebPath:true,
    sUrl:'anfahrt.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
