var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Trainingen',
    bIsWebPath:true,
    sUrl:'Pagina 2.html',"childArray" : [
    {   sTitle:'Professioneel Telefoneren',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'Effectief Communiceren',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Klantgerichtheid / Gastvrijheid',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Omgaan met Agressie',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Feedback geven en ontvangen',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Presentatietechnieken',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'Kernkwaliteiten',
        bIsWebPath:true,
        sUrl:'pagina17.html'
    },
    {   sTitle:'Training on-the-job',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'Teambuilding',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    }]
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'Pagina 3.html'
},
{   sTitle:'Hypnotherapie',
    bIsWebPath:true,
    sUrl:'Pagina 4.html'
},
{   sTitle:'Mystery Guest',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Over Ons',
    bIsWebPath:true,
    sUrl:'pagina20.html',"childArray" : [
    {   sTitle:'Algemene Voorwaarden',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    },
    {   sTitle:'Lidmaatschappen',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    }]
}]
});
