var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PROGRAMS',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Program Directory',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'programs.html'
    },
    {   sTitle:'American Indian Woman Domestic Violence Advocacy Program',
        bIsWebPath:true,
        sUrl:'aiwdvap.html'
    },
    {   sTitle:'Adult Vocational Training',
        bIsWebPath:true,
        sUrl:'avt.html'
    },
    {   sTitle:'Child Care',
        bIsWebPath:true,
        sUrl:'childcare.html'
    },
    {   sTitle:'Environmental Protection Agency',
        bIsWebPath:true,
        sUrl:'epa.html'
    },
    {   sTitle:'Head Start',
        bIsWebPath:true,
        sUrl:'headstart.html'
    },
    {   sTitle:'Indian Child Welfare',
        bIsWebPath:true,
        sUrl:'icwa.html'
    },
    {   sTitle:'Natural Resources Department',
        bIsWebPath:true,
        sUrl:'nrd.html'
    },
    {   sTitle:'Realty Department',
        bIsWebPath:true,
        sUrl:'realty.html'
    },
    {   sTitle:'Senior Center',
        bIsWebPath:true,
        sUrl:'senior.html'
    },
    {   sTitle:'Tribal Police',
        bIsWebPath:true,
        sUrl:'police.html'
    },
    {   sTitle:'Water Association',
        bIsWebPath:true,
        sUrl:'water.html'
    },
    {   sTitle:'Tribal TANF',
        bIsExternal:true,
        sUrl:'http://www.rvtt.net'
    },
    {   sTitle:'Round Valley Indian Health Center',
        bIsExternal:true,
        sUrl:'http://www.rvindianhealth.com'
    },
    {   sTitle:'Round Valley Indian Housing Authority',
        bIsExternal:true,
        sUrl:'http://www.rviha.org'
    }]
},
{   sTitle:'TRIBAL PLANNING',
    bIsExternal:true,
    sUrl:'http://www.rvitplanning.com',
    sTarget:'_self'
},
{   sTitle:'GOVERNMENT',
    bIsWebPath:true,
    sUrl:'government.html',"childArray" : [
    {   sTitle:'Tribal Administration',
        bIsWebPath:true,
        sUrl:'admin.html'
    },
    {   sTitle:'Documents & Forms',
        bIsWebPath:true,
        sUrl:'docs.html'
    },
    {   sTitle:'Tribal Council',
        bIsWebPath:true,
        sUrl:'council.html',"childArray" : [
        {   sTitle:'Meeting Agendas',
            bIsWebPath:true,
            sUrl:'meetings.html'
        }]
    }]
},
{   sTitle:'ANNOUNCEMENTS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
