var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactconnaught.html'
},
{   sTitle:'Delivery',
    bIsWebPath:true,
    sUrl:'deliveryconnaught.html'
},
{   sTitle:'Ordering',
    bIsWebPath:true,
    sUrl:'paymentconnaught.html',
    sTarget:'_self'
},
{   sTitle:'Returns',
    bIsWebPath:true,
    sUrl:'returnsconnaught.html',
    sTarget:'_self'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacyconnaught.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
