var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Willkommen',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Feiern im Cafe Link',
    bIsWebPath:true,
    sUrl:'feiern.html'
},
{   sTitle:'Catering',
    bIsWebPath:true,
    sUrl:'catering.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'Anfahrt',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
}]
});
