var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cursusaanbod',
    bIsWebPath:true,
    sUrl:'reanimatie-en-aed-cursussen.html',"childArray" : [
    {   sTitle:'Reanimatie en AED',
        bIsWebPath:true,
        sUrl:'reanimatie-en-aed-training.html'
    },
    {   sTitle:'Kinderreanimatie (PBLS)',
        bIsWebPath:true,
        sUrl:'kinderen-reanimeren-pbls.html'
    },
    {   sTitle:'Immediate Life Support (ILS)',
        bIsWebPath:true,
        sUrl:'immediate_life_support_ils.html'
    },
    {   sTitle:'Maatwerk trainingen',
        bIsWebPath:true,
        sUrl:'reanimatiecursus-incompany-maatwerk.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
