var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sTitle:'Historie',
        bIsWebPath:true,
        sUrl:'historie.html'
    },
    {   sTitle:'Plattegrond',
        bIsWebPath:true,
        sUrl:'plattegrond.html'
    },
    {   sTitle:'Tapas',
        bIsWebPath:true,
        sUrl:'tapas.html'
    }]
},
{   sTitle:'De Kaart',
    bIsWebPath:true,
    sUrl:'de kaart.html',"childArray" : [
    {   sTitle:'Lunch',
        bIsWebPath:true,
        sUrl:'lunch.html'
    },
    {   sTitle:'Dinergerechten',
        bIsWebPath:true,
        sUrl:'diner.html'
    },
    {   sTitle:'Tapas',
        bIsWebPath:true,
        sUrl:'tapaskaart.html'
    },
    {   sTitle:'Borrelkaart',
        bIsWebPath:true,
        sUrl:'borrelkaart.html'
    }]
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html'
},
{   sTitle:'Activiteiten',
    bIsWebPath:true,
    sUrl:'activiteiten.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Reserveren',
    bIsWebPath:true,
    sUrl:'reserveren.html'
}]
});
