var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'DONATE',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'About WISE ',
    bIsWebPath:true,
    sUrl:'about wise.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Page 1',
        bIsWebPath:true,
        sUrl:'programs a.html'
    },
    {   sTitle:'Page 2',
        bIsWebPath:true,
        sUrl:'programs b.html'
    },
    {   sTitle:'CRSP Essays 2009',
        bIsWebPath:true,
        sUrl:'programs c.html'
    },
    {   sTitle:'CRSP Essays 2009',
        bIsWebPath:true,
        sUrl:'programs d.html'
    },
    {   sTitle:'Copper River Stewardship Application',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Copper River Stewardship Application',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'BLM -Take it Outside',
    bIsWebPath:true,
    sUrl:'take it outside.html'
},
{   sTitle:'Lecture Series',
    bIsWebPath:true,
    sUrl:'lecture series.html'
},
{   bSeparatorAfter:true,
    sTitle:'Partnerships',
    bIsWebPath:true,
    sUrl:'capacity.html'
},
{   bSeparatorAfter:true,
    sTitle:'Presidents Message',
    bIsWebPath:true,
    sUrl:'presidents message.html'
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   bSeparatorAfter:true,
    sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'PICK/CLICK/GIVE',
    bIsWebPath:true,
    sUrl:'pick/click/give.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employment.html'
},
{   sTitle:'Partners/Links',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'WISE Donors',
    bIsWebPath:true,
    sUrl:'donors.html'
},
{   sTitle:'WISE Financials',
    bIsWebPath:true,
    sUrl:'financials.html'
},
{   sTitle:'Copper Country Discovery Tour',
    bIsExternal:true,
    sUrl:'http://www.copperrivertours.org'
},
{   bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
