var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'consulting',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'artwork',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'photography',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'design & web',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'published',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
