var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Einleitung',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Geschichte ',
    'bIsWebPath':true,
    'sUrl':'geschichte.html'
},
{   'sTitle':'Basler Rezepte',
    'bIsWebPath':true,
    'sUrl':'basler_rezepte.html'
},
{   'sTitle':'Restaurants',
    'bIsWebPath':true,
    'sUrl':'restaurants.html'
},
{   'sTitle':'Kochbücher',
    'bIsWebPath':true,
    'sUrl':'buecher.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'Kontakt.html'
}]
});
