var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'overons.html',
    sTarget:'_self'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',
    sTarget:'_self'
},
{   sTitle:'Instructies',
    bIsWebPath:true,
    sUrl:'instructies-hairextensions.html',
    sTarget:'_self'
},
{   sTitle:'Verkooppunten',
    bIsWebPath:true,
    sUrl:'verkooppunten.html',
    sTarget:'_self'
},
{   sTitle:'Webshop',
    bIsWebPath:true,
    sUrl:'webshop.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Digitale folder',
    bIsWebPath:true,
    sUrl:'digitale-folder.html',
    sTarget:'_self'
}]
});
