var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Disclaimer',
    bIsWebPath:true,
    sUrl:'disclaimer.html'
},
{   sTitle:'Our privacy statement',
    bIsWebPath:true,
    sUrl:'privacystatement.html',
    sTarget:'_self'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Using this website',
    bIsWebPath:true,
    sUrl:'usingthiswebsite.html'
},
{   sTitle:'Press and Media',
    bIsWebPath:true,
    sUrl:'pressmedia.html',
    sTarget:'_self'
}]
});
