var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Practice Area',
        bIsWebPath:true,
        sUrl:'practice_area.html'
    },
    {   sTitle:'Opening times',
        bIsWebPath:true,
        sUrl:'opening_times.html'
    },
    {   sTitle:'Doctors',
        bIsWebPath:true,
        sUrl:'doctors.html'
    },
    {   sTitle:'Nursing staff',
        bIsWebPath:true,
        sUrl:'nursing_staff.html'
    },
    {   sTitle:'Other staff',
        bIsWebPath:true,
        sUrl:'other_staff.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services_overview.html',"childArray" : [
    {   sTitle:'NHS Services',
        bIsWebPath:true,
        sUrl:'nhs_services1.html'
    },
    {   sTitle:'NHS Services (ctd)',
        bIsWebPath:true,
        sUrl:'nhs_services2.html'
    },
    {   sTitle:'Other Services',
        bIsWebPath:true,
        sUrl:'other_services1.html'
    },
    {   sTitle:'Other Services (ctd)',
        bIsWebPath:true,
        sUrl:'other_services2.html'
    },
    {   sTitle:'We ask of you',
        bIsWebPath:true,
        sUrl:'rules.html'
    }]
},
{   sTitle:'How do I...?',
    bIsWebPath:true,
    sUrl:'getting_help.html',"childArray" : [
    {   sTitle:'Appointments',
        bIsWebPath:true,
        sUrl:'appointments.html'
    },
    {   sTitle:'Tests & Results',
        bIsWebPath:true,
        sUrl:'tests_results.html'
    },
    {   sTitle:'Prescriptions & certificates',
        bIsWebPath:true,
        sUrl:'prescriptions.html'
    },
    {   sTitle:'Hospitals',
        bIsWebPath:true,
        sUrl:'hospitals.html'
    },
    {   sTitle:'Third Party Help',
        bIsWebPath:true,
        sUrl:'outside_help.html'
    },
    {   sTitle:'Telephone numbers',
        bIsWebPath:true,
        sUrl:'telephone_numbers.html'
    }]
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html',"childArray" : [
    {   sTitle:'Getting involved',
        bIsWebPath:true,
        sUrl:'ppg.html'
    },
    {   sTitle:'Complaints and Praise',
        bIsWebPath:true,
        sUrl:'complaints_praise.html'
    },
    {   sTitle:'PALS',
        bIsWebPath:true,
        sUrl:'pals.html'
    }]
},
{   sTitle:'Legalities',
    bIsWebPath:true,
    sUrl:'legal_issues.html',"childArray" : [
    {   sTitle:'Access to medical records',
        bIsWebPath:true,
        sUrl:'access_records.html'
    },
    {   sTitle:'Disclosure of data',
        bIsWebPath:true,
        sUrl:'disclosure.html'
    },
    {   sTitle:'Security',
        bIsWebPath:true,
        sUrl:'security_training.html'
    },
    {   sTitle:'Freedom of Information',
        bIsWebPath:true,
        sUrl:'foi.html'
    }]
},
{   sTitle:'Notice Board',
    bIsWebPath:true,
    sUrl:'notice_board.html'
}]
});
