var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Recruitment',
    bIsWebPath:true,
    sUrl:'recruitment.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Grant Funding',
    bIsWebPath:true,
    sUrl:'grant-funding.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
