var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'collections',
    bIsWebPath:true,
    sUrl:'phillipjeffries.html',"childArray" : [
    {   sTitle:'phillip jeffries collections',
        bIsWebPath:true,
        sUrl:'phillipjeffriescollections.html',
        sTarget:'_self'
    }]
},
{   sTitle:'stockists',
    bIsWebPath:true,
    sUrl:'stockists.html'
}]
});