var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',
    sTarget:'_self'
},
{   sTitle:'Hair and Beauty',
    bIsWebPath:true,
    sUrl:'Hair and Beauty.html',
    sTarget:'_self'
}]
});
