var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kerstfolder',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   bSeparatorBefore:true,
    sDescription:'rundvleessalade in home',
    sTitle:'Buffetten',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'Warme Buffetten',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'Koude Buffetten',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    }]
},
{   sTitle:'Barbecue',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Hapjes',
    bIsWebPath:true,
    sUrl:'pagina6.html',"childArray" : [
    {   sTitle:'Luxe hapjes',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Hapjes kaas/worst',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
