var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startseite',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'BavarResi',
    bIsWebPath:true,
    sUrl:'bavarresi.html'
},
{   sTitle:'Produkte',
    bIsWebPath:true,
    sUrl:'produkte.html',"childArray" : [
    {   sTitle:'Vertrieb',
        bIsWebPath:true,
        sUrl:'vertrieb.html'
    },
    {   sTitle:'Auszeichnungen',
        bIsWebPath:true,
        sUrl:'auszeichnungen.html'
    }]
},
{   sTitle:'Kabarett',
    bIsWebPath:true,
    sUrl:'kabarett.html',"childArray" : [
    {   sTitle:'PrimaTonnen',
        bIsWebPath:true,
        sUrl:'k_primatonnen.html'
    },
    {   sTitle:'Die Lästerschwestern',
        bIsWebPath:true,
        sUrl:'k_laesterschwe.html'
    },
    {   sTitle:'Barbara Balldini',
        bIsWebPath:true,
        sUrl:'k_balldini.html'
    },
    {   sTitle:'Dr. E. Noni Höfner',
        bIsWebPath:true,
        sUrl:'k_hoeffner.html'
    }]
},
{   sTitle:'Bilder',
    bIsWebPath:true,
    sUrl:'bildergalerie.html'
},
{   sTitle:'Partner',
    bIsWebPath:true,
    sUrl:'partner.html',"childArray" : [
    {   sTitle:'Förderer',
        bIsWebPath:true,
        sUrl:'foerderer.html'
    }]
},
{   sTitle:'Presse',
    bIsWebPath:true,
    sUrl:'presse.html'
},
{   bSeparatorBefore:true,
    sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'downloads.html'
    }]
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Jobs',
    bIsWebPath:true,
    sUrl:'jobs.html'
},
{   sTitle:'Archiv',
    bIsWebPath:true,
    sUrl:'archiv.html'
},
{   sTitle:'Unternehmensgruppe',
    bIsWebPath:true,
    sUrl:'unternehmen.html'
}]
});
