var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Privacy Statement',
    bIsWebPath:true,
    sUrl:'privacypolicy.html',
    sTarget:'_self'
},
{   sTitle:'Disclaimer',
    bIsWebPath:true,
    sUrl:'disclaimer.html',
    sTarget:'_self'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'sitemap.html',
    sTarget:'_self'
}]
});
