var nav_1902tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Privacy Policy',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'privacy.html',
    'sTarget':'_self'
},
{   'sTitle':'Refund Policy',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'refund_policy.html',
    'sTarget':'_self'
}]
});
