var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Your Area',
    bIsWebPath:true,
    sUrl:'yourarea.html',"childArray" : [
    {   sTitle:'Populars And Hulme',
        bIsWebPath:true,
        sUrl:'popularsandhulme.html'
    },
    {   sTitle:'Orford',
        bIsWebPath:true,
        sUrl:'orford.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Enterprise Coaching',
        bIsWebPath:true,
        sUrl:'enterprisecoaching.html'
    }]
},
{   sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'groups.html'
},
{   sTitle:'News And Events',
    bIsWebPath:true,
    sUrl:'newsandevents.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
