var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Finanical Aid Champions',
    bIsWebPath:true,
    sUrl:'finanical_aid.html'
},
{   sTitle:'Scholarships',
    bIsWebPath:true,
    sUrl:'scholoarship_information.html'
},
{   sTitle:'FAFSA',
    bIsExternal:true,
    sUrl:'http://www.fafsa.ed.gov/',
    sTarget:'_blank'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html',"childArray" : [
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Workshop Schedule',
        bIsWebPath:true,
        sUrl:'workshop_schedule.html'
    },
    {   sTitle:'Workshop Registration Form',
        bIsWebPath:true,
        sUrl:'workshop_registration_start_page.html'
    }]
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate.html',"childArray" : [
    {   sTitle:'Combined Federal Campaign',
        bIsExternal:true,
        sUrl:'https://my.cfcnca.org/?search&key=SEARCH_CATALOG_27892588f21123e3b812090e1d16ab00/#results',
        sTarget:'_blank'
    }]
},
{   sTitle:'Our Board',
    bIsWebPath:true,
    sUrl:'our_board.html'
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
