var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Engagements',
    bIsWebPath:true,
    sUrl:'engagements.html'
},
{   sTitle:'Vacancies',
    bIsWebPath:true,
    sUrl:'vacancies.html'
},
{   sTitle:' Find Us',
    bIsWebPath:true,
    sUrl:'findus.html'
}]
});
