var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Training',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Employer Area',
        bIsWebPath:true,
        sUrl:'employer.html'
    },
    {   sTitle:'Student Area',
        bIsWebPath:true,
        sUrl:'students.html'
    }]
},
{   sTitle:'Community',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partnerteam.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html',
        sTarget:'_self'
    },
    {   sTitle:'Vacancies',
        bIsWebPath:true,
        sUrl:'vacancies.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});