var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Opdrachtgevers',
    bIsWebPath:true,
    sUrl:'executive-search.html'
},
{   sTitle:'Kandidaten',
    bIsWebPath:true,
    sUrl:'kandidaten.html'
},
{   sTitle:'Over ons',
    bIsWebPath:true,
    sUrl:'headhunter.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
