var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'overons.html'
},
{   sTitle:'Assortiment',
    bIsWebPath:true,
    sUrl:'assortiment.html',"childArray" : [
    {   sTitle:'Vers assortiment',
        bIsWebPath:true,
        sUrl:'versassortiment.html',"childArray" : [
        {   sTitle:'Arla vers',
            bIsWebPath:true,
            sUrl:'arla vers.html'
        },
        {   sTitle:'Friesland/Campina',
            bIsWebPath:true,
            sUrl:'frieslandcampina.html'
        }]
    },
    {   sTitle:'Zeepaardje',
        bIsWebPath:true,
        sUrl:'zeepaardje.html'
    },
    {   sTitle:'Chiquita',
        bIsWebPath:true,
        sUrl:'chiquita.html',"childArray" : [
        {   sTitle:'Chiquita kids',
            bIsWebPath:true,
            sUrl:'chiquitakids.html'
        }]
    },
    {   sTitle:'Zespri',
        bIsWebPath:true,
        sUrl:'zespri.html'
    },
    {   sTitle:'Asperges',
        bIsWebPath:true,
        sUrl:'asperges.html'
    },
    {   sTitle:'Mmmeat',
        bIsWebPath:true,
        sUrl:'mmmeat.html'
    },
    {   sTitle:'GreenS&SaladS',
        bIsWebPath:true,
        sUrl:'greenssalads.html'
    }]
},
{   sTitle:'Bestellen',
    bIsWebPath:true,
    sUrl:'bestellen.html',"childArray" : [
    {   sTitle:'Bestellijsten',
        bIsWebPath:true,
        sUrl:'lijsten.html'
    },
    {   sTitle:'Koopje',
        bIsWebPath:true,
        sUrl:'koopje.html'
    }]
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',"childArray" : [
    {   sTitle:'Alg. Nieuws',
        bIsWebPath:true,
        sUrl:'algnieuws.html'
    },
    {   sTitle:'Marketing tips',
        bIsWebPath:true,
        sUrl:'marketing.html'
    },
    {   sTitle:'Recepten',
        bIsWebPath:true,
        sUrl:'recepten.html',"childArray" : [
        {   sTitle:'rauwkostsalades',
            bIsWebPath:true,
            sUrl:'rauwkostsalades.html'
        }]
    },
    {   sTitle:'Weekbericht',
        bIsWebPath:true,
        sUrl:'weekbericht.html'
    }]
},
{   sTitle:'Vacatures',
    bIsWebPath:true,
    sUrl:'vacature.html',"childArray" : [
    {   sTitle:'Openstaande',
        bIsWebPath:true,
        sUrl:'openstaande.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
