var nav_431tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about us.html',
    'sTarget':'_self'
},
{   'sTitle':'PRODUCTS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'products.html',
    'sTarget':'_self'
},
{   'sTitle':'DELIVERY/COLLECTIONS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'delivery.html',
    'sTarget':'_self'
},
{   'sTitle':'CONTACT US',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact us.html',
    'sTarget':'_self'
},
{   'sTitle':'PRIVACY POLICY',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'privacy policy.html',
    'sTarget':'_self'
}]
});
