var customnavtree8 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'},{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self',"childArray" : [{   sTitle:'Beauty',
        bIsWebPath:true,
        sUrl:'beauty.html',
        sTarget:'_self'},{   sTitle:'Editorial',
        bIsWebPath:true,
        sUrl:'editorial.html',
        sTarget:'_self'},{   sTitle:'Men\'s Grooming',
        bIsWebPath:true,
        sUrl:'mensgrooming.html',
        sTarget:'_self'},{   sTitle:'Published Work',
        bIsWebPath:true,
        sUrl:'publishedwork.html',
        sTarget:'_self'}]},{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html',
    sTarget:'_self'},{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'}]
});