var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Academics',
    bIsWebPath:true,
    sUrl:'wppages/courses.html'
},
{   sTitle:'Apply To CIPD',
    bIsWebPath:true,
    sUrl:'apply_to_cipd.html',
    sTarget:'_self'
},
{   sTitle:'Student',
    bIsWebPath:true,
    sUrl:'wppages/student.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'wppages/AboutUs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'wppages/ContactUs.html'
}]
});
