var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Collections',
    bIsWebPath:true,
    sUrl:'collections.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Stockists',
    bIsWebPath:true,
    sUrl:'stockists.html',
    sTarget:'_self'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
}]
});
