var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Constitution',
    bIsWebPath:true,
    sUrl:'constitution.html',
    sTarget:'_self'
},
{   sTitle:'Equality',
    bIsWebPath:true,
    sUrl:'equality.html',
    sTarget:'_self'
},
{   sTitle:'Complaints',
    bIsWebPath:true,
    sUrl:'complaints.html',
    sTarget:'_self'
},
{   sTitle:'Codes of Conduct',
    bIsWebPath:true,
    sUrl:'conduct.html',
    sTarget:'_self'
},
{   sTitle:'BOBs Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'Fantasy League',
    bIsWebPath:true,
    sUrl:'fantasy.html',
    sTarget:'_self'
},
{   sTitle:'Photo Archives',
    sUrl:'http://www.brighouseoldboys.org.uk/photos-archive',
    sTarget:'_self'
}]
});