var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About The Clinic',
    bIsWebPath:true,
    sUrl:'AboutTheClinic.html'
},
{   sTitle:'About CB',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'get_involved.html',"childArray" : [
    {   sTitle:'Volunteer',
        bIsWebPath:true,
        sUrl:'volunteer.html',"childArray" : [
        {   sTitle:'Prayer Team',
            bIsWebPath:true,
            sUrl:'prayer.html'
        },
        {   sTitle:'Medical Team',
            bIsWebPath:true,
            sUrl:'medical.html'
        },
        {   sTitle:'Dental Team',
            bIsWebPath:true,
            sUrl:'dental.html'
        },
        {   sTitle:'Social Services Team',
            bIsWebPath:true,
            sUrl:'social_services.html'
        },
        {   sTitle:'Facilities Team',
            bIsWebPath:true,
            sUrl:'facilities.html'
        },
        {   sTitle:'Hospitality Team',
            bIsWebPath:true,
            sUrl:'hospitality.html'
        },
        {   sTitle:'Children\'s Team',
            bIsWebPath:true,
            sUrl:'children.html'
        },
        {   sTitle:'Interpreters Team',
            bIsWebPath:true,
            sUrl:'interpreters.html'
        },
        {   sTitle:'Parking/Security Team',
            bIsWebPath:true,
            sUrl:'parking-security.html'
        },
        {   sTitle:'Public Relations Team',
            bIsWebPath:true,
            sUrl:'pr.html'
        },
        {   sTitle:'Transportation Team',
            bIsWebPath:true,
            sUrl:'transportation.html'
        },
        {   sTitle:'Shepherd Team',
            bIsWebPath:true,
            sUrl:'fllow.html'
        },
        {   sTitle:'Followup Team',
            bIsWebPath:true,
            sUrl:'followup.html'
        },
        {   sTitle:'Leadership Team',
            bIsWebPath:true,
            sUrl:'leadership.html'
        }]
    },
    {   sTitle:'Pray',
        bIsWebPath:true,
        sUrl:'pray.html'
    },
    {   sTitle:'Donate',
        bIsWebPath:true,
        sUrl:'donate.html'
    },
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partnership.html'
    },
    {   sTitle:'Spread the Word',
        bIsWebPath:true,
        sUrl:'spread_the_word.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Posters/Fliers',
        bIsWebPath:true,
        sUrl:'posters-inserts.html'
    },
    {   sTitle:'Leader Resources',
        bIsWebPath:true,
        sUrl:'leaders_only.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
