var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'© 2011 Business Data Quality Ltd.',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Enquiries',
    sUrl:'mailto:sales@businessdataquality.com',
    sTarget:'_self'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',
    sTarget:'_self'
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Support',
    sUrl:'mailto:support@businessdataquality.com',
    sTarget:'_self'
}]
});
