var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Vision, Core Work and Values',
        bIsWebPath:true,
        sUrl:'mission, vision and values.htm'
    },
    {   sTitle:'Board of Directors',
        bIsWebPath:true,
        sUrl:'boardandstaff.html'
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'Media and Publications',
        bIsWebPath:true,
        sUrl:'mediaandpublications.html'
    },
    {   sTitle:'Resources',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Sustainable Agriculture',
        bIsWebPath:true,
        sUrl:'sustainableag.html',"childArray" : [
        {   sTitle:'Appalachian Harvest',
            bIsWebPath:true,
            sUrl:'appharvest.html'
        },
        {   sTitle:'AFMA and Farmers Markets',
            bIsWebPath:true,
            sUrl:'page14.html'
        },
        {   sTitle:'Appalachian Farm to Family ',
            bIsWebPath:true,
            sUrl:'page15.html'
        }]
    },
    {   sTitle:'Healthy Families, Family Farms',
        bIsWebPath:true,
        sUrl:'hfff.html'
    },
    {   sTitle:'Learning Landscapes',
        bIsWebPath:true,
        sUrl:'LL.html'
    },
    {   sTitle:'Sustainable Forestry/Wood Products',
        bIsWebPath:true,
        sUrl:'forestry.html'
    },
    {   sTitle:'NTFP and Plant Sale',
        bIsWebPath:true,
        sUrl:'ntfp and plant sale.html'
    }]
},
{   sTitle:'Opportunities and Support',
    bIsWebPath:true,
    sUrl:'oppandsupport.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
