var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mediation',
    bIsWebPath:true,
    sUrl:'mediation.html',"childArray" : [
    {   sTitle:'Workplace Mediation',
        bIsWebPath:true,
        sUrl:'workplace-mediation.html'
    },
    {   sTitle:'Community Mediation',
        bIsWebPath:true,
        sUrl:'community-mediation.html'
    },
    {   sTitle:'Homelessness Mediation',
        bIsWebPath:true,
        sUrl:'homelessness.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Mediation Training',
        bIsWebPath:true,
        sUrl:'mediation-training.html'
    },
    {   sTitle:'Conflict Resolution Training',
        bIsWebPath:true,
        sUrl:'conflict.html'
    },
    {   sTitle:'Mentoring Training',
        bIsWebPath:true,
        sUrl:'mentoring.html'
    },
    {   sTitle:'Customer Service Training',
        bIsWebPath:true,
        sUrl:'customer.html'
    }]
},
{   sTitle:'Consultancy',
    bIsWebPath:true,
    sUrl:'consultancy.html',"childArray" : [
    {   sTitle:'Supervision',
        bIsWebPath:true,
        sUrl:'supervision.html'
    },
    {   sTitle:'Mediation Services',
        bIsWebPath:true,
        sUrl:'mediation_services.html'
    },
    {   sTitle:'Business Development',
        bIsWebPath:true,
        sUrl:'business.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
