var customNavTree38 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over Ons',
    bIsWebPath:true,
    sUrl:'over.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Paarden',
    bIsWebPath:true,
    sUrl:'paarden.html',"childArray" : [
    {   sTitle:'Reflection',
        bIsWebPath:true,
        sUrl:'reflection.html'
    },
    {   sTitle:'Alonzo',
        bIsWebPath:true,
        sUrl:'alonzo.html'
    },
    {   sTitle:'Chicago',
        bIsWebPath:true,
        sUrl:'chicago.html',
        sTarget:'_self'
    },
    {   sTitle:'CSI',
        bIsWebPath:true,
        sUrl:'CSI.html',
        sTarget:'_self'
    },
    {   sTitle:'Verdict',
        bIsWebPath:true,
        sUrl:'verdict.html',
        sTarget:'_self'
    },
    {   sTitle:'Bonzanjo',
        bIsWebPath:true,
        sUrl:'bonzanjo.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Verkoop & Bemiddeling',
    bIsWebPath:true,
    sUrl:'verkoopenbemiddeling.html',"childArray" : [
    {   sTitle:'In- en Verkoop',
        bIsWebPath:true,
        sUrl:'verkoop.html'
    },
    {   sTitle:'Bemiddeling',
        bIsWebPath:true,
        sUrl:'bemiddeling.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
