var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Chartered Society of Physiotherapy',
        bIsWebPath:true,
        sUrl:'csp.html'
    },
    {   sTitle:'Physio First',
        bIsWebPath:true,
        sUrl:'physiofirst.html'
    },
    {   sTitle:'My Sites',
        bIsWebPath:true,
        sUrl:'mysites.html'
    }]
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Conditions Treated',
    bIsWebPath:true,
    sUrl:'conditions.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact me.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
