var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'assortiment',
    bIsWebPath:true,
    sUrl:'assortiment.html'
},
{   sTitle:'broodjes',
    bIsWebPath:true,
    sUrl:'broodjes.html'
},
{   sTitle:'produkten',
    bIsWebPath:true,
    sUrl:'produktentraiteurnol.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'bestellen',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'weekrecept',
    bIsWebPath:true,
    sUrl:'recept.html'
},
{   sTitle:'warme maaltijd',
    bIsWebPath:true,
    sUrl:'warmemaaltijd.html'
}]
});
