var nav_241tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Terms and Conditions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'terms.html'
},
{   'sTitle':'Privacy Policy',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'privacy.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Site Map',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'sitemap.html',
    'sTarget':'_self'
}]
});
