var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Das Restaurant',
    bIsWebPath:true,
    sUrl:'restaurant.html'
},
{   sTitle:'Die Bar',
    bIsWebPath:true,
    sUrl:'bar.html'
},
{   sTitle:'Executive Chef Profil',
    bIsWebPath:true,
    sUrl:'chef-profile.html'
},
{   sTitle:'Takeaway',
    bIsWebPath:true,
    sUrl:'takeaway-intro.html'
},
{   sTitle:'Bilder Galerien',
    bIsWebPath:true,
    sUrl:'picture-gallery.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
