var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Amiri',
    bIsWebPath:true,
    sUrl:'Amiri.html'
},
{   sTitle:'Aktuell',
    bIsWebPath:true,
    sUrl:'Aktuell.html',"childArray" : [
    {   sTitle:'Galerie_1',
        bIsWebPath:true,
        sUrl:'Galerie_1.html'
    }]
},
{   sTitle:'Bengi',
    bIsWebPath:true,
    sUrl:'bengi.html'
},
{   sTitle:'Stories',
    bIsWebPath:true,
    sUrl:'Stories.html'
},
{   sTitle:'Kontakt_Links',
    bIsWebPath:true,
    sUrl:'Kontakt_Links.html'
}]
});
