var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Care Resources',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Helpful Articles/News',
        bIsWebPath:true,
        sUrl:'resources.html',
        sTarget:'_self'
    },
    {   sTitle:'Long Term Care Resources',
        bIsWebPath:true,
        sUrl:'resources.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Long Term Care Options',
            bIsWebPath:true,
            sUrl:'not_sure_about_long_term care.html',
            sTarget:'_self'
        },
        {   sTitle:'Medicare A and B',
            bIsWebPath:true,
            sUrl:'what you should know about medicare a and b.html',
            sTarget:'_self'
        },
        {   sTitle:'Senior Housing 101',
            bIsWebPath:true,
            sUrl:'senior_housing_about.html',
            sTarget:'_self'
        },
        {   sTitle:'Finding LTC Quality',
            bIsWebPath:true,
            sUrl:'find_a_quality_nursing_home.html',
            sTarget:'_self'
        },
        {   sTitle:'Nursing Homes- Touring',
            bIsWebPath:true,
            sUrl:'about_nursing_home_tours.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Home Care Information',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   bSeparatorAfter:true,
            sTitle:'Compare Home Health Care Companies',
            bIsWebPath:true,
            sUrl:'compare_home_health.html'
        },
        {   sTitle:'Medicare Equipment 101',
            bIsWebPath:true,
            sUrl:'medicare_equipment_101.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Caregiver Stess',
        bIsWebPath:true,
        sUrl:'caregiver_stress.html',
        sTarget:'_self'
    },
    {   sTitle:'Assisted Living Basics',
        bIsWebPath:true,
        sUrl:'assisted_living_tips.html',
        sTarget:'_self'
    },
    {   sDescription:'Nursing and Care Concerns and much more!',
        sTitle:'Forum',
        bIsWebPath:true,
        sUrl:'forum.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services for Care Providers',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'What Can RN do for Your Organization?',
        bIsWebPath:true,
        sUrl:'rnservices.html',
        sTarget:'_self'
    },
    {   sTitle:'Improve your Organization with Teamwork',
        bIsWebPath:true,
        sUrl:'teamwork_inservice.html',
        sTarget:'_self'
    },
    {   sTitle:'Industry News',
        bIsWebPath:true,
        sUrl:'indusry_news.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Nurses4Care',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About us',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Term of Use and Privacy Policy',
        bIsWebPath:true,
        sUrl:'terms_of_use.html'
    }]
},
{   sTitle:'Join Nurses4Care',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Join Nurses4Care Free',
        bIsWebPath:true,
        sUrl:'free_to_join_nurses4care.html',
        sTarget:'_self'
    },
    {   sTitle:'Health Care Worker- Training Consultant Program',
        bIsWebPath:true,
        sUrl:'training_consultant_for_nurses.html',
        sTarget:'_self'
    }]
}]
});