var nav_304tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'About Us',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'about- us.html',
        'sTarget':'_self'
    },
    {   'sTitle':'History',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'history.html'
    }]
},
{   'sTitle':'Customer Services',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Delivery & Returns ',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'delivery-and-returns.html'
    },
    {   'sTitle':'Payment Options',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'payment-options.html'
    },
    {   'sTitle':'Privacy Policy',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'privacy-policy.html'
    },
    {   'sTitle':'Terms & Conditions',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'terms.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact-us.html',
    'sTarget':'_self'
}]
});
