var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Über uns',
    'bIsWebPath':true,
    'sUrl':'ueber_uns.html',"childArray" : [
    {   'sDescription':'Beschreibung sozialer Aktivitäten der WWD-ak',
        'sTitle':'soziales Engagement',
        'bIsWebPath':true,
        'sUrl':'Seite24.html'
    }]
},
{   'sTitle':'Angebote',
    'bIsWebPath':true,
    'sUrl':'angebote.html',"childArray" : [
    {   'sTitle':'Beratung',
        'bIsWebPath':true,
        'sUrl':'beratung.html'
    },
    {   'sTitle':'Channel-Marketing',
        'bIsWebPath':true,
        'sUrl':'channel.html'
    },
    {   'sTitle':'Werbemittel',
        'bIsWebPath':true,
        'sUrl':'werbung.html'
    },
    {   'sTitle':'Fotoservice',
        'bIsWebPath':true,
        'sUrl':'fotoservice.html'
    },
    {   'sTitle':'Programmierung',
        'bIsWebPath':true,
        'sUrl':'programmierung.html'
    },
    {   'sTitle':'Betreuung',
        'bIsWebPath':true,
        'sUrl':'betreuung.html'
    },
    {   'sTitle':'SEO',
        'bIsWebPath':true,
        'sUrl':'seo.html'
    }]
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html',"childArray" : [
    {   'sTitle':'Impressum',
        'bIsWebPath':true,
        'sUrl':'impressum.html'
    },
    {   'sTitle':'Disclaimer',
        'bIsWebPath':true,
        'sUrl':'Seite26.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
