var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wir über uns',
    bIsWebPath:true,
    sUrl:'portrait.html',"childArray" : [
    {   sTitle:'Büro',
        bIsWebPath:true,
        sUrl:'buero.html'
    },
    {   sTitle:'Galabau-Team',
        bIsWebPath:true,
        sUrl:'galateam.html'
    },
    {   sTitle:'Pilosophie',
        bIsWebPath:true,
        sUrl:'philosophie.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Unsere Leistungen',
    bIsWebPath:true,
    sUrl:'leistungen.html',"childArray" : [
    {   sTitle:'Planung',
        bIsWebPath:true,
        sUrl:'planung.html',
        sTarget:'_self'
    },
    {   sTitle:'Ausführung',
        bIsWebPath:true,
        sUrl:'ausfuehrung.html',
        sTarget:'_self'
    },
    {   sTitle:'Gartenflege',
        bIsWebPath:true,
        sUrl:'gartenpflege.html',
        sTarget:'_self'
    },
    {   sTitle:'Winterdienst',
        bIsWebPath:true,
        sUrl:'winterdienst.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});
