var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'History & Services',
        bIsWebPath:true,
        sUrl:'history_services.html'
    },
    {   sTitle:'Accreditation & Funding',
        bIsWebPath:true,
        sUrl:'accreditation.html'
    },
    {   sTitle:'Department Leadership',
        bIsWebPath:true,
        sUrl:'department.html'
    },
    {   sTitle:'Privacy Notice',
        bIsWebPath:true,
        sUrl:'privacy.html'
    },
    {   sTitle:'Donations',
        bIsWebPath:true,
        sUrl:'donations.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'overview_services.html'
    },
    {   sTitle:'Clinical Services',
        bIsWebPath:true,
        sUrl:'medical_dental_key.html'
    },
    {   sTitle:'Substance Abuse',
        bIsWebPath:true,
        sUrl:'substance_svcs.html'
    },
    {   sTitle:'Mental Health',
        bIsWebPath:true,
        sUrl:'mental_svcs.html'
    },
    {   sTitle:'Adult Day Services',
        bIsWebPath:true,
        sUrl:'adult_day.html'
    },
    {   sTitle:'Health Education',
        bIsWebPath:true,
        sUrl:'health_ed.html',"childArray" : [
        {   sTitle:'Live Better, Live Longer',
            bIsWebPath:true,
            sUrl:'page43.html'
        }]
    },
    {   sTitle:'Social Services',
        bIsWebPath:true,
        sUrl:'social_svc.html'
    }]
},
{   sTitle:'Patient Information',
    bIsWebPath:true,
    sUrl:'patient_info.html',"childArray" : [
    {   sTitle:'Eligibility',
        bIsWebPath:true,
        sUrl:'page20.html'
    },
    {   sTitle:'Registration',
        bIsWebPath:true,
        sUrl:'page23.html'
    },
    {   sTitle:'Fees and Charges',
        bIsWebPath:true,
        sUrl:'page39.html'
    },
    {   sTitle:'Provider Contact',
        bIsWebPath:true,
        sUrl:'page22.html'
    },
    {   sTitle:'Pharmacy Refills',
        bIsWebPath:true,
        sUrl:'page27.html'
    },
    {   sTitle:'Patient Rights',
        bIsWebPath:true,
        sUrl:'page28.html'
    },
    {   sTitle:'Patient Responsibilites',
        bIsWebPath:true,
        sUrl:'page29.html'
    },
    {   sTitle:'Emergency',
        bIsWebPath:true,
        sUrl:'page30.html'
    },
    {   sTitle:'Patient Satisfaction',
        bIsWebPath:true,
        sUrl:'page31.html'
    }]
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'West Oakland Health Center',
        bIsWebPath:true,
        sUrl:'wohc.html'
    },
    {   sTitle:'East Oakland Health Center',
        bIsWebPath:true,
        sUrl:'eohc.html'
    },
    {   sTitle:'Berkeley Adult Day Health Center',
        bIsWebPath:true,
        sUrl:'berk_adult_day.html'
    },
    {   sTitle:'William B. Rumford Medical Clinic',
        bIsWebPath:true,
        sUrl:'rumford.html'
    },
    {   sTitle:'Albert J. Thomas Medical Clinic ',
        bIsWebPath:true,
        sUrl:'thomas.html'
    },
    {   sTitle:'Community Recovery Center West',
        bIsWebPath:true,
        sUrl:'crcw.html'
    },
    {   sTitle:'Community Recovery Center East',
        bIsWebPath:true,
        sUrl:'crce.html'
    }]
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',"childArray" : [
    {   sTitle:'WOHC 40th Year Celebration',
        bIsWebPath:true,
        sUrl:'40_celebration.html'
    },
    {   sTitle:'Answers to Questions About Diabetes',
        bIsWebPath:true,
        sUrl:'diabetes_video.html'
    },
    {   sTitle:'Childhood Obesity',
        bIsWebPath:true,
        sUrl:'child_obesity_vid.html'
    },
    {   sTitle:'Hypertension',
        bIsWebPath:true,
        sUrl:'hyperstension_vid.html'
    }]
}]
});
