var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'VCA opleidingen',
    bIsWebPath:true,
    sUrl:'vcaopleidingen.html',"childArray" : [
    {   sTitle:'B-VCA',
        bIsWebPath:true,
        sUrl:'bvca.html'
    },
    {   sTitle:'VOL-VCA',
        bIsWebPath:true,
        sUrl:'volvca.html'
    },
    {   sTitle:'FAQS-VCA',
        bIsWebPath:true,
        sUrl:'faqsvca.html'
    },
    {   sTitle:'Inschrijven',
        bIsWebPath:true,
        sUrl:'inschrijven.html'
    }]
},
{   sTitle:'Veiligheidstrainingen',
    bIsWebPath:true,
    sUrl:'veiligheidstrainingen.html',"childArray" : [
    {   sTitle:'CROW',
        bIsWebPath:true,
        sUrl:'crrow.html'
    },
    {   sTitle:'Asbestcement',
        bIsWebPath:true,
        sUrl:'asbestcement.html'
    },
    {   sTitle:'Waterdistributie',
        bIsWebPath:true,
        sUrl:'waterdistributie.html'
    }]
},
{   sTitle:'Technische trainingen',
    bIsWebPath:true,
    sUrl:'technischetrainingen.html'
},
{   sTitle:'Examens',
    bIsWebPath:true,
    sUrl:'examens.html'
},
{   sTitle:'Advisering',
    bIsWebPath:true,
    sUrl:'advisering.html'
},
{   sTitle:'Werkgevers',
    bIsWebPath:true,
    sUrl:'werkgevers.html'
},
{   sTitle:'Werknemers',
    bIsWebPath:true,
    sUrl:'werknemers.html'
},
{   sTitle:'Kwaliteit',
    bIsWebPath:true,
    sUrl:'kwaliteit.html'
},
{   sTitle:'Milieu',
    bIsWebPath:true,
    sUrl:'milieu.html'
},
{   sTitle:'De docenten',
    bIsWebPath:true,
    sUrl:'docenten.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
