var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Who We Are',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'what_we_do.html'
},
{   sTitle:'Why We\'re Here',
    bIsWebPath:true,
    sUrl:'why_were_here.html'
},
{   sTitle:' Programs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Accessible Housing Searches',
        bIsWebPath:true,
        sUrl:'accessible _housing_searches.html',
        sTarget:'_self'
    },
    {   sTitle:'Community Education',
        bIsWebPath:true,
        sUrl:'community_education.html'
    },
    {   sTitle:'Information & Referral',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Buying a Home ',
            sUrl:'',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Affordable Dwelling Unit Programs',
                bIsWebPath:true,
                sUrl:'adu.html'
            },
            {   sTitle:'Home Buyer Counseling and Credit Repair Assistance',
                bIsWebPath:true,
                sUrl:'counseling.html'
            },
            {   sTitle:'Mortgage Programs for First-time Homebuyers',
                bIsWebPath:true,
                sUrl:'mortgage_programs.html'
            },
            {   sTitle:'Real Estate Tax Relief Programs',
                bIsWebPath:true,
                sUrl:'tax_relief.html'
            }]
        },
        {   sTitle:'Making Your Home Accessible',
            sUrl:'',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Architects',
                bIsWebPath:true,
                sUrl:'architects.html'
            },
            {   sTitle:'Contractors',
                bIsWebPath:true,
                sUrl:'contractors.html'
            },
            {   sTitle:'Building Codes',
                bIsWebPath:true,
                sUrl:'building_codes.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Legal Help',
            bIsWebPath:true,
            sUrl:'legal_help.html'
        }]
    }]
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'CHOICE Video',
        bIsWebPath:true,
        sUrl:'video.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'event.html'
},
{   sTitle:'Get Involved',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Member',
        bIsWebPath:true,
        sUrl:'member.html'
    },
    {   sTitle:'Volunteer',
        bIsWebPath:true,
        sUrl:'volunteer.html'
    },
    {   sTitle:'Contributor',
        bIsWebPath:true,
        sUrl:'contributor.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
