var customNavTree19 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Wie zijn wij',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Fred Stuij ',
        bIsWebPath:true,
        sUrl:'fred-stuij.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Producten',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Shoplifting',
        bIsWebPath:true,
        sUrl:'product-shoplifting.html',
        sTarget:'_self'
    },
    {   sTitle:'Mysteryshopping',
        bIsWebPath:true,
        sUrl:'product-mystery-shopping.html',
        sTarget:'_self'
    },
    {   sTitle:'Mysterycalling',
        bIsWebPath:true,
        sUrl:'product-mystery-calling.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Relaties',
    bIsWebPath:true,
    sUrl:'relaties.html',
    sTarget:'_self'
},
{   sTitle:'Onze shoppers',
    bIsWebPath:true,
    sUrl:'onze-shoppers.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
