var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Mentoring',
    bIsWebPath:true,
    sUrl:'mentoring.html'
},
{   sTitle:'Mediation  - How It Works',
    bIsWebPath:true,
    sUrl:'mediation.html'
},
{   sTitle:'TA',
    bIsWebPath:true,
    sUrl:'transactualanalysis.html'
},
{   sTitle:'Anger Management',
    bIsWebPath:true,
    sUrl:'angermanagement.html'
},
{   sTitle:'Qualifications',
    bIsWebPath:true,
    sUrl:'qualifications.html'
},
{   sTitle:'Talks',
    bIsWebPath:true,
    sUrl:'talks.html'
},
{   sTitle:'Client List',
    bIsWebPath:true,
    sUrl:'clientlist.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
