var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Board and Staff',
        bIsWebPath:true,
        sUrl:'boardandstaff.html'
    },
    {   sTitle:'Members',
        bIsWebPath:true,
        sUrl:'members.html'
    },
    {   sTitle:'Healthy Start Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'How You Can Help',
        bIsWebPath:true,
        sUrl:'help.html'
    },
    {   sTitle:'News and Events',
        bIsWebPath:true,
        sUrl:'news.html',"childArray" : [
        {   sTitle:'Photo Gallery',
            bIsWebPath:true,
            sUrl:'photos.html'
        }]
    }]
},
{   sTitle:'Parents',
    bIsWebPath:true,
    sUrl:'parents.html',"childArray" : [
    {   sTitle:'Local Providers',
        bIsWebPath:true,
        sUrl:'localproviders.html'
    },
    {   sTitle:'Pregnancy Medicaid',
        bIsWebPath:true,
        sUrl:'pregancymedicaid.html'
    },
    {   sTitle:'Planning for Pregnancy',
        bIsWebPath:true,
        sUrl:'planning.html'
    },
    {   sTitle:'About Pregnancy',
        bIsWebPath:true,
        sUrl:'aboutpregnancy.html'
    },
    {   sTitle:'About Parenting',
        bIsWebPath:true,
        sUrl:'aboutparenting.html'
    }]
},
{   sTitle:'Providers',
    bIsWebPath:true,
    sUrl:'providers.html',"childArray" : [
    {   sTitle:'Healthy Start Forms',
        bIsWebPath:true,
        sUrl:'forms.html'
    },
    {   sTitle:'Research and Data',
        bIsWebPath:true,
        sUrl:'researchdata.html'
    },
    {   sTitle:'Educational Opportunities',
        bIsWebPath:true,
        sUrl:'educational.html'
    }]
},
{   sTitle:'Learn More',
    bIsWebPath:true,
    sUrl:'learnmore.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});