var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Practice Information',
    bIsWebPath:true,
    sUrl:'practice-information.html',"childArray" : [
    {   sTitle:'Practice Background',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Practice Boundary',
        bIsWebPath:true,
        sUrl:'boundary.html'
    },
    {   sTitle:'Opening Hours and Phone Numbers',
        bIsWebPath:true,
        sUrl:'opening-phone.html'
    },
    {   sTitle:'Surgery Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Disability Access',
        bIsWebPath:true,
        sUrl:'disability.html'
    },
    {   sTitle:'How Do I .....',
        bIsWebPath:true,
        sUrl:'how-do-i.html'
    }]
},
{   sTitle:'The Practice Team',
    bIsWebPath:true,
    sUrl:'practice-team.html'
},
{   sTitle:'Clinical Services',
    bIsWebPath:true,
    sUrl:'clinical-services.html'
},
{   sTitle:'Appointments',
    bIsWebPath:true,
    sUrl:'appointments.html'
},
{   sTitle:'Prescriptions',
    bIsWebPath:true,
    sUrl:'prescriptions.html'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'useful-links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});