var customNavTree14 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'TRAINING',
    bIsWebPath:true,
    sUrl:'training.html',
    sTarget:'_self'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'ENROLMENT',
    bIsWebPath:true,
    sUrl:'enrolment.html'
}]
});
