var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'zu Hause',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'in Berlin',
    bIsWebPath:true,
    sUrl:'berlin.html',"childArray" : [
    {   sTitle:'Berlin Altglienicke',
        bIsWebPath:true,
        sUrl:'altglienicke.html'
    },
    {   sTitle:'Berlin Gatow',
        bIsWebPath:true,
        sUrl:'gatow.html'
    },
    {   sTitle:'Berlin Heiligensee',
        bIsWebPath:true,
        sUrl:'heiligensee.html'
    },
    {   sTitle:'Berlin Hohenschönhausen',
        bIsWebPath:true,
        sUrl:'hohenschoenhausen.html'
    },
    {   sTitle:'Berlin Kaulsdorf',
        bIsWebPath:true,
        sUrl:'kaulsdorf.html'
    },
    {   sTitle:'Berlin Mahlsdorf',
        bIsWebPath:true,
        sUrl:'mahlsdorf.html'
    },
    {   sTitle:'Berlin Müggelheim',
        bIsWebPath:true,
        sUrl:'mueggelheim.html'
    },
    {   sTitle:'Berlin Pankow',
        bIsWebPath:true,
        sUrl:'pankow.html'
    },
    {   sTitle:'Berlin Rudow',
        bIsWebPath:true,
        sUrl:'rudow.html'
    },
    {   sTitle:'Berlin Wartenberg',
        bIsWebPath:true,
        sUrl:'wartenberg.html'
    }]
},
{   sTitle:'in Brandenburg',
    bIsWebPath:true,
    sUrl:'umland.html',"childArray" : [
    {   sTitle:'Landkreis Barnim',
        bIsWebPath:true,
        sUrl:'barnim.html'
    },
    {   sTitle:'Landkreis Dahme-Spreewald',
        bIsWebPath:true,
        sUrl:'dahmespreewald.html'
    },
    {   sTitle:'Landkreis Havelland',
        bIsWebPath:true,
        sUrl:'havelland.html'
    },
    {   sTitle:'Landkreis Märkisch Oderland',
        bIsWebPath:true,
        sUrl:'maerkischoderland.html'
    },
    {   sTitle:'Landkreis Oberhavel',
        bIsWebPath:true,
        sUrl:'oberhavel.html'
    },
    {   sTitle:'Landkreis Oder-Spree',
        bIsWebPath:true,
        sUrl:'oderspree.html'
    },
    {   sTitle:'Landkreis Potsdam Mittelmark',
        bIsWebPath:true,
        sUrl:'potsdammittelmark.html'
    },
    {   sTitle:'Landkreis Teltow-Fläming',
        bIsWebPath:true,
        sUrl:'teltowflaeming.html'
    }]
},
{   sTitle:'pro & contra',
    bIsWebPath:true,
    sUrl:'vorteile.html'
},
{   sTitle:'gebaut',
    bIsWebPath:true,
    sUrl:'haeuser.html'
},
{   sTitle:'finanziert',
    bIsWebPath:true,
    sUrl:'finanzierung.html'
}]
});
