var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over Ons',
    bIsWebPath:true,
    sUrl:'overons.html'
},
{   sTitle:'Werkgebied',
    bIsWebPath:true,
    sUrl:'werkgebied.html',
    sTarget:'_self'
},
{   sTitle:'Referenties',
    bIsWebPath:true,
    sUrl:'referenties.html',
    sTarget:'_self'
},
{   sTitle:'Vacatures',
    bIsWebPath:true,
    sUrl:'vacatures.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
