var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Varia',
    bIsWebPath:true,
    sUrl:'varia.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Nieuwsbrieven',
    bIsWebPath:true,
    sUrl:'nieuwsbrieven.html'
},
{   sTitle:'Hulpmiddelen',
    bIsWebPath:true,
    sUrl:'hulpmiddelen.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Vacaturebank',
    bIsWebPath:true,
    sUrl:'vacaturebank.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
