var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'vers vlees',
        bIsWebPath:true,
        sUrl:'versvlees.html'
    },
    {   sTitle:'charcuterie',
        bIsWebPath:true,
        sUrl:'charcuterie.html'
    }]
},
{   sTitle:'Folders',
    bIsWebPath:true,
    sUrl:'folders.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
