var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Mission Statement',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Background',
        bIsWebPath:true,
        sUrl:'background.html'
    },
    {   sTitle:'NCEF Staff',
        bIsWebPath:true,
        sUrl:'ncef_staff.html'
    },
    {   sTitle:'NCEF Strategic Plan',
        bIsWebPath:true,
        sUrl:'ncef_strategic_plan.html'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'usefullinks.html'
    },
    {   sTitle:'NCEF News',
        bIsWebPath:true,
        sUrl:'ncef_news.html',"childArray" : [
        {   sTitle:'Funding Updates',
            bIsWebPath:true,
            sUrl:'funding_updates.html'
        }]
    }]
},
{   sTitle:'Recognition',
    bIsWebPath:true,
    sUrl:'recognition.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});